Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Exploded EAR Deployment on JBoss
Exploded EAR Deployment on JBoss [message #487623] Wed, 23 September 2009 19:01 Go to next message
Marcus  is currently offline Marcus Friend
Messages: 1
Registered: September 2009
Junior Member
Hello all,

I've been developing J2EE / EJB3 applications on JBoss for a while now, and ever since I've been using MyEclipse IDE for that.

Because the most coworkers of mine don't use MyEclipse, but WTP, I'm trying to make myself compatible to them, but already within the first steps I'm facing a big problem:

I cannot get WTP to make an exploded deployment. My project is always packed into an zipped EAR file (just like I wanted to deploy to production environment).

In MyEclipse there's a simple option "Exploded" or "Archive".

Exploded deployment is essential for hot deployment of .class and .xhtml files, isn't it? How can I get WTP to make an exploded deployment?


Thank you all!

Marcus.
Re: Exploded EAR Deployment on JBoss [message #487740 is a reply to message #487623] Thu, 24 September 2009 10:09 Go to previous messageGo to next message
Wolfgang Knauf is currently offline Wolfgang KnaufFriend
Messages: 63
Registered: July 2009
Member
Hi Marcus,

this should be possible if you modify the ant file which performs the
deployment. Currently this creates a JAR file and performs a file copy. You can
find it here:
eclipse\plugins\org.eclipse.jst.server.generic.jboss_1.5.206 .v20090115\buildfiles\jboss323.xml

If you make it working, please post your solution here ;-).

Best regards

Wolfgang
Re: Exploded EAR Deployment on JBoss [message #509076 is a reply to message #487623] Thu, 21 January 2010 10:51 Go to previous message
Wolfgang Knauf is currently offline Wolfgang KnaufFriend
Messages: 63
Registered: July 2009
Member
Hi Marcus,

>
> I cannot get WTP to make an exploded deployment. My project is always
> packed into an zipped EAR file (just like I wanted to deploy to
> production environment).
>


I have a custom JBoss plugin for WTP, and I added support for exploded
deployment to it recently: http://www.cs.hs-rm.de/~knauf/public/
But it will not do incremental deployment, it simply unpacks the EAR/JAR/WAR
files and copies them to the deploy directory ;-). So I don't know whether this
would help.

Wolfgang
Previous Topic:how don't create a ear project when use the wtp web service framework
Next Topic:Can't create web projects
Goto Forum:
  


Current Time: Wed Apr 24 22:36:09 GMT 2024

Powered by FUDForum. Page generated in 0.02853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top