Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Note

If your installation uses a different instance name than "PROFOUNDUI",

...

replace "profoundui" in  "/www/profoundui" with your instance name.

For more information on Apache, click here.

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

ENDTCPSVR STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)STRTCPSVR

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.To check if )

...

You can verify that the Profound UI HTTP server is running , use by using the following command:

WRKACTJOB JOB(PROFOUNDUI)

...