Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > That's just for the logging from my application. You'll need to set the log level for your application loggers as well. org.apache.catalina.core.ContainerBase.[Catalina].[localhost] is the logger that catches any exceptions etc that your application doesn't. Mark ---

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mohit Anchlia
That's just for the logging from my application. On Tue, Sep 30, 2008 at 8:57 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Mohit Anchlia wrote: >> Tomcat version is 5.5 and I changed > That helps a little, but there are 28 different Tomcat 5.5 versions. > http://tomcat.apache.org/tomcat-5.5-doc/lo

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > Tomcat version is 5.5 and I changed That helps a little, but there are 28 different Tomcat 5.5 versions. http://tomcat.apache.org/tomcat-5.5-doc/logging.html should help > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to > ALL That won't show you any in

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mohit Anchlia
Tomcat version is 5.5 and I changed org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to ALL On Tue, Sep 30, 2008 at 1:52 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Mohit Anchlia wrote: >> Is it possible to rewrite URL in tomcat like apache web server. I need >> to convert abc.

Re: Tomcat Logging and URL rewrite

2008-09-30 Thread Mark Thomas
Mohit Anchlia wrote: > Is it possible to rewrite URL in tomcat like apache web server. I need > to convert abc.com/A to abc.com/B. http://tuckey.org/urlrewrite/ > Also catalina.out is just writing infomation at level INFO. I changed > the level to ALL in logging.properties but still I don't see D

Tomcat Logging and URL rewrite

2008-09-29 Thread Mohit Anchlia
Is it possible to rewrite URL in tomcat like apache web server. I need to convert abc.com/A to abc.com/B. Also catalina.out is just writing infomation at level INFO. I changed the level to ALL in logging.properties but still I don't see DEBUG logs. Is there a way to debug this problem? --