I have to enter the following classpath in [vm:] directive in worker2.properties in order to make Tomcat 4.1 started properly from Apache in Windows 2000 server. It took me a while to figure out what jar files to include in. It seems that the jvm started by Apache does not know where those classes are. Anyone know a better way? Also, Apache does not resolve ${TOMCAT_HOME} properly even I have it set as a system environment variable. I have to enter the absolute path as shown below.
classpath=D:/Java/Tomcat 4.1/server/lib/tomcat-jk2.jar classpath=D:/Java/Tomcat 4.1/bin/bootstrap.jar classpath=D:/Java/Tomcat 4.1/server/lib/catalina.jar classpath=D:/Java/Tomcat 4.1/server/lib/commons-digester.jar classpath=D:/Java/Tomcat 4.1/common/lib/commons-collections.jar classpath=D:/Java/Tomcat 4.1/common/lib/naming-common.jar classpath=D:/Java/Tomcat 4.1/server/lib/commons-beanutils.jar classpath=D:/Java/Tomcat 4.1/server/lib/mx4j-jmx.jar classpath=D:/Java/Tomcat 4.1/server/lib/commons-modeler.jar classpath=D:/Java/Tomcat 4.1/common/lib/servlet.jar classpath=D:/Java/Tomcat 4.1/common/lib/naming-resources.jar classpath=D:/Java/Tomcat 4.1/server/lib/tomcat-http11.jar Thanks for helping. Jimmy Redmond, Washington