form based authentication problem

2003-02-04 Thread Ralf Lorenz
guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object in the session or/and update a list in the servlet context directly after a user was logged in successfully via form-based authentication (context) with a jdbc-realm? ralf

RE: form based authentication problem

2003-02-04 Thread Barney Hamish
-Original Message- From: Ralf Lorenz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:13 PM To: [EMAIL PROTECTED] Subject: form based authentication problem guess that was to much of description last time! next try can anybody tell me how to do some action, say put an object

Re: form based authentication problem

2003-02-04 Thread Ralf Lorenz
and error i guess! ralf - Original Message - From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 1:35 PM Subject: RE: form based authentication problem I did something like that using struts. I wrote a base action class which

RE: form based authentication problem

2003-02-04 Thread Raible, Matt
: form based authentication problem thanks, that's exactly the solution i discussed right now with some other developers of my company. the question with the filter is whether it is called when the container forwards or redirects to the claimed resource after the authentication is done

Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
Hi all: I'm working with Tomcat 3.2.3 and postgres 7.0. I want to use form-based authentication and i have included the next lines in the server.xml file: RequestInterceptor className=org.apache.tomcat.request.JDBCRealm debug=0

Re: Form Based authentication problem

2001-09-27 Thread Kaneda K
This might be (I had a probleme that look the same with Mysql) so this might be that it need to be autoReconnect=true: connectionURL=jdbc:postgresql://192.168.0.17/tomcat_users became : connectionURL=jdbc:postgresql://192.168.0.17/tomcat_users?autoReconnect=true Try and give me your feed

Re: Form Based authentication problem

2001-09-27 Thread Miguel Angel Medina Lopez
? Miguel Ángel Medina López - Original Message - From: Kaneda K [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 27, 2001 10:01 AM Subject: Re: Form Based authentication problem This might be (I had a probleme that look the same with Mysql) so this might be that it need