Created
August 21, 2019 07:35
-
-
Save marisnb/3136c89293eb03c509c071955b680c2d to your computer and use it in GitHub Desktop.
To start tomcat service on windows using start.bat file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: TO START TOMCAT SERVICE :: | |
@ECHO OFF | |
cd \D "Your tomcat path\bin" | |
startup.bat | |
endlocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment