vote up 0 vote down star

I'm looking for a way to automate deployment of a Flex application(written in Eclipse) EAR to the JBoss application server. That is, when I click 'Build' I want it to also do the deployment. It doesn't have to be a 'hot' deployment, since this is development I don't care about shutting down and restarting the application.

flag

25% accept rate

2 Answers

vote up 1 vote down

JBoss Tools has kept me happy for a few months now. It was a bit tricky to get it up and running, but it's a real time saver once you've nailed the configuration.

link|flag
+1 we only found it right at the end of our project :( – Michael Wiles Aug 26 at 7:20
vote up 1 vote down

You can configure the jboss server to auto deploy.

double click on the JBoss server in the server view, then select Publishing -> and click the Automatically public when resources change, set the interval to quite low.

Btw, you might want to look for the Jboss plugin - it works very well and makes deployment much faster.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.