Running Tomcat
Start Tomcat using the catalina.sh run or the catalina.sh start
commands. The catalina.sh startup script is found in the Tomcat bin
folder. catalina.sh run starts Tomcat and leaves it running in the
console so that you can Ctrl-C to terminate. catalina.sh start starts
Tomcat in the background and you will need to run catalina.sh stop to
stop the process.
To bring up the management app, bring up <http://<YourMachineHere>:17665/mgmt/ui/index.html> in a recent version of Firefox/Google chrome.