Bug report #369 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/369> REPORT #369 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: 3.1 JVM Release: Java 1.2 Operating System: HP/UX OS Release: 11.0 Platform: HP Synopsis: tomcat.sh needs to handle start_msg and stop_msg args for System V style init scripts Description: To make tomcat.sh work in the System V style start/stop script environment, it needs to handle the arguments "start_msg" and "stop_msg" something like this: if [ "$1" = "start_msg" ]; then shift echo "Starting Tomcat Servlet Engine" elif [ "$1" = "stop_msg" ]; then shift echo "Stopping Tomcat Servlet Engine" elif [ "$1" = "start" ] ; then shift echo Using classpath: ${CLASSPATH} Otherwise, tomcat.sh will see these as invalid arguments and abort. HP/UX's init program passes these arguments to its rc scripts automatically.Title: BugRat Report # 369
BugRat Report # 369
Project: Tomcat | Release: 3.1 |
Category: Feature Requests | SubCategory: Enhancement |
Class: suggest | State: received |
Priority: medium | Severity: non-critical |
Confidence:
public
|
Submitter:
Mark Norman ( [EMAIL PROTECTED] )
Date Submitted:
Nov 10 2000, 10:23:28 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- tomcat.sh needs to handle start_msg and stop_msg args for System V style init scripts
- Environment: (jvm, os, osrel, platform)
- Java 1.2, HP/UX, 11.0, HP
- Additional Environment Description:
- Report Description:
- To make tomcat.sh work in the System V style start/stop script environment, it needs to handle the arguments "start_msg" and "stop_msg" something like this: if [ "$1" = "start_msg" ]; then shift echo "Starting Tomcat Servlet Engine" elif [ "$1" = "stop_msg" ]; then shift echo "Stopping Tomcat Servlet Engine" elif [ "$1" = "start" ] ; then shift echo Using classpath: ${CLASSPATH} Otherwise, tomcat.sh will see these as invalid arguments and abort. HP/UX's init program passes these arguments to its rc scripts automatically.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]