Configure Tomcat to force Https

Asked

Viewed 143 times

2

Good guys, I need a help to configure my Cat and "force" my application to run on Https. I am using the Integrator Server, I have already installed the certificate it runs in the root folder but in my applications it is not running ...

1 answer

0

You can change the conf/server.xml and leave it at that:

<Connector port="8080" enableLookups="false" redirectPort="8443" />

Or

<Connector port="80" enableLookups="false" redirectPort="443" />

Browser other questions tagged

You are not signed in. Login or sign up in order to post.