On Sun, Oct 26, 2014 at 9:04 AM, Léa Massiot <lmhe...@orange.fr> 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 ------------------------ hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to