Hello, I'm very new to Axis/Tomcat and am working on my first web service and have a couple of questions. I'm developing on a Win2K box running Tomcat 4.1.31 and Axis 1.2.1.
In everything that I've read on deployment of services, it gives good insruction on how to deploy using the AdminClient to update the server-config.wsdd but do not say explicitly where the services class/jar files should be deployed? Am I correct in thinking that it's Tomcat's webapps/axis/WEB-INF classes/lib directories? Also, I've been reading "Building Web Services with Java" and the chapter on Axis mentions that the built-in HTTP listener is the AxisServlet class. I would like to sub-class this with our own servlet that does some initialization. Is this possible? If so, how do I specify that Axis should use this class? Thanks in advance, Shelli
