My web service receives data and saves it out to a user defined directory.
Currently I have them defining the directory in a file that my web service
reads in.  However, I would like to move this functionality over to web.xml.
I'm not sure on how to get a handle to the property from the serviceimpl
part of the web service.

Chris

-----Original Message-----
From: Barlotta, Timothy - Arlington, VA - Contractor
[mailto:[EMAIL PROTECTED]
Sent: Monday, October 11, 2004 12:16 PM
To: [EMAIL PROTECTED]
Subject: RE: Configuration setup with web.xml


> Where are you getting the config from?  I'm running a web 
> service using Axis(the reason I asked on here), and I used 
> wsdl2java, so I don't really have a hook to the underlying 
> stuff.  Can I still pull the properties, or do I need to get 
> ahold of the axis servlet?

I am curious what you are trying to pass to the AxisServlet...

The init(ServletConfig config) is automatically called by your J2EE
Container when it decides to call it.  It will always be called (see
J2EE lifecycle documentation) before any other methods.

Reply via email to