If you drop a new war file into tomcat and this contains AXIS plus a service defn for your new service plus the jars required for service. Tomcat will auto deply the new war file.
Would that work? Can you have multiple copies of axis running in the same tomcat?
Richard Emberson wrote:
Can one dynamically deploy a new service using axis? What do I mean by dynamic deployment? Well, I do not mean that you have to know what you are going to deploy and put all the needed jar files into the WEB-INF/lib directory before you start the axis servlet - thats hardly dynamic. Rather, I want to be able to deploy a new service, with its new jar files, after axis is up and running. Can one tell axis where to find a new service's jar file while deploying with the wsdd file?
Application servers generally allow one to dynamically deploy. What I would like to do something similar with axis. Thanks \ Richard
