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
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
-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
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
-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.
-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
-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
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
>