>>>>> "Michael" == Michael Woinoski <[EMAIL PROTECTED]> writes:

    Michael> (This seems like a very basic question, but I can't find
    Michael> the answer in the docs or mailing list archives.)
This is covered in the axis installation guide by:

Advanced Installation: adding Axis to your own Webapp


    Michael>  I'm
    Michael> able to deploy an Axis service by copying the class
    Michael> directory structure under Axis's WEB-INF/classes
    Michael> directory. But where do I deploy my web service's web.xml
    Michael> file so I can set things like init params that are
    Michael> accessed by the ServiceLifeCycle init method, security
    Michael> constraints, etc.?  Or, more generally, what directory
    Michael> structure do you use to deploy a web service on Axis, and
    Michael> where does the directory belong?

You either add the axis jars to your own webapp context (including the
axis web.xml entries) or you copy your webapp's jars and classes to the axis
context and add the entries from your webapp's web.xml to the axis web.xml.
You merge the axis context with your webapp context.

regards,

Ingrid


Reply via email to