How to set up two AEM local development environments | Community
Skip to main content
Level 2
December 5, 2022
Solved

How to set up two AEM local development environments

  • December 5, 2022
  • 3 replies
  • 1404 views

Does anyone here have multiple AEM development instances set up locally that can be started simultaneously? I'm looking for the best approach and thought about simply using two different ports (4502 and 4512) and firing the quickstart.bat file for each to boot them up. How are others maintaining two totally separate AEM instances in their local environments?

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 Nikita___Garg

hi @kayest ,

You can run n-number of instance on different 4-digit port. This is the only approach which people are taking.

You can also deploy multiple projects on single instance as well instead of different instances.

Thanks,

Nikita Garg

3 replies

Avinash_Gupta_
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 6, 2022

Hi @kayest

I'm using multiple local instances and following the same approach of using different ports in start.bat file

Nikita___GargAdobe EmployeeAccepted solution
Adobe Employee
December 6, 2022

hi @kayest ,

You can run n-number of instance on different 4-digit port. This is the only approach which people are taking.

You can also deploy multiple projects on single instance as well instead of different instances.

Thanks,

Nikita Garg

HeenaMadan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 6, 2022

We can install N number of instances on local following the same approach of using different ports in start.bat/sh file.