Re: JDBC authentication

2003-01-21 Thread Ed Robbins
Robbins wrote: > > > Date: 21 Jan 2003 21:49:00 -0500 > > From: Ed Robbins <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > > To: Tomcat Users List <[EMAIL PROTECTED]> > > Subject: Re: JDBC authentication > > > &

Re: JDBC authentication

2003-01-21 Thread Craig R. McClanahan
On 21 Jan 2003, Ed Robbins wrote: > Date: 21 Jan 2003 21:49:00 -0500 > From: Ed Robbins <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: JDBC authentication > > This was e

Re: JDBC authentication

2003-01-21 Thread Ed Robbins
l in web.xml. Might be worth a shot (in the absence > of any other replies) > > Mike. > > > - Original Message - > From: "Ed Robbins" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, January

Re: JDBC authentication

2003-01-21 Thread mwm
s" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 4:25 PM Subject: JDBC authentication Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRe

JDBC authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I do

JDBC Authentication

2003-01-21 Thread Ed Robbins
Ok, bear with me. This is my first attempt at configuring Tomcat for any type of authentication. I've configured a host with a JDBCRealm to use a Sybase database for authentication. I added a security constraint, login-config and a security role, however when I point my browser to the URL, I d

Problem with REALM JNDI JDBC AUTHENTICATION

2002-11-09 Thread Massimiliano Fabi
I thank you for your support in advice; I have a very big problem in my project: My application on W2K , TOMCAT 4.1 ALPHA , JBUILDER 4 AND JNDI EXTENSION doesn't run when acces to resource JDBC to connect db to check authentication via REALM(i use j_security_check action form and i access to mysq

Re: JDBC authentication configuration

2002-01-14 Thread Paul Phillips
Thanks to David! This fixed my authentication problem! --On Monday, January 14, 2002 10:22 AM -0500 David Smith <[EMAIL PROTECTED]> wrote: > This may or may not be the full problem, but one glaring error is in the > connectionURL of your server.xml file. It should read as follows. Note > the

Re: JDBC authentication configuration

2002-01-14 Thread David Smith
helps you out. --David On Sunday 13 January 2002 08:12 pm, you wrote: > Hello, > > I am relatively new to servlet/jsp programming, and struggling with JDBC > authentication. I have a tiny test application that works fine using form > authentication against passwords and names

JDBC authentication configuration

2002-01-13 Thread Paul Phillips
Hello, I am relatively new to servlet/jsp programming, and struggling with JDBC authentication. I have a tiny test application that works fine using form authentication against passwords and names in the tomcat-users.xml file. However, when I reconfigure the server.xml file for JDBC

JDBC Authentication Broken in 3.2.3?

2001-07-17 Thread Michael P. McCutcheon
I've been fighting with the JDBC authentication in 3.2.2 and 3.2.3 using Windows 2000, MySQL 3.23.39, the mm-mysql 2.0.6 drivers and JDK 1.3.1.  I just can't get it to work.  I get the messages in the console:   2001-07-17 15:21:20 - ContextManager: JDBCRealm: Starting JDBCRealm,

AW: User login logging (JDBC authentication)

2001-07-05 Thread Reto Badertscher
prüngliche Nachricht- Von: Rajehswar V. Rao [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 6. Juli 2001 07:20 An: '[EMAIL PROTECTED]' Betreff: RE: User login logging (JDBC authentication) Hi Reto, Could you please explain it more clearly And from your words i got one idea... please t

RE: User login logging (JDBC authentication)

2001-07-05 Thread Rajehswar V. Rao
To: [EMAIL PROTECTED] Subject: AW: User login logging (JDBC authentication) Hello, If you have a controller servlet it can check for authenticated user and if a user is not logged in you can redirect to your login screen, and after a successfull login, redirect back to the protected target. For

AW: User login logging (JDBC authentication)

2001-07-05 Thread Reto Badertscher
servlet), every protected resource can check if a user is logged in. Reto -Ursprüngliche Nachricht- Von: Rajehswar V. Rao [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 5. Juli 2001 15:33 An: '[EMAIL PROTECTED]' Betreff: RE: User login logging (JDBC authentication) Hi rand

RE: User login logging (JDBC authentication)

2001-07-05 Thread Randy Layman
MAIL PROTECTED]] > Sent: Thursday, July 05, 2001 6:18 PM > To: [EMAIL PROTECTED] > Subject: RE: User login logging (JDBC authentication) > > > > From IIS you can only set the access to Tomcat as a whole, not > individually. Tomcat controls access to the individual r

RE: User login logging (JDBC authentication)

2001-07-05 Thread Rajehswar V. Rao
other way around to achieve it... Thanks for listening... -raj- -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 6:18 PM To: [EMAIL PROTECTED] Subject: RE: User login logging (JDBC authentication) From IIS you can only set the

Re: User login logging (JDBC authentication)

2001-07-05 Thread Mark Muffett
Randy Any idea where it makes the decision? (so I can move my logging code there) Mark - Original Message - From: "Randy Layman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 1:01 PM Subject: RE: User login logging (JDBC authent

RE: User login logging (JDBC authentication)

2001-07-05 Thread Rajehswar V. Rao
:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 5:32 PM To: [EMAIL PROTECTED] Subject: RE: User login logging (JDBC authentication) What is happening is that Tomcat is using the user's credentials (username/password) in the Session to authenticate. If they are not there or invalid, the

RE: User login logging (JDBC authentication)

2001-07-05 Thread Randy Layman
L PROTECTED]] > Sent: Thursday, July 05, 2001 8:33 AM > To: [EMAIL PROTECTED] > Subject: Re: User login logging (JDBC authentication) > > > Raj and all > > I've managed to make the changes (very easy), but of course > it doesn't work > exactly as I wanted it

Re: User login logging (JDBC authentication)

2001-07-05 Thread Mark Muffett
t;[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 12:21 PM Subject: RE: User login logging (JDBC authentication) > Hi Mark and all, > I think my situation is also almost same > I have set of JSPs under my \myContext\jsp... > I dont want to give access to the users to these J

RE: User login logging (JDBC authentication)

2001-07-05 Thread Rajehswar V. Rao
: Mark Muffett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 1:59 PM To: [EMAIL PROTECTED] Subject: Re: User login logging (JDBC authentication) Sorry! - found it now (in tomcat_modules.jar). Mark - Original Message - From: "Mark Muffett" <[EMAIL PROTECTED]

Re: User login logging (JDBC authentication)

2001-07-04 Thread Antony Bowesman
rebuild the class and add it to the $TOMCAT_HOME/classes HTH. Antony > - Original Message - > From: "Antony Bowesman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 28, 2001 4:58 PM > Subject: Re: User login logging (JDBC authentication) &

Re: User login logging (JDBC authentication)

2001-07-04 Thread Mark Muffett
Sorry! - found it now (in tomcat_modules.jar). Mark - Original Message - From: "Mark Muffett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Antony Bowesman" <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 8:37 AM Subject: Re: User login lo

Re: User login logging (JDBC authentication)

2001-07-04 Thread Mark Muffett
m: "Antony Bowesman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 4:58 PM Subject: Re: User login logging (JDBC authentication) > Mark Muffett wrote: > > > > Any ideas how best to log succesful (or unsuccesful) logins via > > JDBC

Re: User login logging (JDBC authentication)

2001-06-28 Thread Antony Bowesman
Mark Muffett wrote: > > Any ideas how best to log succesful (or unsuccesful) logins via > JDBC authentication. The big problem is that the user may have > bookmarked any one of a number of protected pages, and it isn't > practical to put code on each of them. Just c

Re: User login logging (JDBC authentication)

2001-06-28 Thread Mark Muffett
2001 2:45 PM Subject: RE: User login logging (JDBC authentication) If you store the login information in the session object you could simply check that object on each of your pages (or you could include a page at the top of your pages which does this check) and redirect them back to th

RE: User login logging (JDBC authentication)

2001-06-28 Thread SHeyns
Muffett [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 28, 2001 5:54 AMTo: [EMAIL PROTECTED]Subject: User login logging (JDBC authentication) Any ideas how best to log succesful (or unsuccesful) logins via JDBC authentication.  The big problem is that the user may have bookmarked

User login logging (JDBC authentication)

2001-06-28 Thread Mark Muffett
Any ideas how best to log succesful (or unsuccesful) logins via JDBC authentication.  The big problem is that the user may have bookmarked any one of a number of protected pages, and it isn't practical to put code on each of them.   Any help would be appreciated   Mark Muffett