我刚刚开始研究JSF
。我遵循了一些步骤。最后一步我创建了项目配置它。构建项目后,eclipse在我的jsf项目中创建了目标文件夹。我将war文件移动到apache tomcat
的webapps文件夹。
localhost:8080/firstJsfApp
之后它成功运作了。
但是当我在这个项目上改变一些东西并重新创建.war file
时。我必须再次(重复)将它移动到tomcat文件夹。
有没有让这更容易?
答案 0 :(得分:2)
您可以直接从Eclipse部署webapp到tomcat:
1st. Open the "Servers" view in Eclipse, and it will allow you to configure a tomcat instance.
2nd. Add your webapp to the tomcat
然后,您可以调试并热部署对项目的任何更改。
答案 1 :(得分:0)
这是一个链接,你可以在eclipse中运行tomcat:http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html