Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Profound UI makes use of the IBM i HTTP Server powered by Apache. The location of the Apache Configuration file is as follows:

/www/profoundui/conf/httpd.conf

For more information on Apache, click here.

In order to restart the Profound UI HTTP server, you will need to use the following commands in this order:

ENDTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)

STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)

where PROFOUNDUI is the default name for the HTTP server.

To check if the Profound UI HTTP server is running, use the following command:

WRKACTJOB JOB(PROFOUNDUI)

A list of jobs should appear on the screen if the HTTP server is running.

  • No labels