Opened 16 years ago
Closed 15 years ago
#18882 closed defect (fixed)
tomcat6 tomcatctl uses tomcat5.pid
Reported by: | mail-lists@… | Owned by: | ghosthound |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | Markus.Ueberall@… | |
Port: | tomcat6 |
Description (last modified by mf2k (Frank Schima))
Line 53 of tomcatctl is referencing a tomcat5.pid when it should reference tomcat6.pid. This is preventing the service from stopping when using launchctl.
The correct line should read
[ -z "$TOMCAT_PIDNAME" ] && TOMCAT_PIDNAME="tomcat6.pid"
Change History (6)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to ricci@… |
---|---|
Port: | tomcat6 added |
Priority: | High → Normal |
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:6 Changed 15 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was fixed in r54508.
Note: See
TracTickets for help on using
tickets.