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?