Re: Context level logging

2008-11-10 Thread Jonathan Mast
t; = FINE > > > > > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/FOOAPP].handlers > > = 6FOOAPP.org.apache.juli.FileHandler > > > > 3. restart Tomcat > > > > Is this correct? > > > > The

Re: Context level logging

2008-11-10 Thread blacksheep
alina].[localhost].[/FOOAPP].level > = FINE > > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/FOOAPP].handlers > = 6FOOAPP.org.apache.juli.FileHandler > > 3. restart Tomcat > > Is this correct? > > The last 2 lines of the edit I really don't underst

Context level logging

2008-06-03 Thread Jonathan Mast
OK, i have a webapp which has it's own context element. I want all the System.out and System.err stuff from this webapp to go to it's own special log file as opposed to catalina.out. My reading of the Tomcat docs (version 5.5) seems to indicate that I can do this by following these steps: 1. set

RE: Context Level Logging

2006-03-16 Thread James Reynolds
mcat Users List Subject: RE: Context Level Logging > From: James Reynolds [mailto:[EMAIL PROTECTED] > Subject: Context Level Logging > > I want to be a good neighbor and set up context level logging, so log > files from my app will go to conf/logs/myContextName. > Is there a way to

RE: Context Level Logging

2006-03-16 Thread Caldarale, Charles R
> From: James Reynolds [mailto:[EMAIL PROTECTED] > Subject: Context Level Logging > > I want to be a good neighbor and set up context level logging, > so log files from my app will go to conf/logs/myContextName. > Is there a way to configure tomcat to do this? RTFM: http:/

Context Level Logging

2006-03-16 Thread James Reynolds
I'm about to move a Shale web app into a Tomcat 5.5.15 container where it will sit with some other web apps. I want to be a good neighbor and set up context level logging, so log files from my app will go to conf/logs/myContextName. Is there a way to configure tomcat to do