View | Details | Raw Unified | Return to bug 35609
Collapse All | Expand All

(-)service.bat (-2 / +2 lines)
Lines 54-60 Link Here
54
if %1 == uninstall goto doRemove
54
if %1 == uninstall goto doRemove
55
echo Unknown parameter "%1"
55
echo Unknown parameter "%1"
56
:displayUsage
56
:displayUsage
57
echo 
57
echo.
58
echo Usage: service.bat install/remove [service_name]
58
echo Usage: service.bat install/remove [service_name]
59
goto end
59
goto end
60
60
Lines 71-77 Link Here
71
echo Using CATALINA_BASE:    %CATALINA_BASE%
71
echo Using CATALINA_BASE:    %CATALINA_BASE%
72
echo Using JAVA_HOME:        %JAVA_HOME%
72
echo Using JAVA_HOME:        %JAVA_HOME%
73
73
74
rem Use the environment variables as an exaple
74
rem Use the environment variables as an example
75
rem Each command line option is prefixed with PR_
75
rem Each command line option is prefixed with PR_
76
76
77
set PR_DESCRIPTION=Apache Tomcat Server - http://jakarta.apache.org/tomcat
77
set PR_DESCRIPTION=Apache Tomcat Server - http://jakarta.apache.org/tomcat

Return to bug 35609