Or, just be sure to use the same server-config.wsdd file for the webapp
after each deployment.

Any settings in this file will be reloaded when the webapp starts.

Auto deploying through the admin client on startup would be redundant
and complex - probably more buggy, too.

On Mon, 2003-01-27 at 14:24, Benjamin Tomasini wrote:
> I would just modifiy the server-config.wsdd manually.  Same effect.
> 
> On Mon, 2003-01-27 at 14:26, James Flagg wrote:
> > 
> > Greetings all,
> > 
> > According to the Axis documentation, the way to deploy web services using
> > WSDD is to invoke the AdminClient from the command line:
> > 
> > % java org.apache.axis.client.AdminClient deploy.wsdd
> > 
> > which connects to the Axis servlet on localhost:8080 and registers the
> > service.
> > 
> > However, I have added Axis to my own web application, and would like to
> > programmatically register my web services during my web application's
> > initialization without invoking the AdminClient.  Can anyone tell me how to
> > do this?
> > 
> > Thanks in advance.
> > 
> 
> 


Reply via email to