Hi, We have a problem with new tomcat starting with our application i got the error in catalina.out
Exception in thread "main" java.lang.NoClassDefFoundError: Caused by: java.lang.ClassNotFoundException: at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) We start our application with our own catalina_base property and other environment properties and call directly catalina.sh after all env. variables are set up. We don't use standart war file deploy. All works fine with 6.0.16 I have checked catalina.properties, server.xml, web.xml, catalina.sh and i can't see any major changes compare to version 6.0.16 which works just fine. I got the same error with latest tomcat 5 older version are fine again. Any toughts what could be wrong? Thanks Pavel --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]