Triple login needed with cookie disabled browser to access protected webapp?!

2002-01-21 Thread Ing. Gabriel Gajdos
I have a strange problem with Tomcat 4.0.1. I am using FORM authentication for my webapp. Every time a user tries to access my webapp, he must login 3 times to get the index page. First login is needed for getting main context (-- "/cm") Second login is needed for "/cm/" (note / at the end)

Re: Access protected

2001-07-06 Thread Antony Bowesman
Nicolas Preget wrote: Hi I would like to protect (using password for instance) the access to parts on my Tomcat installation. Do you know how I can make it ? Have a look for 'Realm' in the archive. Realms give access to user repositories for authentication and access control

Access protected

2001-07-05 Thread Nicolas Preget
Hi I would like to protect (using password for instance) the access to parts on my Tomcat installation. Do you know how I can make it ? Regards. Nicolas