Performing deployment of application and restarting of domain in the same server

Posted by dfdfd on Stack Overflow See other posts from Stack Overflow or by dfdfd
Published on 2010-06-13T07:36:48Z Indexed on 2010/06/13 7:42 UTC
Read the original article Hit count: 183

Filed under:

I am using hudson which will run scheduled builds from time to time.

Problem is that i configured a shell script which will be excuted to perform the deployment and also restarting of domain.

As hudson is on the same application server as the actual application.

My hudson will stop and also stop the shell script after the asadmin stop-domain command so it doesn't proceed to start back the domain.

What can i do to resolve this issue?

© Stack Overflow or respective owner

Related posts about hudson