Hi,

Is it possible to set a different port number via binding service manager? I'm 
using jbossws-1.0.1.GA

I tried this, but it didn't work, the port in wsdl links and soap:address kept 
defaulting to 8080:


  | <service-bindings>
  | ...
  |       <server name="default">
  | ...
  |       <service-config name="jboss.ws:service=ServiceEndpointManager"
  |          delegateClass="org.jboss.services.binding.AttributeMappingDelegate"
  |          >
  |         <delegate-config portName="WebServicePort" 
hostName="WebServiceHost"/>
  |            <attribute name="WebServiceSecurePort">8443</attribute>
  |            <attribute name="AlwaysModifySOAPAddress">True</attribute>
  |         <delegate-config/>
  |         <binding port="8181" host="${jboss.bind.address}"/>
  |       </service-config>
  | 

It only works when I undeploy, then manually set the port through jmx-console, 
and redeploy.

thanks,
huy



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955585#3955585

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955585

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to