Tomcat Configuration

Configure tomcat host name, port number, startup timeout, and signed certificate details.

 "tomcatConfiguration": {
            "hostname": "{hostname}",
            "httpsEnabled": true,
            "port": 8443,
            "shutdownPort": 8009,
            "startupTimeoutInSeconds": 120,
            "usingSelfSignedCertificate": true
        }

port: set the default tomcat port number.

shutdownPort: set the tomcat shutdown port number.

startupTimeoutInSeconds: specify the maximum allowable time in seconds for Tomcat to startup.

usingSelfSignedCertificate: set true to use the self signed certificate for Tomcat.