Re: JDBCRealm Question

2002-10-08 Thread Rick Fincher
e will be greyed out. Rick - Original Message - From: "Alan Halley" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 3:21 PM Subject: Re: JDBCRealm Question > Hi Rick > > I&

Re: JDBCRealm Question

2002-10-08 Thread Alan Halley
Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 3:32 PM Subject: Re: JDBCRealm Question > Hi Alan, > > Try using "connectionName" and "connectionPassword" rather than passing > that info in the URL. Tomcat is probably stick

Re: JDBCRealm Question

2002-10-08 Thread Rick Fincher
Hi Alan, Try using "connectionName" and "connectionPassword" rather than passing that info in the URL. Tomcat is probably sticking a user="" and password="" onto the end of your url resulting in: jdbc:mysql://localhost:3306/diamond?user=alan;password=xxx?user="";passw ord="" which blows up

RE: JDBCRealm question

2002-09-19 Thread Wagoner, Mark
The UnsatisfiedLinkError is usually an indication that LD_LIBRARY_PATH is not set properly (if on *nix) and/or ORACLE_HOME is not set correctly. If you are on Windows, also add %ORACLE_HOME%\bin to your path. -Original Message- From: Koes, Derrick [mailto:[EMAIL PROTECTED]] Sent: Thursda

Re: JDBCRealm Question

2002-07-22 Thread Craig R. McClanahan
On Mon, 22 Jul 2002, Mete Kural wrote: > Date: Mon, 22 Jul 2002 16:20:48 -0700 (PDT) > From: Mete Kural <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: JDBCRealm Question > > Hello, > > My question is about how the user roles are > detere

Re: JDBCRealm Question

2002-07-22 Thread Mete Kural
Hi Vic, Thanks for the lead. Though what is the name of the project? Is it "basicportal"? I couldn't find it on sourceforge. Would you be able to provide me a URL? Thanks, Mete --- Jakarta Tomcat Newsgroup <[EMAIL PROTECTED]> wrote: > Subject: Re: JDBCRealm Question

Re: JDBCRealm Question

2002-07-22 Thread @Basebeans.com
Subject: Re: JDBCRealm Question From: "Vic C." <[EMAIL PROTECTED]> === Working sample showing JDBC relms and user table CRUD with SQL (in a single table like you want) is on sourceforge.com basicportal project. (It also has Struts MVC with JSTL) Vic Mete Kural wrote: > Hell

RE: JDBCRealm Question

2001-04-27 Thread Ignacio J. Ortega
r B. West > Enviado el: viernes 27 de abril de 2001 7:33 > Para: [EMAIL PROTECTED] > Asunto: Re: JDBCRealm Question > > > Ignacio, > > I have done a cvs checkout, downloaded ant 1.3 (previously I had 1.2) > and attempted the build. I get: >

Re: JDBCRealm Question

2001-04-27 Thread Peter B. West
Ignacio, I have done a cvs checkout, downloaded ant 1.3 (previously I had 1.2) and attempted the build. I get: - BUILD FAILED Could not create task of type: copy because I can't find it in the list of task class definitions ---

RE: JDBCRealm Question

2001-04-26 Thread Ignacio J. Ortega
> > I tinkered with this on my redhat 7.0 box with tomcat 3.3M2 and > postgresql 7.1. The static method mentioned in the HOWTO is not > `Digest' but `digest' (thank you jikes). I have not verified that the Please file a bug in http://nagoya.apache.org/bugzilla to track this issue, TIA > dige

Re: JDBCRealm Question

2001-04-25 Thread Peter B. West
Christian Hargraves wrote: > > I have read the JDBCRealm.howto file, but I still have a few questions. .. > 2) We have encrypted passwords. How would we configure JDBCRealm to > handle them? I tinkered with this on my redhat 7.0 box with tomcat 3.3M2 and postgresql 7.1. The static method

RE: JDBCRealm Question--Never Mind..thanks for your help

2001-04-25 Thread Christian Hargraves
-Original Message- From: Christian Hargraves [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 12:47 PM To: '[EMAIL PROTECTED]' Subject: RE: JDBCRealm Question Thank you very much for your help Jeff. Can I see the important part of your login.jsp page too? That

RE: JDBCRealm Question

2001-04-25 Thread Christian Hargraves
bride [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 12:43 PM To: [EMAIL PROTECTED] Subject: Re: JDBCRealm Question Hi Christian, Here's an example of my login-config setup to use HTML forms: FORM Private Authentication Area /login

Re: JDBCRealm Question

2001-04-25 Thread Jeff Kilbride
Hi Christian, Here's an example of my login-config setup to use HTML forms: FORM Private Authentication Area /login/login.jsp /login/error.jsp With this setup, all attempts to access docs in my protected area