>> I can change any references internal to my system (index.html, etc) to >> use "https", but some clients have bookmarked the servlet page, rather >> than the access page. Is there a way to redirect >> "http://xx.xx.xx.xx:8080/index.html" to *actually* call up the page >> "https://xx.xx.xx.xx:8080/index.html" ?
>Can't you make whatever handles the http requests on 8080 return a redirect >to the same page but with an https protocol request? That's what I'm doing at present, but it requires support for both plain (8080) pages and SSL (port 8443) pages. I want to remove the "normal" factory and only allow the SSL factory (in servlet.xml) - but then all requests, even the initial one, must have "https". I'm looking for the best of both worlds. I'm also unsure of what would happen if BOTH non-secure and secure pages come from port 8080 (in servlets.xml). -Richard -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
