(This seems like a very basic question, but I can't find the answer in the docs
or mailing list archives.) I'm able to deploy an Axis service by copying the
class directory structure under Axis's WEB-INF/classes directory. But where do I
deploy my web service's web.xml file so I can set things like init params that
are accessed by the ServiceLifeCycle init method, security constraints, etc.?
Or, more generally, what directory structure do you use to deploy a web service
on Axis, and where does the directory belong?  

For example, when deploying a web service with JWSDP, you create a war file with
the standard Servlet 2.3 directory structure, and put web.xml in WEB-INF and the
service classes in WEB-INF/classes. Then you deploy the war file, and the
context path becomes part of the endpoint URL (http://host/context/service).
That way the web service engine can uniquely indentify each service. How does
Axis handle this?

Thanks,
Mike

-- 

Mike Woinoski                      Pine Needle Consulting
mailto:[EMAIL PROTECTED]

Reply via email to