cvs commit: jakarta-tomcat-connectors/jk/conf tomcat-jk2.manifest

2002-07-08 Thread costin

costin  2002/07/08 16:37:47

  Modified:jk/conf  tomcat-jk2.manifest
  Log:
  Add coyote to the manifest.
  
  Revision  ChangesPath
  1.2   +1 -1  jakarta-tomcat-connectors/jk/conf/tomcat-jk2.manifest
  
  Index: tomcat-jk2.manifest
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/tomcat-jk2.manifest,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tomcat-jk2.manifest   2 Jul 2002 19:45:50 -   1.1
  +++ tomcat-jk2.manifest   8 Jul 2002 23:37:47 -   1.2
  @@ -1,2 +1,2 @@
   Main-Class: org.apache.jk.server.JkMain
  -Class-Path: tomcat-util.jar workers.jar ../classes/ commons-logging.jar log4j.jar
  +Class-Path: tomcat-util.jar workers.jar ../classes/ commons-logging.jar log4j.jar 
tomcat-coyote.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/jk/conf tomcat-jk2.manifest

2002-07-02 Thread costin

costin  2002/07/02 12:45:50

  Modified:jk   build.xml
  Added:   jk/conf  tomcat-jk2.manifest
  Log:
  Added a manifest for tomcat-jk2. It sets a minimal classpath and starts JkMain
  
  Revision  ChangesPath
  1.45  +1 -2  jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 23 Jun 2002 19:04:48 -  1.44
  +++ build.xml 2 Jul 2002 19:45:49 -   1.45
  @@ -99,8 +99,6 @@

   

  -



  @@ -190,6 +188,7 @@
   


   
   
  
  
  
  1.1  jakarta-tomcat-connectors/jk/conf/tomcat-jk2.manifest
  
  Index: tomcat-jk2.manifest
  ===
  Main-Class: org.apache.jk.server.JkMain
  Class-Path: tomcat-util.jar workers.jar ../classes/ commons-logging.jar log4j.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: