RE: form based authentication problem

2003-02-04 Thread Raible, Matt
st > Subject: Re: 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 r

Re: form based authentication problem

2003-02-04 Thread Ralf Lorenz
knows? try 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

RE: form based authentication problem

2003-02-04 Thread Barney Hamish
amish > -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 m

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

2001-09-27 Thread Miguel Angel Medina Lopez
t contexts? 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

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 fee

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: The connection to the db is opened succesfully but when I put a valid username and password the query doesn't work. The error in the