问题
I am using Ubuntu 12.04 and new for this environment. I have generated my project as war file and put under webapps folder of tomcat 7. But, How to run Apache Tomcat in-order to get result??
回答1:
I think this is the solution. Under the tomcat/bin
folder there will be one file named startup.sh
. double click it, then it will ask for prompt, give run. for stop the server use shutdown.sh
. I hope this will help you.
来源:https://stackoverflow.com/questions/19375290/how-to-run-tomcat-7-in-ubuntu-12-04