Back Forum Reply New

java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

.uclClassLoader$1.run(uclClassLoader.java:  200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.uclClassLoader.findClass(uclClassLoader.j  ava:188)

the server wont start,

thanks.
cheers.

Hi

I am having the same problem. Did you get it figured out?

thanks

diane

Tomcat's bootstrap.jar used to reference the file bin/tomcat-juli.jar in it's manifest. That is changing since it forced tomcat to use a specific library. Instead, it has to be added to the -classpath line. Open your server configuration, and add tomcat-juli.jar to the classpath, and it will work.

I am not a a computer that has eclipse right now, but once I get there I can post more specific information.
¥
Back Forum Reply New