Re: JDBCRealm and Oracle Not working

2002-05-22 Thread Umberto Nicoletti
20/02 07:22AM >>> > > By default the drvier (classes12_01.jar) is placed in Apache Tomcat 4.0\lib. > > > > I can connect to Oracle just fine in a JSP or servlet! > > > > It is the JDBCRealm functionality that is broken. :-( >

Re: JDBCRealm and Oracle Not working

2002-05-21 Thread Chad Perry
7:22AM >>> > By default the drvier (classes12_01.jar) is placed in Apache Tomcat 4.0\lib. > > I can connect to Oracle just fine in a JSP or servlet! > > It is the JDBCRealm functionality that is broken. :-( > > -Late > > >From: Umberto Nicoletti <[EMA

Re: JDBCRealm and Oracle Not working

2002-05-21 Thread Umberto Nicoletti
> -Late > > >From: Umberto Nicoletti <[EMAIL PROTECTED]> > >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > >To: Tomcat Users List <[EMAIL PROTECTED]> > >Subject: Re: JDBCRealm and Oracle Not working > >Date: Mon, 20 May 2002 09:4

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
rs List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: JDBCRealm and Oracle Not working >Date: Mon, 20 May 2002 09:40:53 +0200 >MIME-Version: 1.0 >Received: from [192.18.49.131] by hotmail.com (3.2) with ESMTP id >MHotMailBEB1F42100134

RE: JDBCRealm and Oracle Not working

2002-05-20 Thread John Niven
> -Original Message- > From: Chad Perry [mailto:[EMAIL PROTECTED]] > Sent: 20 May 2002 15:22 > To: [EMAIL PROTECTED] > Subject: Re: JDBCRealm and Oracle Not working > > > By default the drvier (classes12_01.jar) is placed in Apache > Tomcat 4.0\lib. >

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Chad Perry
lt;[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: Re: JDBCRealm and Oracle Not working >Date: Mon, 20 May 2002 09:40:53 +0200 >MIME-Version: 1.0 >Received: from [192.18.49.131] by hotmail.com (3.2) with ESMTP id >MHotMailBEB1F421001340043721C012

Re: JDBCRealm and Oracle Not working

2002-05-20 Thread Umberto Nicoletti
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: > > Trying to get Oracle 8i to work with with the JDBCRealm: > Tomcat 4.0.4b3 > JDK 1.4.0 > OS

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: