----- Original Message ----- From: "Jon Barber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 04:29 Subject: Re: Web services configuration?
> Michael D. Spence wrote: > > >>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. > > > > > > > Fair enough, and I know that would work as well. I just prefer it when > you can use a method like the web.inf to set them. You can have per-webapp properties set in the wsdd, and you can read them through some means that escapes me right now. Similarly, global properties can be set in the global section of the WSDD file, *or* on web.xml in the AxisServlet config area. or you can plug in your own config engine to read data from a different place, like an ldap context.
