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 4 Next »

Profound UI makes use of the IBM i HTTP Server powered by Apache. The location of the Apache Configuration file in a default installation named, PROFOUNDUI, is as follows:

/www/profoundui/conf/httpd.conf

(Note: if your installation uses a different instance name than "PROFOUNDUI", then replace "profoundui" in  "/www/profoundui" with your instance name.

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