Is there anyway with Cargo deployment to deploy to a specific Glassfish virtual Server? I am using Gradle and all works welland deploys... but I have about 10 virtual servers under my GF domain and my application gets deployed to all of them........ Even though I have tried specifying a port.
I have tried:
gradlew cargoRedeployRemote -Dhttp.nonProxyHosts=xx.xxx.xx.xx -Dcargo.servlet.port=8082
but this doesn't seem to do anything special (it is a Spring MVC war that I am deploying)
Am I missing something?