> -----Original Message-----
> From: Jon Barber [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 15, 2003 7:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Web services configuration?
> 
> 
> Julia Tertyshnaya wrote:
> 
> >Hello everybody,
> >
> >is there some standard way to configure web services at 
> startup (setting
> >some params)? Does Axis provide some means for that?
> >
> I've been wondering the same myself.  As far as I can see there is no 
> such facility, so you may have to do something with having a config 
> servlet (that doesn't server anything to users) that starts up first, 
> reads in params via the usual web.xml route, and then have a factory 
> class to provide config details to your web service.
> 
> Is there a better way ?

I just used a properties file and java.util.Properties.

Reply via email to