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 6 Current »

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.

  • No labels