Bug 38194 - Warn if CATALINA_PID unset and executing catalina.sh stop -force
Summary: Warn if CATALINA_PID unset and executing catalina.sh stop -force
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Native:Integration (show other bugs)
Version: 5.5.14
Hardware: All Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 11:57 UTC by Matthew Buckett
Modified: 2006-04-13 10:50 UTC (History)
0 users



Attachments
Patch to add a warning to catalina.sh when using stop -force without CATALINA_PID set (395 bytes, patch)
2006-01-09 11:59 UTC, Matthew Buckett
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Buckett 2006-01-09 11:57:44 UTC
To help users out if when the -force option doesn't seem to be working warn them
that CATALINA_PID needs to be set. This isn't mentioned in the catalina.sh help.
As at the moment if you attempt to call catalina.sh stop -force without
CATALINA_PID it silently ignores the -force option.
Comment 1 Matthew Buckett 2006-01-09 11:59:07 UTC
Created attachment 17371 [details]
Patch to add a warning to catalina.sh when using stop -force without CATALINA_PID set
Comment 2 Yoav Shapira 2006-04-13 17:50:02 UTC
Good patch, applied in time for 5.5.17.  Thank you.