[Bug 1023899] [NEW] Tomcat 7 Startup script should be (slightly) changed to allow mutiple instances

Michael Wyraz 1023899 at bugs.launchpad.net
Thu Jul 12 13:51:45 UTC 2012


Public bug reported:

This is an improvement, not a bug. The tomcat7 package is splitted so that it allows to run multiple tomcat instances. The ini script has a hardcoded NAME variable and paths depending on it. It should be changed from
   NAME=tomcat7
to
   NAME=$( basename $0 )

CATALINA_HOME in this case should be hardcoded (or moved to a different
variable).


Another improvement would be to allow the DEFAULTS file to override the retry parameter of teh stop command to give the tomcat more time to shutdown.

** Affects: tomcat7 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1023899

Title:
  Tomcat 7 Startup script should be (slightly) changed to allow mutiple
  instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1023899/+subscriptions



More information about the Ubuntu-server-bugs mailing list