You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cs...@apache.org on 2019/04/08 18:58:41 UTC

[tomcat] branch master updated: Fix service.bat references in instructions

This is an automated email from the ASF dual-hosted git repository.

csutherl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new bfc4c38  Fix service.bat references in instructions
bfc4c38 is described below

commit bfc4c383ec2a12b10a693a42281caf4c3f34661d
Author: Coty Sutherland <cs...@apache.org>
AuthorDate: Mon Apr 8 14:54:29 2019 -0400

    Fix service.bat references in instructions
---
 webapps/docs/windows-service-howto.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/windows-service-howto.xml b/webapps/docs/windows-service-howto.xml
index 7d74126..d3c69b9 100644
--- a/webapps/docs/windows-service-howto.xml
+++ b/webapps/docs/windows-service-howto.xml
@@ -457,22 +457,22 @@ update the port number so as to specify a unique IP/port combination.</p>
 <p>
 To install an instance, first set the CATALINA_HOME environment variable to the
 name of the Tomcat installation directory. Then create a second environment
-variable CATALINA_BASE and point this to the instance folder. Then run "service
-install" command specifying a service name.</p>
+variable CATALINA_BASE and point this to the instance folder. Then run
+"service.bat install" command specifying a service name.</p>
 
 <source>set CATALINA_HOME=c:\tomcat_<version-major/>
 set CATALINA_BASE=c:\tomcat_<version-major/>\instances\instance1
-service install instance1</source>
+service.bat install instance1</source>
 
 <p>
 To modify the service settings, you can run <b>tomcat<version-major/>w //ES//instance1</b>.
 </p>
 <p>
 For additional instances, create additional instance folder, update the
-CATALINA_BASE environment variable, and run the service install again.</p>
+CATALINA_BASE environment variable, and run the "service.bat install" again.</p>
 
 <source>set CATALINA_BASE=c:\tomcat_<version-major/>\instances\instance2
-service install instance2</source>
+service.bat install instance2</source>
 
 </section>
 </body>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org