Re: NPE in log4j while reloading webapp

2006-08-14 Thread Daniel Serodio
Filter.doFilter(PageFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]&

NPE in log4j while reloading webapp

2006-08-14 Thread Daniel Serodio
roperties in WEB-INF/classes and log4j-1.2.13.jar in WEB-INF/lib I'm running Tomcat 5.5.15 on Linux with JRockit 1.5.0_06-b05, but I see the same behaviour on Windows and/or with the Sun VM, so I dont't think it'a VM-related problem. Thanks in advance, Daniel Serodio

How do I pass option to Tomcat on startup only?

2006-06-20 Thread Daniel Serodio
on is passed to the Shutdown process, which can't listen on the JMX port because Tomcat is already listening. How can I pass the -Xmanagement option to Tomcat startup _only_, and not shutdown too. Thanks in advance, Daniel Serodio