"sonic-dre" wrote : Hi 
  | 
  | if you use JbossWS during the deployment
  | Jboss changed yourWS-URL into the adress
  | that is configurated under:
  | 
  | [jboss-4.0.0HOME]\server\default\deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml
  | 
  | under the Tags
  | 
  |   <mbean code="org.jboss.webservice.AxisService"
  |   |     name="jboss.ws4ee:service=AxisService">
  |   |     <depends>jboss:service=WebService</depends>
  |   |    <attribute name="WebServiceHost">myPCName</attribute>
  |   |     <attribute name="WebServiceSecurePort">8443</attribute>
  |   |     <attribute name="WebServicePort">8080</attribute>
  |   |   <attribute name="ValidateWsdlRequest">false</attribute>
  |   | </mbean>
  | 
  | 
  | there you can define your service Host Name.
  | 
  | all right now.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to