apache, tomcat http to https redirect

2005-12-12 Thread Kiarna Boyd
Good afternoon, I have a functional apache web server(2.0.52) and Tomcat(5.0.28) app server install. I'm trying to figure out the best way to do a redirect to enforce SSL logins. I can rewrite the URL with the webserver mod_rewrite BEFORE the JkMount directives are applied but not after as it

apache, tomcat http to https redirect

2005-12-12 Thread Terence M. Bandoian
Hi- You might try using a security constraint in web.xml: security-constraint web-resource-collection web-resource-nameSSLPages/web-resource-name url-pattern/*/url-pattern /web-resource-collection user-data-constraint