I'm wondering if it is possible to forward port 80 to 8443 in Tomcat. I'd like to be able to hand out a simpler JSS address to our tech departments and lose the requirement of appending :8443 to the end of the address. Is this possible with a connector?
Example
I'd like to type in https://jss.example.com and have it forward to https://jss.example.com:8443
Taking this a step further, would it be possible to also forward http requests to https as well?
Example
If I were to type in http://jss.example.com, it would forward to https://jss.example.com:8443
