You are here: Troubleshooting > Running a Test Web Server

Running a Test Web Server

When you troubleshoot the Express Server, you may want to run a test web server to rule out issues with web server configuration. Express Server bundles a light-weight test server called testHttp that you can run from the command line.

  1. From the command line, run the testHttp program located in the following directory:

    <Express Server Installation Directory>/ImageServer/bin/testHttp

    The program displays a list of options.

  2. Enter 0 to start the server.

    If the server starts successfully, the program displays the list of options again. If the server returns an error, ensure that your runtime environment has been configured correctly. For more information, see Runtime Environment.

  3. Enter 2 to test an Express Server URL.

    The program prompts you to enter a URL.

  4. Enter the following URL:

    http://localhost:80/lizardtech/iserv/browse?style=none

    The program returns a success or failure message.