Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Shawn Evans
just my 2 cents. Shawn - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Evans, Shawn [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 12:52 PM Subject: Re: Tomcat 4.0.7b and lib help My guess is that this may be the same problem that I ran

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Dmitri Colebatch
, Shawn [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 12:52 PM Subject: Re: Tomcat 4.0.7b and lib help My guess is that this may be the same problem that I ran into while trying to use JDBCRealm. I think you have to put the .jar file in TOMCAT_HOME/server/lib instead of TOMCAT_HOME

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Shawn Evans
interchangeable... :-) - Original Message - From: Dmitri Colebatch [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Shawn Evans [EMAIL PROTECTED] Sent: Friday, August 24, 2001 9:26 AM Subject: Re: Tomcat 4.0.7b and lib help (FIXED) This has come up before... tomcat follows the spec - loading all

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Rob S.
Understand I am an idiot... but oh well... just a suggestion then for people like me that read... in Developing Applications with Tomcat, in 4.1 Directory Structure... in the lib/ portions, just put a note... 'JAR's only (No zips)'... I know it says 'JAR files' but I thought zips and jars

Tomcat 4.0.7b and lib help

2001-08-23 Thread Shawn Evans
I have a servlet FBJServlet that uses a DB connection pool, and I have the JDBC driver for Oracle installed as well in the /lib/classes12.jar... I open the jar and see OracleDataSource... but I get the error below. Root Cause: java.lang.NoClassDefFoundError: oracle/jdbc/pool/OracleDataSource

Re: Tomcat 4.0.7b and lib help

2001-08-23 Thread Jonathan Eric Miller
that I had. Jon - Original Message - From: Shawn Evans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 11:45 AM Subject: Tomcat 4.0.7b and lib help I have a servlet FBJServlet that uses a DB connection pool, and I have the JDBC driver for Oracle installed as well