Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
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
If your installation uses a different instance name than "PROFOUNDUI", replace "profoundui" in "/www/profoundui" with your instance name.
To start the Profound UI HTTP server, you will use the following command:
STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
To end the Profound UI HTTP server, you will use the following:
ENDTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
(where PROFOUNDUI is the default name for the HTTP server)
You can verify that the Profound UI HTTP server is running by using the following:
WRKACTJOB JOB(PROFOUNDUI)
A list of jobs should appear on the screen if the HTTP server is running.