remm 02/02/19 17:00:57 Modified: catalina/etc bootstrap.MF Log: - Add an optional dependency on commons-daemon. - BootstrapService (which I don't plan to rename because of script compatibility concerns) will not be compiled if commons-daemon is not present. - BootstrapService now implements the new Daemon interface (which is very similar to the Service interface used before). - Note: I didn't test the service intalled by the installer, so it may fail. - Remove older service code. Revision Changes Path 1.2 +1 -0 jakarta-tomcat-4.0/catalina/etc/bootstrap.MF Index: bootstrap.MF =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/etc/bootstrap.MF,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bootstrap.MF 16 Jul 2001 06:57:09 -0000 1.1 +++ bootstrap.MF 20 Feb 2002 01:00:57 -0000 1.2 @@ -1,4 +1,5 @@ Manifest-Version: 1.0 Main-Class: org.apache.catalina.startup.Bootstrap +Class-Path: commons-daemon.jar Specification-Title: Catalina Specification-Version: 1.0
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>