Re: j_security_check 404 not found

2007-05-01 Thread Joe A
actually the issue was happening whenever i closed down jboss and restarted it and tried to access a protected page. i determined the issue was because there was a cached copy of one of the pages, so i set the headers on all my jsp's (including the login jsp) to not allow caching and now the erro

Re: j_security_check 404 not found

2007-05-01 Thread David Smith
I'm suspecting you either link to /j_security_check or manually forward there from your pages. Pages in your web project shouldn't ever link to it except the login form and even then only in the action attribute of the form tag. Tomcat will take control when it sees a client trying to access

Re: j_security_check 404 not found

2007-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Joe A wrote: > if i redeploy my webapp and try to access a protected page, it will show > the login > screen but after clicking login it just reloads the login page instead > of sending me to the protected page. That's weird. Are you sure someth

j_security_check 404 not found

2007-05-01 Thread Joe A
if i redeploy my webapp and try to access a protected page, it will show the login screen but after clicking login it just reloads the login page instead of sending me to the protected page. if i reload the login page it will give me access to the page i wanted. if i fill in user/pass and hit lo