Jaybird With Tomcat?

2003-05-29 Thread Rob Casteen
Has anyone got this to work? I have gone over all the Tomcat/Firebird documents and have yet to find a comprensive guide for this setup. When I copy the libs over to common/lib, Tomcat stops running. Could someone please shine some light onto this for me. I am desperate. I have searched google,

Jaybird With Tomcat Part II

2003-05-29 Thread Rob Casteen
Just to clarify: I am using Windows 2000 Pro Tomcat 4.1.18 Firebird Version 1 FirebirdSQL-1.0.0 (Jaybird) I just want Tomcat to connect to a Firebird database on a windows 2k system using the Jaybird Type 4 driver from Firebird. Simple as that. Just a .jsp to test it and the Tomcat

Re: Jaybird With Tomcat Part II

2003-05-29 Thread Jacob Kjome
First, why not upgrade to Tomcat-4.1.24? Second, have you read about DBCP? No one is going to spell it out unless you know a little about what you want or can describe the problem you have. Are you trying to use Tomcat's DBCP connection pooling but are running into various errors? If so,

Re: Jaybird With Tomcat Part II

2003-05-29 Thread Jason Bainbridge
On Thu, 29 May 2003 05:13, Rob Casteen wrote: Just to clarify: I am using Windows 2000 Pro Tomcat 4.1.18 Firebird Version 1 FirebirdSQL-1.0.0 (Jaybird) First thing you probably want to try is the DB Taglibs: http://jakarta.apache.org/taglibs/doc/dbtags-doc/intro.html They have good

Re: Jaybird With Tomcat Part II

2003-05-29 Thread Rob Casteen
Of course, and I wouldn't be asking the question without tons of research on my own. I will post the errors below for what I was receiving previously, yet now when I copy the libs into common/lib, the webapps are inaccessible. Here is my previous email: Hey guys, I am hoping I could get some

RE: Jaybird With Tomcat Part II

2003-05-29 Thread Alex Burton
/name value4/value /parameter /ResourceParams /Context /Host -Original Message- From: Rob Casteen [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 8:17 AM To: Tomcat Users List Subject: Re: Jaybird

Jaybird with Tomcat, Part II

2003-05-29 Thread Rick Fincher
Hi Robert, I use JayBird with Tomcat on a Win 2000 system all the time with no problems, and Linux, and Sun Solaris. My setups are below. There is also a Jaybird mail group on yahoogroups.com called firebird-java. You may want to sign up for that for JayBird specific questions. E-mail me

Re: Jaybird With Tomcat Part II

2003-05-29 Thread Rick Fincher
The datasource setup in the admin console is unstable and usually does not work. Define your contexxt in conf/server.xml manually. See my previous post for details. Rick - Original Message - Of course, and I wouldn't be asking the question without tons of research on my own. I will

Re: Jaybird With Tomcat Part II

2003-05-29 Thread Jacob Kjome
You only need to copy your JDBC driver into common/lib, not all your jars. Keep most everything in WEB-INF/lib except the JDBC driver jar. Jake At 03:17 PM 5/28/2003 -0700, you wrote: Of course, and I wouldn't be asking the question without tons of research on my own. I will post the errors