开发者

deploying Java web application in exploded directory outside the Tomcat server, using Eclipse

I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I'm now trying to migrate my project to Eclipse IDE.

When I run my web application from IntelliJ IDE, it creates a exploded directory inside my web application project folder and then starts the server and runs the web app. (i.e. no WAR files and no copy to tomcat\webapps folder).

But in Eclipse IDE, it usually deploys the web app inside T开发者_如何学Goomcat's webapps folder.

Is there any way to deploy web applications to a exploded directory outside the Tomcat server, from Eclipse IDE?


There is pretty neat Eclipse plug-ins you can install that will allow you to do that.

Have a look at Plug-in, tutorial and from Sysdeo.

Sysdeo is the one that both Apache and IBM suggests.

There are actually quite a bunch of these plug-ins from different vendors.

The trick is to find the one that best suits your needs.

Hope this helps.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜