Re: Tomcat log files - Strict permissions - setuid

2015-12-03 Thread Christopher Schultz
Andres, On 12/3/15 8:42 AM, Andres Riancho wrote: > List, > > I'm trying to secure my tomcat instances. One of the steps I took > was to run the tomcat process using the non-privileged "tomcat" user, > and set the file system permissions as restrictive as possible. It all > works well, but th

Re: Tomcat log files - Strict permissions - setuid

2015-12-03 Thread Mark H. Wood
On Thu, Dec 03, 2015 at 10:42:40AM -0300, Andres Riancho wrote: > List, > > I'm trying to secure my tomcat instances. One of the steps I took > was to run the tomcat process using the non-privileged "tomcat" user, > and set the file system permissions as restrictive as possible. It all > works

Re: Tomcat log files

2010-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tobias, On 11/15/2010 10:43 AM, Tobias Crefeld wrote: > Am Tue, 09 Nov 2010 16:06:14 -0500 > schrieb Christopher Schultz : > >> Have you correctly replaced lib/tomcat-juli.jar >> and installed lib/tomcat-juli-adapters.jar? If not, you may be falling

Re: Tomcat log files

2010-11-15 Thread Tobias Crefeld
Am Tue, 09 Nov 2010 16:06:14 -0500 schrieb Christopher Schultz : > Have you correctly replaced lib/tomcat-juli.jar > and installed lib/tomcat-juli-adapters.jar? If not, you may be falling > back to the old logger which requires logging.properties. For whatever-reason and different than tomcat-jul

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, My CONSOLE appender was foolishly configured. On 11/9/2010 4:35 PM, Christopher Schultz wrote: > log4j.appender.CONSOLE=org.apache.log4j.DailyRollingFileAppender > log4j.appender.CONSOLE.file=${catalina.base}/logs/. > log4j.appender.CONSOLE.

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, On 11/9/2010 4:06 PM, Christopher Schultz wrote: > I'm not sure why the documentation doesn't show an equivalent > configuration for log4j. Maybe I'll write one and submit it for inclusion. Without testing it, I've written this log4j configu

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, On 11/9/2010 1:48 PM, Timothy Lam wrote: > I'm trying to clean up Tomcat logging to use log4j. I've read the > Tomcat logging guide that comes with my version of Tomcat 6.0.28. Excellent. > I'm really confused with all the different log fi

Re: Tomcat log files

2010-11-09 Thread Mark Shifman
you need to look at http://tomcat.apache.org/tomcat-6.0-doc/logging.html and do what it says for log4j On 11/09/2010 01:48 PM, Timothy Lam wrote: > I'm trying to clean up Tomcat logging to use log4j. I've read the Tomcat > logging guide that comes with my version of Tomcat 6.0.28. I'm really >