Form based login not redirected

2002-02-20 Thread EDV Systembetrieb
Hi everybody, I think, I have the same problem Anil Paul described on 06 Feb. 2002. I have a servlet for FileUpload. Authentication is made by form based login (on TC 3.3 and Apache) Everythink works fine until the users has entered his Logininformations. The Logfiles show, that he is

Form based Authentication / j_security_check not found

2001-12-18 Thread EDV Systembetrieb
Hi everybody again. I'm getting mad on configuring tomcat for my application. My be I do not know enough about java, but I have to Learn it by doing, so please be friendly. I'm using form-based authentication and everything works until I submit my login-ID If I put LoginForm.html in the

Basic authentication password caching

2001-12-17 Thread EDV Systembetrieb
Hi everybody, I setup Tomcat 3.3 with JDBCRealm and a mysql-database using basic authenticattion. We use a servlet for fileuploading to our server. Before sending the files, the user is prompted for loginname and password. My problem is, that there seems to be a permanent connection between

RE: use JDBCRealm with MD5

2001-10-31 Thread EDV Systembetrieb
.. Saludos , Ignacio J. Ortega -Mensaje original- De: EDV Systembetrieb [mailto:[EMAIL PROTECTED]] Enviado el: martes 30 de octubre de 2001 13:08 Para: [EMAIL PROTECTED] Asunto: use JDBCRealm with MD5 Hi everybody, I setup Tomcat 3 with JDBCRealm and a mysql-database. Using