Opened 15 years ago

Last modified 15 years ago

#18882 closed defect

tomcat6 tomcatctl uses tomcat5.pid — at Initial Version

Reported by: mail-lists@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: tomcat6

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"

Change History (0)

Note: See TracTickets for help on using tickets.