How can I change the Applications Manager port that was set during installation?

How can I change the Applications Manager port that was set during installation?

  • Edit the <AppManager Home>\conf\AMServer.properties> file using Wordpad or vi editor . 

  • To change the Http port number, change the value in am.webserver.port=XXXX  entry for example,

am.webserver.port=9090 to am.webserver.port=80

  • Similarly to change the Https Port you can change it in

am.ssl.port=8443 to am.ssl.port=443 

  • Save the file and restart the Applications Manager for the change to take effect. Make sure to take backup of the original file before any modification.


                  New to ADSelfService Plus?

                    • Related Articles

                    • UDP Port Monitor - Troubleshooting

                      How do we monitor UDP Port? UDP is a connectionless protocol which doesn't send any acknowledgement on connecting to the UDP port like TCP. When UDP port is not open system will send ICMP port unreachable message. The Issue is when the UDP port is ...
                    • Installing Applications Manager in Microsoft Azure

                      Applications manager can be installed in Azure Virtual Machines in both Windows and Linux platforms.  Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in VM for Windows Go to Virtual Machines and create a "Windows" ...
                    • Installing Applications Manager in AWS

                      Applications Manager can be installed in EC2 instances in both Windows and Linux platforms.  Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in EC2 for Windows Go to EC2 console and launch an "Windows" instance ...
                    • Connecting to Applications Manager's bundled database

                      Before you connect to Applications Manager's back-end database, it is important that you take a backup of the Applications Manager directory so that you don't make any changes/accidentally modify the database. Identify which database Applications ...
                    • How to change Applications Manger's Host and Port in EUM Agent?

                      How to change Applications Manager's port and hostname via console mode or directly through the file? Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Search for "host" and "port" attribute in the xml file. Replace the existing ...