tomcat 部署ecclipse web(servlet)项目

原文连接

只需把build/classes/下的文件拷贝到项目目录中的WebContent/WEB-INF/lib下 在复制WebContent整个文件夹到tomcat中的webapps即可。start tomcat,浏览器 输入localhost:8080/WebContent/网页名或servlet名即可访问
注:通过修改WebContent的文件名来与其他项目区分
工具:eclipse 3.6   tomcat7.0.2




个人实践:

    在eclipse:

            新建工程 new > project > 列表中选中Web > Dynamic Web Project (注:工程默认目录要重新设置如 /home/stedy/gy/backup/selfstudy/web/apache-tomcat-7.0.27/webapps/compal/sm)> Target runtime中选中Apache Tomcat   

           新建jsp/html     单击工程名右击 new > others > Web > jsp /jsp tag/html.....


         注:WebContent为工程根目录

  



你可能感兴趣的:(tomcat 部署ecclipse web(servlet)项目)