Hi, I'm trying to create an applet launching tomcat 6 in embedded mode, but it seams that the logging from Tomcat 5.5 to 6 has changed and there are some references left somewhere in the code for the embedded mode.
The org.apache.catalina.core.StandardService has an import org.apache.juli.logging.LogFactory, but the org.apache.juli in the catalina.jar of apache-tomcat-6.0.14 is empty ????? there is no LogFactory.class file. java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory at org.apache.catalina.core.StandardService.<clinit>(StandardService.java:56) at org.igss.offlineclient.applets.QUController.startTomcat(QUController.java:271) at org.igss.offlineclient.applets.QUController.init(QUController.java:143) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -- View this message in context: http://www.nabble.com/java.lang.NoClassDefFoundError%3A-org-apache-juli-logging-LogFactory-tp14875983p14875983.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]