Starting/Ending the Profound UI HTTP Server
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.
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!