Hello,
It is more difficult to re-write urls as:
https://www.domain.com:8443/index.jsp
as opposted to
https://www.domain.com/index.jsp
How can I configure Tomcat (and/or underlying Unix box) to not need the
:8443 explicit port reference in the url?
I tried changing the https /etc/services entry to port 8443 instead of 443,
but no luck.
Regards
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>