> ## Documentation Index
> Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Apache Tomcat server

> Steps to verify the Apache Tomcat server is correctly configured and operational.

Perform the following steps to test the Tomcat server:

<Steps>
  <Step>
    If on Windows, run the following command to start up the Tomcat server:

    ```powershell expandable lines wrap title="PowerShell" theme={null}
    Tomcat_HOME\bin\startup.exe
    ```

    If on Linux:

    ```shell expandable lines wrap title="Shell" theme={null}
    Tomcat_HOME/bin/startup.sh
    ```
  </Step>

  <Step>
    Open a web browser and go to `https://localhost:8443`.
  </Step>

  <Step>
    Select the security icon to the left of the URL. The certificate details for **Issuer** and **Subject** should show that Tomcat is using your certificates.

    <Warning>
      IMPORTANT

      If the certificate cannot be viewed, try a different browser (such as Google Chrome).
    </Warning>
  </Step>
</Steps>
