I don't have an already existing site. I just installed both Tomcat and Axis and am using both for the first time. I didn't do anything to the tomcat configuration files. Is that ok? Or do I need to do something else?
-----Original Message----- From: John Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 10:38 PM To: [email protected] Subject: Re: Tomcat Configuration If you want axis to operate within an already existing site you need to merge the axis web.xml definitions with the web.xml that you have for the existing site. This is quite a simple task, but, non trivial. The server.xml, workers.properties and other files within the global tomcat configuration need no change as axis is not running under its own site. JWD >>> [EMAIL PROTECTED] 07/06/05 11:32 AM >>> 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
