[MacPorts] #18882: tomcat6 tomcatctl uses tomcat5.pid
#18882: tomcat6 tomcatctl uses tomcat5.pid -------------------------------------+-------------------------------------- Reporter: mail-lists@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: -------------------------------------+-------------------------------------- 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" -- Ticket URL: <http://trac.macports.org/ticket/18882> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18882: tomcat6 tomcatctl uses tomcat5.pid -------------------------------------+-------------------------------------- Reporter: mail-lists@… | Owner: ricci@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: tomcat6 -------------------------------------+-------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => ricci@… * priority: High => Normal * port: => tomcat6 -- Ticket URL: <http://trac.macports.org/ticket/18882#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18882: tomcat6 tomcatctl uses tomcat5.pid -------------------------------------+-------------------------------------- Reporter: mail-lists@… | Owner: ricci@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: tomcat6 -------------------------------------+-------------------------------------- Description changed by macsforever2000@…: Old description:
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"
New description: 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" }}} -- -- Ticket URL: <http://trac.macports.org/ticket/18882#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18882: tomcat6 tomcatctl uses tomcat5.pid -------------------------------------+-------------------------------------- Reporter: mail-lists@… | Owner: ricci@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: tomcat6 -------------------------------------+-------------------------------------- Changes (by ricci@…): * status: new => assigned Comment: I have a more complete re-write of the startup item stuff for tomcat6 that is pending a final test - I found that just changing the pidfile to be correct wasn't enough. ETA is 'RSN' (sorry). -- Ticket URL: <http://trac.macports.org/ticket/18882#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18882: tomcat6 tomcatctl uses tomcat5.pid --------------------------------------+------------------------------------- Reporter: mail-lists@… | Owner: ricci@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: tomcat6 | --------------------------------------+------------------------------------- Changes (by ricci@…): * status: assigned => closed * resolution: => fixed Comment: This was fixed in r54508. -- Ticket URL: <http://trac.macports.org/ticket/18882#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts