You can translate the document:

Note: Starting from Denodo 8.0, this process can be automated using the Denodo SSL/TLS configurator scripts.

Content

The Denodo Platform includes an installation of Apache Tomcat that is used as an internal web container. It is possible to disable the HTTP port of the embedded Apache Tomcat to restrict access to the web container to the HTTPS port.

To do so, it is necessary to modify the  

<DENODO_HOME>/resources/apache-tomcat/conf/server.xml configuration file used at the startup of the web container and comment the HTTP port configuration section:

 

<!-- Disable HTTP port

<Connector port="${com.denodo.tomcat.http.port}"

                   maxThreads="150" minSpareThreads="25"

                   redirectPort="${com.denodo.tomcat.https.port}"

                   connectionTimeout="20000"

                   URIEncoding="UTF-8"

                   sendReasonPhrase="true"/>

-->

 

Once the file is modified, the web container must be restarted for the changes to take effect.

NOTE for older versions: For Denodo versions previous to 6.0, the server.xml file is generated dynamically based on the configuration in the file <DENODO_HOME>/resources/apache-tomcat/conf/server.xml.template.

For this reason, to disable the HTTP port on these versions, the server.xml.template file must be modified instead.

Disclaimer

The information provided in the Denodo Knowledge Base is intended to assist our users in advanced uses of Denodo. Please note that the results from the application of processes and configurations detailed in these documents may vary depending on your specific environment. Use them at your own discretion.

For an official guide of supported features, please refer to the User Manuals. For questions on critical systems or complex environments we recommend you to contact your Denodo Customer Success Manager.
Recommendation

Recommended resources Recommendations generated by AI

Configuration of web container port numbers

Startup of embedded web container

Monitoring the embedded Tomcat web container

How to improve Apache Tomcat startup times

Logging incoming web requests

Questions

Ask a question

You must sign in to ask a question. If you do not have an account, you can register here