I'm using Tomcat 5.5.17. I've trawled the web for this error, but haven't found a solution so far.
I believe my "server.xml" which defines the context is valid XML. <Context path="/wibadmin" docBase="C:/p4/psg/wib_dev/customer/build/wib_kit/server/build/customer/admin" reloadable="true" debug="9"> </Context> I also removed all installations of Tomcat and re-installed Tomcat 5.5.17since one website said there was an issue with Tomcat getting confused if you had several versions of Tomcat installed on your computer. Here's my Catalin log :- 22-Jun-2006 11:29:37 org.apache.catalina.core.AprLifecycleListenerlifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Common Files\Symbian\Tools;C:\Perl\bin\;C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Perforce;C:\Program Files\Microsoft Visual Studio 8\Team Tools\Performance Tools\;C:\Program Files\MySQL\MySQL Server 5.0\bin 22-Jun-2006 11:29:37 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 22-Jun-2006 11:29:37 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1188 ms 22-Jun-2006 11:29:37 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 22-Jun-2006 11:29:37 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.17 22-Jun-2006 11:29:37 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 22-Jun-2006 11:29:39 org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart 22-Jun-2006 11:29:39 org.apache.catalina.core.StandardContext start SEVERE: Context [/wibadmin] startup failed due to previous errors thanks in advance. Deepak