简体   繁体   English

如何在本地服务器apache tomcat 7上部署项目

[英]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 我有一个名为Test的动态Web项目,其中有一个html文件demo.html我已经从eclipse创建了Test.war文件,我想将其部署在apache tomcat 7上,以便可以从浏览器中运行demo.html。

I dont want to use eclipse for running project 我不想使用eclipse运行项目

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. 将战争放到tomcat webapps目录中,并在Windows中启动tomcat,使用命令提示符转到tomcat dir / bin,然后运行startup.bat。如果使用linux,请转到tomcat dir / bin,然后运行startup.sh。

To stop tomcat run shutdown.bat/shutdown.sh 要停止tomcat,请运行shutdown.bat / shutdown.sh

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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