RE: urgent database connection issue using tomcat 5

2004-09-22 Thread Martin Gainty
Ashanti- The next time you need to send big files (61k is big) I would strongly suggest placing them on your ftp site. Sending gigantic attachments will exhaust disk allocation quota for the majority of mail accounts (including mine)- Regards, Martin Gainty-United States From: Shanti Priya

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