Changing /etc/services is bad. Don't do it.
Either change the SSL Connector in server.xml to run on port 443 instead of
8443, or put Apache in front of Tomcat and have Apache listen to port 443.
/etc/services is just a list of assigned ports and the services that run on
them...it doesn't control anything one way or the other (except for inetd
stuff, but that's a whole other story unrelated to Tomcat).
John
-----Original Message-----
From: Qmail List
To: Tomcat Users List
Sent: 11/12/02 4:21 PM
Subject: remove the need for :8443 in URLs needing https:
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>
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>