Page 1 of 1

Installing 30 day trial, HTTP server port selection

Posted: Wed Aug 04, 2010 5:31 pm
by drp2thehill
I need to install the 30-day trial and have the http server instance use port 8085 as directed our network administrator. How is this done?

Re: Installing 30 day trial, HTTP server port selection

Posted: Thu Aug 05, 2010 9:57 am
by Rob
The Profound UI installer uses port 8080 as a default but allows you to specify a different port if required. Click the customize button and change the port number before clicking the install button.

If you have already installed Profound UI to use port 8080, edit the file /www/profoundui/conf/httpd.conf and change the line Listen 8080 to Listen 8085. You will then need to restart the Profound UI http instance to use the new port number.
ENDTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)
STRTCPSVR SERVER(*HTTP) HTTPSVR(PROFOUNDUI)

Re: Installing 30 day trial, HTTP server port selection

Posted: Thu Aug 05, 2010 10:04 am
by drp2thehill
Got it, thanks!