RE: Login config

2008-12-04 Thread FARNIER Christophe
gin config -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christophe, FARNIER Christophe wrote: > I installed a tomcat 5.5.27 with an application and I configure the > web.xml of the application by introducing a security constraint and a > login config with a form. My login page is

RE: Login config

2008-12-04 Thread FARNIER Christophe
Yes, I know that. But in Tomcat 4, the address in browser when I try to display a restricted application is redirect for example to http://localhost:8080/welcome/login.jsp and after the correct login, the address is if the application is in restricted : http://localhost:8080/welcome/restricted/

Login config

2008-12-04 Thread FARNIER Christophe
Hi, I installed a tomcat 5.5.27 with an application and I configure the web.xml of the application by introducing a security constraint and a login config with a form. My login page is not in the security directory. So when I launch Tomcat and I access to my application with restriction, the log