Axis is just a web app running in Tomcat, and it requires no special
treatment per se. Just put your axis folder with all its subfolders
configured appropriately into your Tomcat context root, and you can then
access your Axis web services as indicated in the Axis documentation,
with the URL of your Tomcat root context as the base URL..
-Mark
Miller, Janet wrote:
Is there anything you need to do configuration-wise with Tomcat
(5.5.9) in order to
access an Axis web service with client code? The Tomcat/conf
directory has a web.xml,
server.xml, and a context.xml among others. Do I need to add anything
to these files
to get my Axis web services to work?
Thanks,
Jan