简体   繁体   中英

how to deploy project on local server apache tomcat 7

I have dynamic web project called Test in which there is one html file demo.html I have created Test.war file from eclipse I want to deploy it on apache tomcat 7 so that i can run demo.html from my browser

I dont want to use eclipse for running project

Plz help.

Drop the war into tomcat webapps directory and to start tomcat in windows use command prompt go to tomcat dir/bin then run startup.bat.if your using linux go to tomcat dir/bin then run startup.sh.

To stop tomcat run shutdown.bat/shutdown.sh

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM