开发者

Deploy "exploded" folder to Tomcat in Eclipse

I just installed Eclipse for Java EE developers, Created a New Project by checking out files through SVN from a reposito开发者_JS百科ry.

I was able to successfully generate an "exploded" web app folder through an ANT build.

How do I deploy this exploded folder (not .war file) to Tomcat? Any configuration that needs to be done?

Thanks.


Just make an ant target that copies the folder directly into the deploy folder of tomcat, usually $TOMCAT_HOME/webapps. Tomcat should then deploy the app in it's container.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜