Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
:46 AM Subject: anyone running tomcat-4.1.29 with commons-daemons? Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29, everything should be in the right place, but jsvc exits with java.lang.NoSuchMethodException

Re: anyone running tomcat-4.1.29 with commons-daemons?

2004-02-02 Thread Jeff Barrett
:46 AM Subject: anyone running tomcat-4.1.29 with commons-daemons? Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29, everything should be in the right place, but jsvc exits with java.lang.NoSuchMethodException

Re: anyone running tomcat-4.1.29 with commons-daemons?

2003-12-05 Thread Bill Barker
, December 04, 2003 12:47 PM To: [EMAIL PROTECTED] Subject: anyone running tomcat-4.1.29 with commons-daemons? Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29, everything should be in the right place, but jsvc exits

anyone running tomcat-4.1.29 with commons-daemons?

2003-12-04 Thread Marten Lehmann
Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29, everything should be in the right place, but jsvc exits with java.lang.NoSuchMethodException: org.apache.catalina.startup.BootstrapService.init([Ljava.lang.String;) at

RE: anyone running tomcat-4.1.29 with commons-daemons?

2003-12-04 Thread Shapira, Yoav
: anyone running tomcat-4.1.29 with commons-daemons? Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29, everything should be in the right place, but jsvc exits with java.lang.NoSuchMethodException

Re: anyone running tomcat-4.1.29 with commons-daemons?

2003-12-04 Thread Marten Lehmann
Hello, It's commons-daemon (not daemons) ;) To run it with 4.1.29 you need to right some code. Tomcat 5 has an implementation of the DaemonContext, you'd need to do something similar for tomcat 4. It's possible. In fact I believe a solution with more details was discussed within the past two

Re: anyone running tomcat-4.1.29 with commons-daemons?

2003-12-04 Thread Bill Barker
- From: Marten Lehmann [EMAIL PROTECTED] Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Thursday, December 04, 2003 9:46 AM Subject: anyone running tomcat-4.1.29 with commons-daemons? Hello, I'm trying to use the commons-daemons package as of 20031204.tar.gz with jakarta-tomcat-4.1.29