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 when it

Re: JDBCRealm Question

2002-10-08 Thread Alan Halley
PROTECTED] To: 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 sticking a user= and password= onto the end of your

Re: JDBCRealm Question

2002-10-08 Thread Rick Fincher
- 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'm still getting the same eror. My context in server.xml is as follows Context path= docBase=D:\forteprojects\tomcat401_base\webapps

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:

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: Hello, My question

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 From: Vic C. [EMAIL PROTECTED

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 deterermined in

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-27 Thread Ignacio J. Ortega
: 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: - BUILD FAILED Could not create task of type

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 digested

Re: JDBCRealm Question

2001-04-25 Thread Jeff Kilbride
Hi Christian, Here's an example of my login-config setup to use HTML forms: login-config auth-methodFORM/auth-method realm-namePrivate Authentication Area/realm-name form-login-config form-login-page/login/login.jsp/form-login-page

RE: JDBCRealm Question

2001-04-25 Thread Christian Hargraves
[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: login-config auth-methodFORM/auth-method realm-namePrivate

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