Statement : Error while connecting localhost in Eclipse
Solution :
- Eclipse was using port 8080 for localhost
- AEM was up and running on port 4502.
Solution :
Option-1:
- Change the port number of localhost server in eclipse to 4502
- Make sure to change the same(4502) port number in main project module POM file
Option-2:
- Restart AEM server on port 8080 instead of 4502.
- Make sure to change the port number 8080 in main project module POM file. That's it!.
No comments:
Post a Comment