Re: JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-08 Thread David Mossakowski
You should put the logging jar into tomcat/lib or webapps/yourwebapp/lib depending on how it's used. System classpath does not matter for Tomcat (a good thing) so you need to put things in the right places in order for them to work or specify in your startup script where else to look for

Re: JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-08 Thread Brzezinski, Paul J
David Mossakowski wrote: You should put the logging jar into tomcat/lib or webapps/yourwebapp/lib depending on how it's used. Thanks for responding... More questions: yeah, but this is tomcat trying to start that's throwing the exception, not a web-app. System classpath does not

JK2+Apache2: LogFactory java Error: NoClassDefFoundError

2002-10-07 Thread Brzezinski, Paul J
Getting an error message when I start Tomcat 4.1.12 on Solaris 8 SPARC: 15750 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.apache.jk.apr.AprImpl.clinit(AprImpl.java:340) I'm using the Apache