Skip to content

Instantly share code, notes, and snippets.

@mauroporras
Created May 5, 2012 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauroporras/2599881 to your computer and use it in GitHub Desktop.
Save mauroporras/2599881 to your computer and use it in GitHub Desktop.
bat,tomcat,war: Starts a WAR precopied to the Apache Tomcat webapps directory and opens the Google Chrome portable version
@echo off
SET JAVA_HOME=".\jdk1.7.0_04"
SET CATALINA_HOME=".\apache-tomcat-7.0.27"
CALL ".\apache-tomcat-7.0.27\bin\startup.bat"
".\GoogleChromePortable\GoogleChromePortable.exe" --app="http://localhost:8080/my-webapp/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment