Tagged Questions
1
vote
1answer
287 views
URL Rewrite for SSL
I have SSL configured for a cart directory in my website. I'm having a very difficult time trying to configure SSL for a different directory within the same website. I ask the question on SO, and was ...
2
votes
1answer
253 views
DNS name/host-header specific url-pattern/security-constraint, to not require SSL with Tomcat6
I am needing to enable SSL on an application hosted through Tomcat6 and I have added the following to the tomcat web.xml:
<security-constraint>
<web-resource-collection>
...