You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by AMC Clinixx Test Account <am...@gmx.de> on 2006/01/10 11:15:12 UTC

how to change location of web service classes

Hi all.

I installed axis into tomcats webapps folder and created my web services in
tomcat/webapps/axis/WEB_INF/classes. Everything works fine. But now I want
to integrate my web service classes into an existing struts application for
using same property files and so on.
In different words: I want to have my classes in 
/the-struts-application/WEB_INF/classes/ instead of
tomcat/webapps/axis/WEB_INF/classes.

How can I tell the axis servlet to look for the classes in the new location? 
Which files I have to change? Do I have to generate a new context inside the 
server.xml of tomact?

Please help me. Some hints would be nice. Thanks.

Cheers,
Oli