PDA

View Full Version : Multiple Axis servlets



dan.baumann
Apr 20th, 2005, 07:53 AM
Hi,

I'd like to make a SOAP service available under 2 different URLs, with each URL listing a subset of the service's ports.

I thought of defining 2 axis servlets and mappings in web.xml, but they both use server-config.wsdd, so they offer the same services.

From what I read, all instances of AxisServlet in a webapp share the same config file.

Any ideas?

Thanks,
Dan

Alef Arendsen
Apr 21st, 2005, 03:19 AM
Errr, this really is a Axis question. I would be amazed if it weren't possible to set a servlet initialization parameter indicated the location of the configuraiton file for Axis, but I think it's best to check with the Axis lists or forums.

rgds,
Alef Arendsen