Re: Oracle - JNDI - Pooling - classes12.zip

2003-03-19 Thread Chad Perry
Oracle Database and Tomcat 4.1.8 JNDI connection pooling notes. (still refining) I recently needed to grab data from a Oracle 9i DB from tomcat 4.1.18. While I was seting it up, I created some notes that I think may help you and/or others on this list. Note, I'm still refining these notes,

Re: JDBCRealm and Oracle Not working

2002-05-21 Thread Chad Perry
the java.sql.SQLException: oracle.jdbc.driver.OracleDriver Exception? h When I get time I'm going to get into the code on this one -CP [EMAIL PROTECTED] 05/21/02 12:29AM Chad Perry wrote: Ok, you need to put the classes12_01.jar file in the ~/common/lib dir also. On install, the classes12_01.jar

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
that). Regards, umberto Chad Perry wrote: Trying to get Oracle 8i to work with with the JDBCRealm: Tomcat 4.0.4b3 JDK 1.4.0 OS Win2000 Server I guess tomcat-JDBCRealm doesn't work with Oracle? It would be AWESOME if I could get this to work! Could somebody verify that I'm not dorking

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
-Language: en References: [EMAIL PROTECTED] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, You must put the jdbc driver in a place where tomcat can find it. As of my experience a suitable place is TOMCAT_HOME/lib or common/lib (or something like that). Regards, umberto Chad Perry wrote

JDBCRealm and Oracle Not working

2002-05-18 Thread Chad Perry
Trying to get Oracle 8i to work with with the JDBCRealm: Tomcat 4.0.4b3 JDK 1.4.0 OS Win2000 Server I guess tomcat-JDBCRealm doesn't work with Oracle? It would be AWESOME if I could get this to work! Could somebody verify that I'm not dorking out? Thanks!! Here is my Realm element:

Directory Listing per web-app

2002-04-18 Thread Chad Perry
I know I can turn off directory listing for the entire tomcat 4.0.3 server via the conf/web.xml: servlet . . . param-namelistings/param-name param-valuefalse/param-value . . /servlet But how can one turn it off on a per web-app, per directory basis?