costin 02/04/18 12:16:45 Modified: jk/conf jk2.manifest Log: Change the manifest so we don't have to setup the classpath. JDK1.2 is required for the manifest to work. Revision Changes Path 1.4 +2 -2 jakarta-tomcat-connectors/jk/conf/jk2.manifest Index: jk2.manifest =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/jk2.manifest,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jk2.manifest 20 Feb 2002 23:28:33 -0000 1.3 +++ jk2.manifest 18 Apr 2002 19:16:45 -0000 1.4 @@ -1,2 +1,2 @@ -Main-Class: org.apache.jk.server.JkMain -Class-Path: tomcat-util.jar workers.jar ../classes/ commons-logging.jar log4j.jar log4j-core.jar +Main-Class: org.apache.jk.apr.TomcatStarter +Class-Path: ../lib/tomcat.jar bootstrap.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>