Re: Daemon deps

2002-08-01 Thread Patrick Luby
Costin, Remy can probably comment on the commons-daemon.jar dependency. However, the commons-launcher.jar dependency is required for the scripts in the bin directory. Patrick [EMAIL PROTECTED] wrote: > Would it be possible to remove the dependency on Daemon ? > > I see no reason why Daemon c

Re: Daemon deps

2002-08-01 Thread costinm
On Thu, 1 Aug 2002, Patrick Luby wrote: > Costin, > > Remy can probably comment on the commons-daemon.jar dependency. However, > the commons-launcher.jar dependency is required for the scripts in the > bin directory. Can you expand a bit ? Catalina itself should't depend on any of those - i

Re: Daemon deps

2002-08-01 Thread Patrick Luby
Costin, You can invoke Tomcat's main() directly. commons-launcher.jar is only required for the Launcher. The Launcher is really only a substitute for the old shell scripts. Ultimately, the Launcher uses reflection to invoke Tomcat's main() method. So, commons-launcher.jar is only a dependency

Re: Daemon deps

2002-08-01 Thread Patrick Luby
Costin, After my last e-mail, I realized that there is one build dependency on commons-launcher.jar in jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/CatalinaLaunchFilter.java. The good news is that Tomcat's main() has no runtime dependency on this class. It only has a