Clarification on the AEM Author Installation Status | Community
Skip to main content
Level 2
May 6, 2020
Solved

Clarification on the AEM Author Installation Status

  • May 6, 2020
  • 2 replies
  • 6183 views

I have installed AEM 6.5 Author in an RHEL 7 instance and it has started successfully. However, when I run the ./status script, it provides the below output:

 

09.04.2020 08:10:38.450 *INFO * [main] Setting sling.home=. (command line)
09.04.2020 08:10:38.458 *INFO * [main] Sent 'status' to /127.0.0.1:46738: OK

 

Can you please help me understand as to why the 'status' is being sent to 127.0.0.1 localhost rather than to the IP address of the RHEL instance? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user05162

It will always be localhost because AEM installed on the same VM. In other words, AEM is localhost to the RHEL server.

 

That said, If you want to access AEM outside of the RHEL server, you would need the RHEL server IP and the PORT AEM instance is running on.

2 replies

Suraj_Kamdi
Community Advisor
Community Advisor
May 6, 2020

@abn93 

127.0.0.1:4502 is a localhost address which is rendered by AEM every time you start your AEM instance.

If you replace 127.0.0.1:4502 with your system IP xxx.xxx.xxx.xxx:4502 It will still work.

The purpose of using AEM on the RHEL 7 instance is to make availability/accessibility of the AEM server throughout the entire organization for authoring/publishing the AEM content.

So whenever you want to share AEM instance to any other end-user within a organization just use your RHEL IP address to make it accessible.

Suraj Kamdi
abn93Author
Level 2
May 6, 2020
Thanks for your reply. Can you please let me know as to how we can replace 127.0.0.1:4502 with my system IP xxx.xxx.xxx.xxx:4502?
user05162Adobe EmployeeAccepted solution
Adobe Employee
May 6, 2020

It will always be localhost because AEM installed on the same VM. In other words, AEM is localhost to the RHEL server.

 

That said, If you want to access AEM outside of the RHEL server, you would need the RHEL server IP and the PORT AEM instance is running on.