Hi @brucesanchez
If possible can you please share the detailed bug report what error you re getting or screenshot, Meanwhile you can consider these pointers which can help you to fix the issue, which seems like you're facing connectivity issues between Adobe FrameMaker and the AEM repository, especially after attempting to change the default port to 80. Here's a step-by-step approach to help you address this issue:
Step 1: Confirm Port Availability
Ensure that port 80 is available and not used by any other application or service. Port 80 is commonly used for HTTP traffic, so conflicts might arise.
Step 2: Access AEM via CRX DE Lite
- Try accessing the CRX DE Lite console directly using the URL: http://localhost:4502/crx/de/index.jsp
- If successful, log in using your credentials. CRX DE Lite allows direct access to the repository, and from there, you can modify configurations.
Step 3: Revert Port Changes
- In CRX DE Lite, navigate to http://localhost:4502/system/console/configMgr.
- Search for configurations related to port settings.
- Locate the configuration where the port was changed to 80 and revert it back to 4502.
Step 4: Verify AEM Console Access
Try accessing the AEM web console at http://localhost:4502/libs/granite/core/content/login.html and ensure you can log in. If successful, proceed to the next step.
Step 5: Review FrameMaker Configuration
- Open Adobe FrameMaker and go to the settings or preferences related to AEM connectivity.
- Verify that the URL is set to http://localhost:4502 or the appropriate URL with the correct port.
- Ensure that the login credentials match those configured in AEM.
Step 6: Restart AEM
After making changes, it's a good practice to restart your AEM instance to apply the modifications.