Install Apache Tomcat - Intergraph Smart Materials - 10.6 - Installation & Upgrade - Hexagon

Intergraph Smart Materials Web Installation (10.6)

ft:locale
en-US
Product
Intergraph Smart Materials
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Materials/Smart Reference Data Version
10.6
  1. Install Java JDK 17 or the latest update from http://java.com.

  2. Extract the downloaded Apache Tomcat 9 to <apache_home>

    Example: c:\apache-tomcat.

  3. Setup and Configure Apache Manager if needed as described here, https://tomcat.apache.org/tomcat-9.0-doc/manager-howto.html.

    It is not mandatory for Smart Materials Web use.

  4. Update the port number to 9090 in the server.xml file available in the <apache-home>\conf location with the following information:

    <Connector port="9090" protocol="HTTP/1.1"

    connectionTimeout="20000"

    redirectPort="8443" />

    <Connector port="9090" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true">

    <SSLHostConfig>

    <Certificate certificateFile="###Path-to-Certificate-File.cer###"

    type="RSA" certificateKeyFile="###Path-To-Key-File.key###" />

    </SSLHostConfig>

    </Connector>

  5. To install the Apache Tomcat as a service, perform the following steps:

    1. Open command prompt as an Administrator.

    2. Change directory to <apache -home>\bin.

    3. Sample:

      Set JAVA_HOME= C:\Program Files\Java\jdk-17.

    4. Execute the following command:

      service.bat install

  6. Change the service startup type to Automatic.

    APEXConfTomcatORDS01

  7. Start the Apache Tomcat service.

  8. In a browser enter the following to check if Apache Tomcat is installed successfully:

    http://<FQDN>:9090

    Apache tomact 10.6