New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18882 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

tomcat6 tomcatctl uses tomcat5.pid

Reported by: mail-lists@… Owned by: ricci@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: Markus.Ueberall@…
Port: tomcat6

Description (last modified by macsforever2000@…) (diff)

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

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to ricci@…
  • Priority changed from High to Normal
  • Port set to tomcat6

comment:2 Changed 4 years ago by macsforever2000@…

  • Description modified (diff)

comment:3 Changed 4 years ago by ricci@…

  • Status changed from new to assigned

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).

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:5 Changed 4 years ago by Markus.Ueberall@…

  • Cc Markus.Ueberall@… added

Cc Me!

comment:6 Changed 4 years ago by ricci@…

  • Status changed from assigned to closed
  • Resolution set to fixed

This was fixed in r54508.

Note: See TracTickets for help on using tickets.