I am running a multi-site jboss server with 4 instances. They have been up and 
running for some time and it works quite well. However, when i deploy
a web service on any of the servers, the REPLACE_WITH_ACTUAL_URL is incorrectly 
replaced on any but the 8080 server. For example, on the 
8080 web server when i deploy, the wsdl is changed from
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
to
<soap:address location="http://ourserver:8080/ServiceName"/>

on the 8180 server, the wsdl location is incorrect and should have

<soap:address location="http://ourserver:8180/ServiceName"/>

instead, it lists the same exact location as the 8080 server:
<soap:address location="http://ourserver:8080/ServiceName"/>

Any help would be appreciated.

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to