windows下安装tomcat

ENV:

window 7

Apache Tomcat 6.0

 

1 Decompress tomcat server  

2 TOMCAT_HOME:D:\Program Files\DEV\apache-tomcat_backup

3 change the port of tomcat server:

find the following file TOMCAT_HOME\conf\server.xml

and change the port here :

4 start up the tomcat server:
4.1 cmd

#d:
#cd D:\Program Files\DEV\apache-tomcat_backup\bin
#shutdown
#startup

4.2 show the follwing info ==> tomcat server is starting fine....

5 Depoloy a web app:

5.1 prepare a war file in the following place:

{$TOMCAT_HOME}\webapps\LOTTE_Indonesia_HRMS.war

5.2 start the tomcat server

5.3 check the following URL in browser

http://localhost:8000/LOTTE_Indonesia_HRMS/

posted @ 2013-04-21 21:55  王超_cc  阅读(239)  评论(0编辑  收藏  举报