tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
dear tomcat-developers, i installed the latest tomcat-5.5.4. when i try to start a webapp that runs without problems on tomcat 5.5.3, i get the following error: INFO: Starting Servlet Engine: Apache Tomcat/5.5.4 Nov 1, 2004 10:24:46 AM org.apache.catalina.core.StandardHost

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove the entry for the listener in the web.xml, tomcat starts without any error... regards,

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: dear tomcat-developers, i installed the latest tomcat-5.5.4. when i try to start a webapp that runs without problems on tomcat 5.5.3, i get the following error: It works for me. I d/led the distribution, as packaging problems are always a possibility.

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove the entry for the listener in the web.xml, tomcat starts without any

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 13:26, Remy Maucherat wrote: Martin Grotzke wrote: one problem is that the webapp does not start, but another problem is that tomcat fails to start if one context is not starting correctly. my system: fedora core 2 sun jdk 1.5 (jpackage.org) tomcat 5.5.4 alpha

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: what's bogus there? The report. i only wanted to let you know that there were changes from tc-5.5.3 to 5.5.4 that make the described error possible. if i've choses wrong words for this, then i'm sorry about that. There are no relevant changes between 5.5.3 and 5.5.4. if

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 13:29, Remy Maucherat wrote: Martin Grotzke wrote: hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class.

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Jess Holle
Remy Maucherat wrote: Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 15:05, Remy Maucherat wrote: Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes