RE: urgent database connection issue using tomcat 5

2004-09-22 Thread Martin Gainty
[EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: tomcat [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: urgent database connection issue using tomcat 5 Date: Tue, 21 Sep 2004 17:39:10 +0530 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by mc11-f42

urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
Hi !! I am trying to setup an jsp application in tomcat .The application uses struts also and oracle is the database . I do get the following error in the log file. Please do suggest.It's urgent. I am attaching the log file to you. Thanks Regards, Shanti Priya Sunkara Location:

urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
-Original Message- From: Shanti Priya [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:39 PM To: tomcat Cc: [EMAIL PROTECTED] Subject: urgent database connection issue using tomcat 5 Hi !! I am trying to setup an jsp application in tomcat .The application uses

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Andy Armstrong
Shanti Priya wrote: Hi !! I am trying to setup an jsp application in tomcat .The application uses struts also and oracle is the database . I do get the following error in the log file. Please do suggest.It's urgent. I am attaching the log file to you. You really need to post this to the

RE: urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
Hi Andy!!! Tnx for the mail ..Please tell me the url. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Andy Armstrong
Shanti Priya wrote: Hi Andy!!! Tnx for the mail ..Please tell me the url. http://jakarta.apache.org/site/mail2.html#Tomcat -- Andy Armstrong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: urgent database connection issue using tomcat 5

2004-09-21 Thread Tim Funk
*Use tomcat-user - not tomcat dev* The error being thrown is from this code: Class clazz = Class.forName(driverName); driver = (Driver) clazz.newInstance(); So you either misconfigured the driver name, or your missing the oracle thin driver jar files in server/lib.

RE: urgent database connection issue using tomcat 5

2004-09-21 Thread Shanti Priya
thanks a ton andy.nice job -Original Message- From: Andy Armstrong [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 5:42 PM To: Tomcat Developers List Subject: Re: urgent database connection issue using tomcat 5 Shanti Priya wrote: Hi Andy!!! Tnx