Exploded EAR Deployment on JBoss [message #487623] |
Wed, 23 September 2009 15:01  |
Eclipse User |
|
|
|
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 #509076 is a reply to message #487623] |
Thu, 21 January 2010 05:51  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.30128 seconds