The original servlet was running in the tomcat webapps dir.  The new web service is running in axis's webapps dir, which is in turn located in tomcats webapps dir.  I assume I need to change the path parameter in the server.xml file, but what do I change it to?  I tried changing it to axis and that made axis stop working.
 
Chris
-----Original Message-----
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 29, 2004 10:22 AM
To: [EMAIL PROTECTED]
Subject: Re: DB Connections with Axis

Why? If it is using JNDI, it should still be OK, no?
 
Larry

>>> [EMAIL PROTECTED] 9/29/2004 8:09:42 AM >>>
I'm migrating a servlet over to Axis.  The current servlet connects using db
pooling as configured in the server.xml file.  How do I change this to
deploy it to Axis?

Reply via email to