You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by System <sy...@eluminoustechnologies.com> on 2003/04/17 19:59:15 UTC

Tomcat Error - First Post.

Hello All,

This is my first post to this mailing list.

I am using apache 1.3.27 with tomcat 4.1 installed on redhat linux 7.3
machine. Such errors are cont. fired in my error_log. Can anyone help me out
please.

[Thu Apr 17 16:43:44 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:43:45 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:43:46 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:43:50 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:44:09 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:19 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:22 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:23 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009


Thank you,

Tina..



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Error - First Post.

Posted by Bill Barker <wb...@wilshire.com>.
Well, I suppose it was good practice......

What you want is:
JkLogLevel error

in your httpd.conf file (or, possibly, the auto-config file if you are using
auto-config, and including it).

"System" <sy...@eluminoustechnologies.com> wrote in message
news:014a01c30571$f6285eb0$1a01a8c0@vishal...
>
> > >Thankx for ur reply. I am newbie. Please can you tell me in which file
> > >should I change this values?
> > >
> > >
> > >
> > Sorry - but i don't know the exact file. Are you using mod_jk?
> > i have no experience with mod_jk. i'm only using mod_jk2.
> > just look in the docs:
> I am using mod_jk and the files is suppose to be web.xml.when i did the
> search i have around 20 + web.xml files.the correct file may be
> /usr/local/jakarta/jakarta-tomcat-4.1/build/conf/web.xml ==> if this is
the
> file then here is the loglevel setting for it.
>
>   <!--  logVerbosityLevel   The level of detailed messages to be
> roduced  -->
>   <!--                       by this servlet.  Increasing levels cause
> he  -->
>   <!--                       generation of more messages.  Valid values
> are -->
>   <!--                       FATAL, ERROR, WARNING, INFORMATION, and
> DEBUG. -->
>   <!--
>                                 -->
>
> <servlet>
>         <servlet-name>jsp</servlet-name>
>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
>         <init-param>
>             <param-name>logVerbosityLevel</param-name>
>             <param-value>WARNING</param-value>
>         </init-param>
>         <load-on-startup>3</load-on-startup>
> </servlet>
>
> These are the settings i have for the LogLevel. What should i change it to
?
>
> Regards,
> Tina




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Error - First Post.

Posted by System <sy...@eluminoustechnologies.com>.
> >Thankx for ur reply. I am newbie. Please can you tell me in which file
> >should I change this values?
> >
> >
> >
> Sorry - but i don't know the exact file. Are you using mod_jk?
> i have no experience with mod_jk. i'm only using mod_jk2.
> just look in the docs:
I am using mod_jk and the files is suppose to be web.xml.when i did the
search i have around 20 + web.xml files.the correct file may be
/usr/local/jakarta/jakarta-tomcat-4.1/build/conf/web.xml ==> if this is the
file then here is the loglevel setting for it.

  <!--  logVerbosityLevel   The level of detailed messages to be
roduced  -->
  <!--                       by this servlet.  Increasing levels cause
he  -->
  <!--                       generation of more messages.  Valid values
are -->
  <!--                       FATAL, ERROR, WARNING, INFORMATION, and
DEBUG. -->
  <!--
                                -->

<servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
            <param-name>logVerbosityLevel</param-name>
            <param-value>WARNING</param-value>
        </init-param>
        <load-on-startup>3</load-on-startup>
</servlet>

These are the settings i have for the LogLevel. What should i change it to ?

Regards,
Tina




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Error - First Post.

Posted by Patrick Wunderlich <pw...@xkill.de>.
System schrieb:

>Thankx for ur reply. I am newbie. Please can you tell me in which file
>should I change this values?
>
>  
>
Sorry - but i don't know the exact file. Are you using mod_jk?
i have no experience with mod_jk. i'm only using mod_jk2.
just look in the docs:

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/



patrick


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Error - First Post.

Posted by System <sy...@eluminoustechnologies.com>.
Thankx for ur reply. I am newbie. Please can you tell me in which file
should I change this values?

Tina...

----- Original Message -----
From: "Patrick Wunderlich" <pw...@xkill.de>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Cc: <sy...@eluminoustechnologies.com>
Sent: Friday, April 18, 2003 12:25 AM
Subject: Re: Tomcat Error - First Post.


> hi tina,
>
> in my view there are no errors fired! only "debug"- and "info"-messages.
> probably the log-level is set to "debug" - just set it to "warn" and the
> messages should dissapear...
>
> please excuse my bad english - i'm not a native speaker ;o)
>
> happy easter...
>
> greetings,
> patrick wunderlich
>
> >
> >I am using apache 1.3.27 with tomcat 4.1 installed on redhat linux 7.3
> >machine. Such errors are cont. fired in my error_log. Can anyone help me
out
> >please.
> >
> >[Thu Apr 17 16:43:44 2003]  ( info) [mod_jk2.c (451)]:
mod_jk.translate():
> >uriMap /index.jsp ajp13:localhost:8009
> >[Thu Apr 17 16:43:45 2003]  (debug) [jk_env.c (157)]: env:Create child
env
> >0x9177568 0x91e3ed8
> >[Thu Apr 17 16:43:46 2003]  (debug) [jk_env.c (157)]: env:Create child
env
> >0x9177568 0x91e3ed8
> >[Thu Apr 17 16:43:50 2003]  (debug) [jk_env.c (157)]: env:Create child
env
> >0x9177568 0x91e3ed8
> >[Thu Apr 17 16:44:09 2003]  ( info) [mod_jk2.c (451)]:
mod_jk.translate():
> >uriMap /index.jsp ajp13:localhost:8009
> >[Thu Apr 17 16:44:19 2003]  ( info) [mod_jk2.c (451)]:
mod_jk.translate():
> >uriMap /index.jsp ajp13:localhost:8009
> >[Thu Apr 17 16:44:22 2003]  ( info) [mod_jk2.c (451)]:
mod_jk.translate():
> >uriMap /index.jsp ajp13:localhost:8009
> >[Thu Apr 17 16:44:23 2003]  ( info) [mod_jk2.c (451)]:
mod_jk.translate():
> >uriMap /index.jsp ajp13:localhost:8009
> >
> >
> >Thank you,
> >
> >Tina..
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat Error - First Post.

Posted by Patrick Wunderlich <pw...@xkill.de>.
hi tina,

in my view there are no errors fired! only "debug"- and "info"-messages.
probably the log-level is set to "debug" - just set it to "warn" and the
messages should dissapear...

please excuse my bad english - i'm not a native speaker ;o)

happy easter...

greetings,
patrick wunderlich

>
>I am using apache 1.3.27 with tomcat 4.1 installed on redhat linux 7.3
>machine. Such errors are cont. fired in my error_log. Can anyone help me out
>please.
>
>[Thu Apr 17 16:43:44 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
>uriMap /index.jsp ajp13:localhost:8009
>[Thu Apr 17 16:43:45 2003]  (debug) [jk_env.c (157)]: env:Create child env
>0x9177568 0x91e3ed8
>[Thu Apr 17 16:43:46 2003]  (debug) [jk_env.c (157)]: env:Create child env
>0x9177568 0x91e3ed8
>[Thu Apr 17 16:43:50 2003]  (debug) [jk_env.c (157)]: env:Create child env
>0x9177568 0x91e3ed8
>[Thu Apr 17 16:44:09 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
>uriMap /index.jsp ajp13:localhost:8009
>[Thu Apr 17 16:44:19 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
>uriMap /index.jsp ajp13:localhost:8009
>[Thu Apr 17 16:44:22 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
>uriMap /index.jsp ajp13:localhost:8009
>[Thu Apr 17 16:44:23 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
>uriMap /index.jsp ajp13:localhost:8009
>
>
>Thank you,
>
>Tina..
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org