Private Cloud: How to change the default Port of Apigee UI

How to change the default port of the Apigee UI in a private cloud installation?

Solved Solved
0 1 441
1 ACCEPTED SOLUTION

Solution:

In <APIGEE_HOME>/bin/apigee-env.sh,

update the value 'UI_PORT' to the new port as needed.

If you need to enable SSL for UI, use UI_HTTPS_PORT property in the same file and comment out the UI_PORT property

This is documented in 'Private Cloud Operation Guide' under 'Configure SSL' section

---

View solution in original post

1 REPLY 1

Solution:

In <APIGEE_HOME>/bin/apigee-env.sh,

update the value 'UI_PORT' to the new port as needed.

If you need to enable SSL for UI, use UI_HTTPS_PORT property in the same file and comment out the UI_PORT property

This is documented in 'Private Cloud Operation Guide' under 'Configure SSL' section

---