Tomcat 6, log4j and security manager

2008-12-29 Thread Korobitsyn Roman
Hello! I use Win XP JDK 1.5.0_13 Tomcat 6.0.16 Log4J 1.2.14 I set up logging as described on http://tomcat.apache.org/tomcat-6.0-doc/logging.html And it's all right? everything is workng fine. But when I start tomcat with security manager, I've got only: log4j:WARN No appenders could

Re: Tomcat 6, log4j and security manager

2008-12-29 Thread Kees de Kooter
It usually means that the log4j properties file cannot be found on the classpath. Kees On Mon, Dec 29, 2008 at 11:44, Korobitsyn Roman k...@dtnm.ru wrote: Hello! I use Win XP JDK 1.5.0_13 Tomcat 6.0.16 Log4J 1.2.14 I set up logging as described on

Re: Tomcat 6, log4j and security manager

2008-12-29 Thread Korobitsyn Roman
Hello Kees, And where should I put log4j.properties in that case? Roman KdK It usually means that the log4j properties file cannot be found on the KdK classpath. KdK Kees KdK On Mon, Dec 29, 2008 at 11:44, Korobitsyn Roman k...@dtnm.ru wrote: Hello! I use Win XP JDK 1.5.0_13 Tomcat

Re: Tomcat 6, log4j and security manager

2008-12-29 Thread Kees de Kooter
In WEB-INF/classes of your application. On Mon, Dec 29, 2008 at 12:37, Korobitsyn Roman k...@dtnm.ru wrote: Hello Kees, And where should I put log4j.properties in that case? Roman KdK It usually means that the log4j properties file cannot be found on the KdK classpath. KdK Kees