You can run the Management Console on a port other than
default port 80.
About this task
You can configure the Management Console to run on an alternate
port in two ways:
- During installation, set the port to the value that you want.
- If the Management Console is already installed, complete these
steps:
- Change two settings in httpd.conf (located at <bfinstall>/Apache/conf/ for
Windows installs, and <bfinstall>/server/apache/conf/ for
*nix installs). For example, if myHost is your local computer and
you want to use port 81, specify these settings:
Listen 81
ServerName myHost:81
- Start the console and log in as root or a user name with administrative
privileges.
- Select , and then change the "Console URL" system configuration
setting to the URL and port that the Management Console runs on. For
example: http://myHost:81 (Do not use a trailing slash).
- Stop and then restart the engine.
- Windows: Click and then
click Start Engine Service.
If Build Forge
is running in the foreground, go to the Windows console where it is
running, then enter Ctrl-C.
- UNIX or Linux: Use the script provided for the rc file.
$ /opt/buildforge/rc/buildforge start
$ /opt/buildforge/rc/buildforge stop
You may also use manual commands.
- To stop, find the process ID and kill the process.
$ ps aux | grep buildforge
$ kill ${<PID>}
- To start, use the following command, where <bfinstall> is
the path to the installation directory:
<bfinstall>/Platform/buildforge