RE: Tomcat Configuration

2005-07-06 Thread Miller, Janet
-user@ws.apache.org Subject: Re: Tomcat Configuration I think you need to add a couple jars that don't come with axis, but happyAxis.jsp will tell you ;) On Wed, Jul 06, 2005 at 04:07:23PM +0200, Wolters, Oliver wrote: > NO! Just copy the axis folder to Tomcat's webapps director

Re: Tomcat Configuration

2005-07-06 Thread John Baker
Urspr?ngliche Nachricht- > Von: Miller, Janet [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Juli 2005 13:51 > An: axis-user@ws.apache.org > Betreff: RE: Tomcat Configuration > > > I don't have an already existing site. I just installed both Tomcat and Ax

RE: Tomcat Configuration

2005-07-06 Thread Miller, Janet
PROTECTED] Sent: Tuesday, July 05, 2005 10:38 PM To: axis-user@ws.apache.org 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

Re: Tomcat Configuration

2005-07-05 Thread John Delaney
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 configuratio

Re: Tomcat Configuration

2005-07-05 Thread Mark Leone
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