hgomez 2003/03/06 08:30:45
Modified: src/shell tomcat.sh
Log:
Was a little too fast, quick fixes.
Revision Changes Path
1.37 +4 -4 jakarta-tomcat/src/shell/tomcat.sh
Index: tomcat.sh
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.sh,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- tomcat.sh 6 Mar 2003 16:29:31 -0000 1.36
+++ tomcat.sh 6 Mar 2003 16:30:45 -0000 1.37
@@ -21,7 +21,7 @@
# command is executed. The default is 8000.
#
# TOMCAT_PID (Optional) Path of the file which should contains the pid
-# of catalina startup java process, when start (fork) is used
+# of tomcat startup java process, when start (fork) is used
#
# Shell script to start and stop the server
@@ -43,7 +43,7 @@
# For Cygwin, ensure paths are in UNIX format before anything is touched
if $cygwin; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
- [ -n "$TOMCAT_HOME" ] && TOMCAT_HOME=`cygpath --unix "$CATALINA_HOME"`
+ [ -n "$TOMCAT_HOME" ] && TOMCAT_HOME=`cygpath --unix "$TOMCAT_HOME"`
[ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --unix "$CLASSPATH"`
fi
@@ -180,7 +180,7 @@
# For Cygwin, switch paths to Windows format before running java
if $cygwin; then
JAVA_HOME=`cygpath --path --windows "$JAVA_HOME"`
- TOMCAT_HOME=`cygpath --path --windows "$CATALINA_HOME"`
+ TOMCAT_HOME=`cygpath --path --windows "$TOMCAT_HOME"`
CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]