On Sun, Oct 26, 2014 at 9:04 AM, Léa Massiot <[email protected]> wrote:
> Now, in all possible cases, I would like to have this URL instead: > https://localhost/my_webapp/a_page.jsp > (which doesn't work presently). > > Can this be achieved with Tomcat ONLY? And how? Configure your https connector to use port 443 and start with jsvc -- see the "Apache Commons Daemon" section of the RUNNING.txt file in the distribution. You *could* run as root, but that's definitely NOT RECOMMENDED :-) Alternatively, use iptables to route port 443 requests to your current port 8443 connector. HTH, -- Hassan Schroeder ------------------------ [email protected] http://about.me/hassanschroeder twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
