Configuring Ports (non OCP install)
Default ports
The default ports for TA_LOCAL are as follows:
- User Interface: 443
- Advisor server: 2220
Changing Ports
You can change the default ports by following these steps:
-
Go to the scripts directory
cd <TA_LOCAL_HOME>/scripts
-
Edit the .configuration file
vi .configuration
-
Update the following variables with the port number you want
TA_EXTERNAL_PORT_SERVER=2220 TA_EXTERNAL_UI_PORT=443
-
Run the launch script
<TA_LOCAL_HOME>/launchTransformationAdvisor
-
Select Option 8 to reconfigure the system.
When this completes TA_LOCAL will be running on the new ports you have selected.