Hi,
I am running a webapp in Tomcat 5.0 with Axis 1.4
My web app loads on startup.
When I make a SOAP call to the webapp (which is a servlet) it takes a new instance of the servlet instead of the original servlet that is already running.
The wsdd file is deployed using the Axis AdminClient.
Is this a setup problem, or is that the way that Axis Soap works?
I am happy to post the relevant code but I'm ot sure which part of the code is the problem...
Thanks in advance.