I have some servlets that I want to ensure only get served via SSL. Right now
http://www.mydomain.com/servlets/login
and
https://www.mydomain.com/servlets/login
both work. I need to block the non-SSL URL, or redirect it to the SSL URL, how can I make this happen? I have a lot of servlets...
Thanks for the help getting my Tomcat running, it is accessable ONLY via JK2, ports 8080 and 8443 are closed. I have one minor problem to correct before I go live:
http://www.mydomain.com/servlets/myServlet
and
https://www.mydomain.com/servlets/myServlet
both work, I need to make sure certain...
I'm upgrading a server, I have Apache 2 and Tomcat 4.1.31 set up and serving SSL and non-SSL using the URL's:
https://www.mydomain.com:8443/servlets/myservlet
works great. What I need to do is get rid of the port number from the URL, so I can reach the same servlet with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.