RE: HTTP 404 on j_security_check

2002-09-11 Thread Michael Remijan
All, My solution was to bypass it all together. I wanted to use that realm in order to enable single sign on for multiple webapps. After a week of struggling with problems exactly like you described, I finally gave up. After thinking for a few minutes I guessed (correctly) that single sign

Re: HTTP 404 on j_security_check

2002-09-11 Thread Rick Fincher
That is correct behavior. You cannot access the j-security_check page directly. You hava to access one of you regular pages and Tomcat will go to your form page. Rick - Original Message - Hi I use a Form based authentification in web.xml : [...] login-config