> 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.
