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
---
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
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
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.
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
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?
--