RE: DB Connections with Axis

2004-10-05 Thread Hubble, Christopher
I'm using tomcat 4. I ended up defining the db in the server.xml using an example I found(see my Thanks post). Chris -Original Message- From: Ivan Aguirre [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 8:59 AM To: [EMAIL PROTECTED] Subject: Re: DB Connections with Axi

Re: DB Connections with Axis

2004-10-05 Thread Ivan Aguirre
le, 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]

RE: DB Connections with Axis

2004-09-29 Thread Hubble, Christopher
axis and that made axis stop working.   Chris -Original Message-From: Larry Meadors [mailto:[EMAIL PROTECTED]Sent: Wednesday, September 29, 2004 10:22 AMTo: [EMAIL PROTECTED]Subject: Re: DB Connections with Axis Why? If it is using JNDI, it should still be OK, no?  

RE: DB Connections with Axis

2004-09-29 Thread Hubble, Christopher
I'm not sure.  Right now it defines a connection per directory in the webapps dir.   Chris -Original Message-From: Larry Meadors [mailto:[EMAIL PROTECTED]Sent: Wednesday, September 29, 2004 10:22 AMTo: [EMAIL PROTECTED]Subject: Re: DB Connections with Axis Why?

Re: DB Connections with Axis

2004-09-29 Thread Larry Meadors
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 dbpooling as configured in the server.xml file.  How do I change this todeploy it to Axis?

DB Connections with Axis

2004-09-29 Thread Hubble, Christopher
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? Chris