Skip to content

Instantly share code, notes, and snippets.

@marisnb
Created August 21, 2019 07:35
Show Gist options
  • Save marisnb/3136c89293eb03c509c071955b680c2d to your computer and use it in GitHub Desktop.
Save marisnb/3136c89293eb03c509c071955b680c2d to your computer and use it in GitHub Desktop.
To start tomcat service on windows using start.bat file
:: 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