开发者

Deploy "exploded" folder to Tomcat in Eclipse

开发者 https://www.devze.com 2023-01-20 16:37 出处:网络
I just installed Eclipse for Java EE developers, Created a New Project by checking out files through SVN from a reposito开发者_JS百科ry.

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

精彩评论

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