168169170171172173174175176177178
{ throw new DeploymentException("Failed to deploy " + deploymentName, failure); } try { return new ServletMethodExecutor( new URL( "http", configuration.getRemoteServerAddress(), configuration.getRemoteServerHttpPort(), "/")
170171172173174175176177178179180
throw new DeploymentException("Failed to deploy " + archive.getName(), e); } try { return new ServletMethodExecutor( new URL( HTTP_PROTOCOL, bindAddress, bindPort, "/"));