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, \ 3manager.org.apache.ju

RE: Tomcat 6; getting logging to work

2009-01-07 Thread Chris Hut
> > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this mess

Re: Tomcat 6; getting logging to work

2009-01-07 Thread juan.velez
s now catalina.-mm-dd and is in the logs directory. >>> >>> >>>> How do I direct the stdout logging to a file with Tomcat 6. >>>> >>> Set the swallowOutput for the context. See >>> http://tomcat.apache.org/tomcat-6.0-doc/config/context.html &

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
- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabb

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 norma

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 6