Posted By:
malepati_kumar
Posted On:
Tuesday, January 5, 2010 09:51 AM
Hi Team, I have question on ant task. Currently i am using task to bounce jobss server host="${remote.host}" port="${remote.port}" username="${user}" keyfile="${user.key}" command="sudo /usr/local/bin/bounce_jboss" /> servers information is defined in build.properties. But the problem is , Since my Jboss Administrator is telling there is a cluster issue while doing a parallel restart, wanted to find out a time frame of 30 to 45 seconds for each server restart. Is there a way where i can put some command in between each server restart. Please give
More>>
Hi Team,
I have question on
ant task.
Currently i am using
task to bounce jobss server
host="${remote.host}"
port="${remote.port}"
username="${user}"
keyfile="${user.key}"
command="sudo /usr/local/bin/bounce_jboss" />
servers information is defined in build.properties.
But the problem is , Since my Jboss Administrator is telling there is a cluster issue while doing a parallel restart, wanted to find out a time frame of 30 to 45 seconds for each server restart.
Is there a way where i can put some
command in between each server restart.
Please give me some inputs.
thanks
<<Less