[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-23 Thread gpnewton
Is there any better solution to this problem for large scale deployments?  If 
we need to go down into the sar deployment and change this file for every box 
we deploy to, that significantly complicates our deployment of JBoss.  Is there 
any way to have the WebServiceHost attribute reflect the actual hostname of the 
server the VM is running on?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3856212#3856212

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856212


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-23 Thread [EMAIL PROTECTED]
This has been fixed in jboss-4.0.1

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3856229#3856229

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856229


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-06 Thread tdiesler
The wsdl for the server side deployment may contain a dummy service location, that 
JBossWS will adjust during deployment.

The wsdl for the client side deployment must contain the correct service location. 
i.e. the client must be told where to connect to.

You can override the location where the client obtains the wsdl from, like this

  |   service-ref
  | service-ref-nameservice/HelloService/service-ref-name
  | 
wsdl-overridehttp://yourhost:8080/ws4ee-admindevel/HelloService?wsdl/wsdl-override
  |   /service-ref
  | 

Also the javax.xml.rpc.Stub interface contains a property with wich you can set the 
target endpoint address

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854158#3854158

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854158


---
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=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-04 Thread sonic-dre
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

  
jboss:service=WebService
myPCName
8443
8080
false
  

there you can define your service Host Name.

all right now.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853889#3853889

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853889


---
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=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-04 Thread sonic-dre
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
  |   | dependsjboss:service=WebService/depends
  |   |attribute name=WebServiceHostmyPCName/attribute
  |   | attribute name=WebServiceSecurePort8443/attribute
  |   | attribute name=WebServicePort8080/attribute
  |   |   attribute name=ValidateWsdlRequestfalse/attribute
  |   | /mbean
  | 
  | 
  | there you can define your service Host Name.
  | 
  | all right now.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853890#3853890

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WebService Address

2004-11-04 Thread adicko
Hi sonic-dre,

TOP! It works perfectly!

Thank you.

 ADICKO

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854024#3854024

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854024


---
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=5588alloc_id=12065op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development