RE: Databases in Axis

2004-09-29 Thread Hubble, Christopher
PM To: [EMAIL PROTECTED] Subject: RE: Databases in Axis In server.xml file, you'd have Context element for your web application (which is under Server->Service->Engine->Host->Context). Make sure that JNDI resources are configured in this context element. In the web.xml file of your appl

RE: Databases in Axis

2004-09-29 Thread Hubble, Christopher
x27;m not sure what to configure to fix it. Chris -Original Message- From: Deepak Kothule [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:56 PM To: [EMAIL PROTECTED] Subject: RE: Databases in Axis In server.xml file, you'd have Context element for your web application

RE: Databases in Axis

2004-09-29 Thread Deepak Kothule
e- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 10:56 AM To: [EMAIL PROTECTED] Subject: Re: Databases in Axis Oh, you're using JNDI. I have never bothered with JNDI DataSources. I find that straight JDBC works fine for me. I guess you need to update /webapps/axi

Re: Databases in Axis

2004-09-29 Thread Jeff
- Original Message - From: "Hubble, Christopher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 1:49 PM Subject: RE: Databases in Axis > I have a context like what is shown in > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasou

RE: Databases in Axis

2004-09-29 Thread Hubble, Christopher
--Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 1:43 PM To: [EMAIL PROTECTED] Subject: Re: Databases in Axis Not really clear what you are trying to do... "I tried copying over the info from the old server.xml file" What info? Jeff --

Re: Databases in Axis

2004-09-29 Thread Jeff
inf\classes\original > dir? > > Chris > > -Original Message- > From: Keith Tingle [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 1:38 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Databases in Axis > > > If you question is how to

RE: Databases in Axis

2004-09-29 Thread Hubble, Christopher
lto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: Databases in Axis If you question is how to get to the servlet context from an axis handler its covered in the wiki. http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages -

Re: Databases in Axis

2004-09-29 Thread Jeff
()."); else logFatalException(s_logger, except, "getWebInf()"); } } return s_strWebInf; } Jeff - Original Message - From: "Keith Tingle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 1:37 PM Subject: RE:

RE: Databases in Axis

2004-09-29 Thread Keith Tingle
EMAIL PROTECTED]' Subject: RE: Databases in Axis -chuckle- What I'm trying to do is convert the jdbc servlet connection I have over to work with the axis web service that's replacing the old serlvet. Chris -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Wed

Re: Databases in Axis

2004-09-29 Thread Jeff
So? The same code should work :-) Jeff - Original Message - From: "Hubble, Christopher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 1:32 PM Subject: RE: Databases in Axis > -chuckle- What I'm trying to do is convert

RE: Databases in Axis

2004-09-29 Thread Hubble, Christopher
D] Subject: Re: Databases in Axis Just use JDBC but I suspect your question will be re-phrased! Jeff - Original Message - From: "Hubble, Christopher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 1:27 PM Subject: Databases in

Re: Databases in Axis

2004-09-29 Thread Jeff
Just use JDBC but I suspect your question will be re-phrased! Jeff - Original Message - From: "Hubble, Christopher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 1:27 PM Subject: Databases in Axis > How do you configure a database in axis? > > Chris