Author: thomas.diesler(a)jboss.com
Date: 2006-12-21 16:26:21 -0500 (Thu, 21 Dec 2006)
New Revision: 1710
Modified:
branches/tdiesler/trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/TomcatServiceEndpointPublisher.java
Log:
Modified:
branches/tdiesler/trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/TomcatServiceEndpointPublisher.java
===================================================================
---
branches/tdiesler/trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/TomcatServiceEndpointPublisher.java 2006-12-21
21:26:18 UTC (rev 1709)
+++
branches/tdiesler/trunk/integration-tomcat/src/main/java/org/jboss/ws/integration/tomcat/TomcatServiceEndpointPublisher.java 2006-12-21
21:26:21 UTC (rev 1710)
@@ -77,7 +77,7 @@
public String publishServiceEndpoint(URL warURL) throws Exception
{
- new wspublish().process(warURL, targetDir, servletName);
+ new wspublish().process(warURL, targetDir, getServiceEndpointServlet());
return "OK";
}
Show replies by date