Does the form login work at all? Did you try without <user-auth-constraint>confidential</...>?
The error message doesn't sound like a redirect problem. Rather sounds to me like if there are no security roles set or something wrong with the configuration. Double check with the examples webapp and it's web.xml, the tomcat-user.xml and the jsp/security/protected/ directory to see if everything is okay. Guess something in the chain <security-constraint><auth-constraint><role-name> and/or <security-role><role-name> in web.xml config is missing. Try if you get /examples/jsp/security/protected working without SSL first. Then add "confidential". > -----Original Message----- > From: Joel Werginz [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 26. November 2002 23:20 > To: [EMAIL PROTECTED] > Subject: HTTP to HTTPS redirect > > > All, > > Been reading posts about this. Changed to HTTP port 80 > and HTTPS to port 443. I am using Win2K, IE6. When I type in > an http page that is supposed to redirect, I get the > following: HTTP Status 500 - Configuration error: Cannot > perform access control without an authenticated principle. > Note: The page does get re-directed; however shows me an > error page instead of my login page. This also happened when > I was using 8080 and 8443. Using simple keytool verification > based on the user's guide. > > Joel Werginz sends. > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
