October 2018
Intermediate to advanced
982 pages
23h 29m
English
With the keystore creation complete, we will need to create a separate properties file in order to store our configuration for the HTTPS connectors, such as port. After that, we will create a configuration property binding object and use it to configure our new connector. Perform the following steps:
custom.tomcat.https.port=8443
custom.tomcat.https.secure=true
custom.tomcat.https.scheme=https
custom.tomcat.https.ssl=true
custom.tomcat.https.keystore=${user.home}/.keystore
custom.tomcat.https.keystore-password=changeit
Read now
Unlock full access