billbarker    2002/09/19 20:41:48

  Modified:    jk/conf  jk2.manifest
  Log:
  Fix the classpath for running the JNI channel under TC 4.x/5.x
  
  This works for me, running from the command-line.  However, I've only got access to 
Apache 1.3.x, so I can't test the JNI channel directly.
  
  Revision  Changes    Path
  1.6       +2 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jk2.manifest      6 May 2002 22:48:56 -0000       1.5
  +++ jk2.manifest      20 Sep 2002 03:41:48 -0000      1.6
  @@ -1,2 +1,3 @@
   Main-Class: org.apache.jk.apr.TomcatStarter
  -Class-Path: ../lib/tomcat.jar bootstrap.jar log4j.jar log4j-core.jar 
../lib/common/log4j.jar ../lib/common/log4j-core.jar ../lib/common/classes
  +Class-Path: ../lib/tomcat.jar log4j.jar log4j-core.jar ../lib/common/log4j.jar 
../lib/common/log4j-core.jar ../lib/common/classes ../lib/common/commons-logging.jar
  +Class-Path: bootstrap.jar ../server/lib/commons-logging.jar
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to