How to start and stop jboss server using Ant task ?

Posted by Purushotham on Stack Overflow See other posts from Stack Overflow or by Purushotham
Published on 2010-06-17T08:29:12Z Indexed on 2010/06/17 8:33 UTC
Read the original article Hit count: 459

Filed under:
|

I need to stop, deploy my ear file and start Jboss server using the Ant tasks.

I am able to compile, build and deploy my J2EE application as an ear file into the JBoss server successfully using Ant tasks. We can see the redeployment of my application in the jboss console. I want to stop the server before deployment and start the server.

Is there any way to do this ?

© Stack Overflow or respective owner

Related posts about ant

Related posts about jboss