简体   繁体   中英

Automating JBoss deployment in Eclipse?

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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM