166167168169170171172173174175176
{ throw new DeploymentException("Failed to deply " + deploymentName, failure); } try { return new ServletMethodExecutor( new URL( "http", configuration.getRemoteServerAddress(), configuration.getRemoteServerHttpPort(), "/")
165166167168169170171172173174175
{ throw new DeploymentException("Failed to deploy " + deploymentName, failure); } try { return new ServletMethodExecutor( new URL( "http", configuration.getRemoteServerAddress(), configuration.getRemoteServerHttpPort(), "/")
145146147148149150151152153154155
{ throw new DeploymentException("Could not deploy " + deploymentName, e); } try { return new ServletMethodExecutor(new URL(server.getHttpUrl().toExternalForm() + "/")); } catch (Exception e) { throw new RuntimeException("Could not create ContainerMethodExecutor", e); }