[#13036] - ctlscript not completely working

Category:
Bug report
Priority:
High
Status:
New
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

We found a problem with the startup/shutdown script ctlscript.sh. If you shutdown Apache Tomcat and it takes to long to shutdown it kills the service, but when envoking the status using the script it says it's still up. Then upon shutting down the postgresql server it will bring up the Apache tomcat server. We ran into this problem using the 7.5 CE. If you need more info let me know.

Thanks,
-Josh

v7.5
JasperReports Server
joshuatoepfer@yahoo.com's picture
Joined: Apr 2 2015 - 4:38am
Last seen: 2 years 2 days ago

1 Comment:

#1

Utilizing the CATALINA_PID variable, you should be able to define the location of the pid, which allows your script to remove it after being forced to shutdown. Not sure, but this may fix part of the problem.

Feedback