How to change the port of Apigee Enterprise UI from port 9000 to any other port in apigee-edge v4.16.01.

Not applicable

How to change the port of Apigee Enterprise UI from 9000 to any other port in apigee-edge v4.16.01.

Actually 9000 is blocked in our organization google cloud, is any way to change port from 9000 to something else.

Eg :- http://address-of-ui-server:9000/ >>> http://address-of-ui-server:xyz/

@sarthak, @archendra, @Maruti Chand, @sgilson, @Birute Awasthi, @Akash Prabhashankar, @scott@apigee.com, @arghya das

Solved Solved
0 1 659
1 ACCEPTED SOLUTION

That procedure is in the Edge Operations Guide available on the Apigee ftp site.

Here are the steps:

1. Ensure that the desired port number is open on the Edge node.

2. Open /<inst_root>/apigee/customer/edge-ui.d/ui.sh in an editor. If the file and directory does not exist, create it.

3. Set the following property in ui.sh:

export JAVA_OPTS="-Dhttp.address=IP -Dhttp.port=PORT"

Where IP is the IP address of the Edge UI node, and PORT is the new port number.

4. Save the file.

5. Restart the Edge UI:

/<inst_root>/apigee/apigee-service/bin/apigee-service edge-ui restart

You can now access the Edge UI on the new port number.

Stephen

View solution in original post

1 REPLY 1

That procedure is in the Edge Operations Guide available on the Apigee ftp site.

Here are the steps:

1. Ensure that the desired port number is open on the Edge node.

2. Open /<inst_root>/apigee/customer/edge-ui.d/ui.sh in an editor. If the file and directory does not exist, create it.

3. Set the following property in ui.sh:

export JAVA_OPTS="-Dhttp.address=IP -Dhttp.port=PORT"

Where IP is the IP address of the Edge UI node, and PORT is the new port number.

4. Save the file.

5. Restart the Edge UI:

/<inst_root>/apigee/apigee-service/bin/apigee-service edge-ui restart

You can now access the Edge UI on the new port number.

Stephen