You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"URL on which to ping the deployed or undeployed application (to check if deployment or undeployment is successful), that should return an HTTP OK response only after the deployment is complete. If not set, the deployed or undeployed application will not be pinged, hence the deployment considered as complete as soon as the target server's method returns successfully."
Nice to have feature. For JBoss 7 cargoStartLocal finishes as soon as app server is started and is not waiting for deployment to complete. pingURL helps to wait for deployment.
The text was updated successfully, but these errors were encountered:
The Ant task currently does not support these attributes. Before this can be implemented Cargo will need to support it first. For more information see this discussion on the Cargo user mailing list.
Cargo maven2 plugin has this option:
pingURL
"URL on which to ping the deployed or undeployed application (to check if deployment or undeployment is successful), that should return an HTTP OK response only after the deployment is complete. If not set, the deployed or undeployed application will not be pinged, hence the deployment considered as complete as soon as the target server's method returns successfully."
Source: http://cargo.codehaus.org/Maven2+Plugin+Reference+Guide
Nice to have feature. For JBoss 7 cargoStartLocal finishes as soon as app server is started and is not waiting for deployment to complete. pingURL helps to wait for deployment.
The text was updated successfully, but these errors were encountered: