Tomcat 7 Startup script should be (slightly) changed to allow mutiple instances
Bug #1023899 reported by
Michael Wyraz
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomcat7 (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
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.
Changed in tomcat7 (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in tomcat7 (Ubuntu): | |
status: | Triaged → Confirmed |
To post a comment you must log in.
this is affecting me as well, I cannot update to tomcat7 because of this small issue