Discussion:
Tomcat Logging and URL rewrite
Mohit Anchlia
2008-09-30 03:40:01 UTC
Permalink
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?

---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Mark Thomas
2008-09-30 08:52:41 UTC
Permalink
Post by 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.
http://tuckey.org/urlrewrite/
Post by Mohit Anchlia
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?
Tomcat version? Exactly what did you change?

http://tomcat.apache.org/tomcat-6.0-doc/logging.html should tell you
everything you need to know.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Mohit Anchlia
2008-09-30 15:10:11 UTC
Permalink
Tomcat version is 5.5 and I changed
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to
ALL
Post by Mark Thomas
Post by 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.
http://tuckey.org/urlrewrite/
Post by Mohit Anchlia
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?
Tomcat version? Exactly what did you change?
http://tomcat.apache.org/tomcat-6.0-doc/logging.html should tell you
everything you need to know.
Mark
---------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Mark Thomas
2008-09-30 15:57:14 UTC
Permalink
Post by Mohit Anchlia
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
Post by Mohit Anchlia
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to
ALL
That won't show you any internal Tomcat logging.

Mark
Post by Mohit Anchlia
Post by Mark Thomas
Post by 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.
http://tuckey.org/urlrewrite/
Post by Mohit Anchlia
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?
Tomcat version? Exactly what did you change?
http://tomcat.apache.org/tomcat-6.0-doc/logging.html should tell you
everything you need to know.
Mark
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Mohit Anchlia
2008-09-30 16:20:01 UTC
Permalink
That's just for the logging from my application.
Post by Mark Thomas
Post by Mohit Anchlia
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
Post by Mohit Anchlia
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level to
ALL
That won't show you any internal Tomcat logging.
Mark
Post by Mohit Anchlia
Post by Mark Thomas
Post by 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.
http://tuckey.org/urlrewrite/
Post by Mohit Anchlia
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?
Tomcat version? Exactly what did you change?
http://tomcat.apache.org/tomcat-6.0-doc/logging.html should tell you
everything you need to know.
Mark
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org
Mark Thomas
2008-09-30 16:36:14 UTC
Permalink
Post by Mohit Anchlia
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



---------------------------------------------------------------------
To start a new topic, e-mail: ***@tomcat.apache.org
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org

Loading...