Title: Message
From my experience, the use of adminClient is not strictly required. Everything is in the server-config.wsdd file (WEB-INF) Just need to install Axis on the target app server and make sure you have a valid server-config.wsdd file in your webapp. Configuration is loaded by the engine when services are called so the engine will be configured properly based on the content of your server-config.wsdd
 
So do it once and reuse the server-config.wsdd file on all your other instances.
 
Joel
-----Original Message-----
From: Praveen Peddi [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2003 12:36 PM
To: [EMAIL PROTECTED]
Subject: Axis deployed services.

If I deploy all my soap services using axis along with weblogic 7.0, does it generate any file which I can use in other instances of weblogic servers.
 
I used to do this for Apache SOAP. When I deployed soap services using Apache SOAP, it used to generate DeployedServices.ds file which I used to deploy the services in other instances.
 
Any idea. If I want to deploy services in 100 weblogic instances, do I have to manually deploy those services using AdminClient or deploy on one instance and re-use it it other 99 instances.
 
BTW I sent the same email a month ago but didn't get any responses, so trying my luck again :)
 
 
Thanks
Praveen

Reply via email to