由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - in eclipse EE , how to build a tomcat/web application?
相关主题
Help with Tomcat for Eclipse v1.03Eclipse可以让一个项目使用refer另一个项目吗
J2EE: why is my .jsp not refreshed?OpenShift的配置一问
菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页How can I organize Projects in Eclipse
Run Servlet with TomcatTomcat Hot deployment
愣是笨到家----整不明白applet的path急请教:程序从Eclipse 的 Workspaces拷到别处不工作了
tomcat连接mysql求助jboss hot deployment in eclipse
Eclipse EE今天一天时间把tomcat 调明白了
能这样编网站吗?java compilation question
相关话题的讨论汇总
话题: web话题: eclipse话题: ee话题: tomcat话题: inf
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
eclipse EE has built in web development kit,
so I can create a "dynamic web project", and it will compile and create
the .class files. I can create a "Server" from file menu, pointing to my
tomcat setup. then I can add my web project to the tomcat Server, and
start it in eclipse. everything is integrated.
but the problem is, when eclipse EE deploys the web app into tomcat, it
does not include the recursive dependencies, as is handled by ivy/maven,
although I already pulled those deps successfully through ivy and dropped
into lib/ , and eclipse is indeed able to use those in compilation.
eclipse EE creates its own tomcat webroot under
$HOME/workspace/.eclipse/something......./tmp0/WEB-INF/classes I can see
that it only verbatim copies my project/web/WEB-INF/lib in here, and my
web/WEB-INF/lib is empty
so how to let eclipse EE package & deploy everything that is under its
BUILD path ?
thanks
h**********c
发帖数: 4120
2
netbeans + ant 有试验过吗?

【在 c******n 的大作中提到】
: eclipse EE has built in web development kit,
: so I can create a "dynamic web project", and it will compile and create
: the .class files. I can create a "Server" from file menu, pointing to my
: tomcat setup. then I can add my web project to the tomcat Server, and
: start it in eclipse. everything is integrated.
: but the problem is, when eclipse EE deploys the web app into tomcat, it
: does not include the recursive dependencies, as is handled by ivy/maven,
: although I already pulled those deps successfully through ivy and dropped
: into lib/ , and eclipse is indeed able to use those in compilation.
: eclipse EE creates its own tomcat webroot under

1 (共1页)
进入Java版参与讨论
相关主题
java compilation question愣是笨到家----整不明白applet的path
ant javac error in eclipse 3.0?tomcat连接mysql求助
大家愿意讨论一下log4j么Eclipse EE
也问一个Eclipse的问题能这样编网站吗?
Help with Tomcat for Eclipse v1.03Eclipse可以让一个项目使用refer另一个项目吗
J2EE: why is my .jsp not refreshed?OpenShift的配置一问
菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页How can I organize Projects in Eclipse
Run Servlet with TomcatTomcat Hot deployment
相关话题的讨论汇总
话题: web话题: eclipse话题: ee话题: tomcat话题: inf