Re: Initialising Axis

2004-11-22 Thread tony . q . weddle
Thanks, Paul. Implement it in what? I think this is for listeners that can be defined in web.xml, but how do I get hold of the global parameters defined in the WSDD file? Does Axis provide a reference, to that information, in the servlet context? Tony "Paul Callahan" <[EMAIL PROTECTED]> 19-

Re: Initialising Axis

2004-11-19 Thread Paul Callahan
You can implement the following interface that will be called when the context containing Axis is loaded: javax.servlet.ServletContextListener On Fri, 19 Nov 2004 12:30:01 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there a way to run some initialisation code once, when Axis sta

Initialising Axis

2004-11-19 Thread tony . q . weddle
Is there a way to run some initialisation code once, when Axis starts. I realise that I could include another servlet, in the application, purely for initialisation, or perhaps run some static code in a handler class, but I'd like to be able to get at options defined in the WSDD configuration, wit