Ridwan Tan (ridtan) wrote: > Hello, > > I am just wondering if anyone has ever tried to embed axis1 and axis2 > into the same webapp. I am working on a webapp, which is due to some > external dependencies and internal deployment restrictions, needs to > run Axis1 and Axis2. Theoretically, this should work. Axis1 and Axis2 > have different package/class names and I could modify the web.xml such > that for some particular services, they will served by Axis1 and > others will be served by Axis2. I have tried this and it looks like > it's working fine. yes , I think just modifying web.xml with two servlets and adding correct servlet mapping you can solve the problem.
Thank you! Deepal > > I am just wondering if anyone has tried this and run into any issue > where this would break? Is this a supported scenario? > > Best regards, > > Ridwan > -- Thank you! http://blogs.deepal.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
