How to obtain reference to the ServletContext?

2002-03-16 Thread Bryan Field-Elliot
I'm new to Axis... In developing services to run under Axis (server-side), is there a way to obtain a reference to the Axis servlet's ServletContext? I intend to deploy my Axis-based SOAP services in the same web context (.war) as an existing web-based application. I want both applications t

RE: How to obtain reference to the ServletContext?

2002-03-17 Thread Bryan Field-Elliot
That's the secret sauce, thanks! It took me a little bit to figure out which imports to make based upon your types (had to dig through the JavaDocs). Also you have the variable "context" defined twice, I obviously had to change that. But this works like a charm so thank you! Bryan On S