Re: Tomcat 6; getting logging to work

2009-01-07 Thread juan.velez
...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Tomcat-6--getting-logging-to-work-tp15491669p21340734.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat 6; getting logging to work

2009-01-07 Thread Filip Hanik - Dev Lists
have you defined 6mmi.org.apache.juli.FileHandler I don't see that in your addition Filip juan.velez wrote: I followed the directions in that link (http://tomcat.apache.org/tomcat-6.0-doc/logging.html) and my logging messages still do not show up. I mean, I see the INFO messages generated by

Re: Tomcat 6; getting logging to work

2009-01-07 Thread juan.velez
: http://www.nabble.com/Tomcat-6--getting-logging-to-work-tp15491669p21341246.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

RE: Tomcat 6; getting logging to work

2009-01-07 Thread Chris Hut
-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Tomcat-6--getting-logging-to-work-tp15491669p21340 734.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat 6; getting logging to work

2009-01-07 Thread Filip Hanik - Dev Lists
yes, but you havent defined what 6mmi actually logs to all the other loggers have defined what directory and what file name is used, Filip juan.velez wrote: Yes I have handlers = 1catalina.org.apache.juli.FileHandler, 2localhost.org.apache.juli.FileHandler, \

Tomcat 6; getting logging to work

2008-02-14 Thread Peter Hawkins
Hello, I am working to upgrade my installation from tomcat 5 to tomcat 6. I am using tomcat 6 via netbeans. I want to view/enable logging for my jsp web app. However, I am confused by what I have read so far in the instructions and FAQ. Via Google I have found several people with tomcat

Re: Tomcat 6; getting logging to work

2008-02-14 Thread Mark Thomas
Peter Hawkins wrote: Basically, I would like to enable logging for my JSP app. How do I do it? Take a look at http://tomcat.apache.org/tomcat-6.0-doc/logging.html You want the java.util.logging section. Replace the examples web app with your own and then just use java.util.logging as per