Adam Heath wrote: > I need a way to make use of the tomcat4 code base, but NOT have it start up. > Could the init script be put into a separate package, so > jboss-catalina-service can conflict with it?
Which JARs do you need to start an embedded Tomcat? bin/bootstrap.jar ? common/lib/naming-common.jar ? common/lib/naming-resources.jar - common/lib/servlet.jar - common/lib/xerces.jar ? lib/jasper-compiler.jar ? lib/jasper-runtime.jar ? lib/naming-factory.jar x server/lib/catalina.jar - server/lib/regexp.jar x server/lib/servlets-common.jar x server/lib/servlets-default.jar x server/lib/servlets-invoker.jar server/lib/servlets-manager.jar server/lib/servlets-snoop.jar server/lib/servlets-webdav.jar server/lib/tomcat-ajp.jar x server/lib/tomcat-util.jar server/lib/warp.jar -: from another package x: required for embedded Tomcat ?: not sure I think I'll put all JARs besides bootstrap.jar in libtomcat4-java and the scripts in tomcat4, the webapps in tomcat4-webapps. The JARs will stay in /usr/share/tomcat4/... to avoid pollution of /usr/share/java. Any better suggestions? -- Stefan Gybas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]