[eclpise+tomcat+maven spring]初体验

来源:互联网 发布:网络公开课免费的吗 编辑:程序博客网 时间:2024/05/19 09:02

(1) eclpise : http://www.eclipse.org/downloads/

(2) tomcat : http://tomcat.apache.org/

(3) tomcat plugin of eclpise : http://www.eclipsetotale.com/tomcatPlugin.html

(4) set path TOMCAT_HOME

(5) new maven webapp project (modify pom.xml/web.xml, new dispatcher-servlet.xml/java/jsp and so on)
        http://blog.csdn.net/mr_tank_/article/details/12159297
        http://limingnihao.iteye.com/blog/830409

(6) add tomcat server

(7) publish "hello" and visit http://localhost:8080/hello/index.do to test as follow:


0 0
原创粉丝点击