|
Hello,
I have three grocery web services, all of which
work when deployed ALONE. They all have one of the same classes,
GroceryWebService.class in their respective jars (gws1.jar, gws2.jar, and
gws3.jar). All of these jars reside in
$TOMCAT_HOME/webapps/axis/WEB-INF/lib. Is there a way that I could keep
the same class names in all of the services (note that they are in different
packages, but this does not seem to matter), but just put them in separate
directories under the axis lib? Example:
gws1 would reside in
$TOMCAT_HOME/webapps/axis/WEB-INF/lib/gws1/gws1.jar
gws2 would reside
in
""
""
gws2.jar
gws3 would reside
in
""
""
gws3.jar
If so, how would I do this? Must I change
stuff while I call the Java2WSDL and WSDL2Java commands to put the service at
the new url of http://localhost:8080/axis/services/gws1/gws1
or could it remain http://localhost:8080/axis/services/gws1
... please let me know, I'd really like to get three grocery web services up and
running on th esame box .. I know it's just a class conflict
problem!
All information is greatly
appreciated,
Mike Fecina
([EMAIL PROTECTED])
|
