I should add that if you use xdoclet to create your web.xml (as everyone should, if they can), then the CVS version of Axis has all the @webdoclet tags needed to declare axis's bit of the web.xml; So you can run xdoclet over both your own source and axis and web.xml will get everything you need. Which is what I do.
----- Original Message ----- From: "Steve Loughran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 11:57 Subject: Re: why have to copy .class files of existing webapp into Axis web-inf folder?? > What you need to do is add axis.jar and dependent jars to your webapp, and > copy the relevant bits of axis' web.xml for it to work. Then have your > adminclient talk to the new webapp, instead of axis.
