Hello guys, 

        well I could successfull deploy my web-application "test" on tomcat.
My problem is now: If I want to run my web-application I get the
following error: 

        FAIL - Application at context path /test could not be started 

        Does anyone know why this happen? Here ist the content of my
catalina.out: 

        Oct 16, 2012 12:46:46 PM
org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat6/server/classes],
exists: [false], isDirectory: [false], canRead: [false]
Oct 16, 2012 12:46:46 PM
org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat6/server], exists:
[false], isDirectory: [false], canRead: [false]
Oct 16, 2012 12:46:46 PM
org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat6/shared/classes],
exists: [false], isDirectory: [false], canRead: [false]
Oct 16, 2012 12:46:46 PM
org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat6/shared], exists:
[false], isDirectory: [false], canRead: [false]
Oct 16, 2012 12:46:46 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Oct 16, 2012 12:46:46 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 385 ms
Oct 16, 2012 12:46:47 PM org.apache.catalina.core.StandardService
start
INFO: Starting service Catalina
Oct 16, 2012 12:46:47 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.35
Oct 16, 2012 12:46:47 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Oct 16, 2012 12:46:47 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Oct 16, 2012 12:46:47 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor ROOT.xml
Oct 16, 2012 12:46:47 PM org.apache.catalina.startup.HostConfig
deployWAR
INFO: Deploying web application archive test.war
Oct 16, 2012 12:46:47 PM org.apache.catalina.loader.WebappClassLoader
validateJarFile
INFO:
validateJarFile(/var/lib/tomcat6/webapps/test/WEB-INF/lib/servlet-api-2.5-6.1.14.jar)
- jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
class: javax/servlet/Servlet.class
Oct 16, 2012 12:46:47 PM org.apache.catalina.core.StandardContext
start
SEVERE: Error listenerStart
Oct 16, 2012 12:46:47 PM org.apache.catalina.core.StandardContext
start
SEVERE: Context [/test] startup failed due to previous errors
Oct 16, 2012 12:46:47 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 16, 2012 12:46:47 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 501 ms 

        2 things are strange for me in catalina.out but I don't know how to
solve them: 

        INFO: 
validateJarFile(/var/lib/tomcat6/webapps/test/WEB-INF/lib/servlet-api-2.5-6.1.14.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
class:  javax/servlet/Servlet.class 

        SEVERE: Error listenerStart 

        Does anyone have tipps or so for me? The full day I ry to run my
web-application but I can't make it... 

        Greetings, Clodan

Reply via email to