Skip to content

Instantly share code, notes, and snippets.

@HereChen
Created February 27, 2017 03:18
Show Gist options
  • Save HereChen/839094a2942a51de8454654733140a26 to your computer and use it in GitHub Desktop.
Save HereChen/839094a2942a51de8454654733140a26 to your computer and use it in GitHub Desktop.
deploy war to local tomcat, 部署 war 包到本地 tomcat
REM local tomcat deploy
copy target\*.war %TOMCAT_HOME%\webapps\
%TOMCAT_HOME%\bin\catalina.bat start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment