> From: Joe Hansen [mailto:joe.hansen.at@gmail.com]
> Subject: Help with security-constraint in web.xml
>
> What do I need to do so that the user is directed to
> https://ourwebsite.com/spring_security_login instead
Fix the redirectPort attribute in your <Connector> elements in conf/server.xml.
BTW, since you are front-ending Tomcat with httpd, it would be more efficient to have httpd
handle the SSL stuff, and let Tomcat see the requests in plain text - assuming you have a
secure connection between httpd and Tomcat.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|