Greetings!

Is it possible to view an SSL document without using the https prefix?

Before I enabled SSL on my servlets, I was using port 8080.  Now I have
SSL working, and have disabled the "normal" non-SSL port 8080.  Instead,
I am using SSL on port 8080.  This makes my application ONLY run with
SSL.

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"; ?

Thanks very much in advance,

-Richard




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to