Created
March 3, 2016 22:28
-
-
Save Makesh/ab22aabc65fa426a59f3 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo 'Starting tomcat' | |
export JPDA_ADDRESS=8000 | |
export JPDA_TRANSPORT=dt_socket | |
/Users/xyz/Documents/Tools/apache-tomcat-8.0.15/bin/catalina.sh jpda start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment