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?

Thanks for help,

Julia



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 ?

Jon.



Reply via email to