활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi all,
I started AEM instance by clicking 'star' script. The, I close the below common prompt . AEM is not up after closing cmd.
I can only access AEM while cmd is opened.
Thanks in advance.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hello - Please try to use a custom script located in the bin (crx-quickstart\bin) folder, such as start.bat to start AEM. The Start and Stop scripts are for UNIX, Linux, and Macintosh. The start.bat and stop.bat scripts are for Windows ( Start the instance - start.bat & Stop the instance - stop.bat) OR use service commands to start or stop the instances.
Hi @Snow123 ,
Yes, AEM will stop if you will close this command prompt. You have to keep this cmd open else the process will also get closed.
You can create a service for this process(as you are using windows) and start the server using that service(if you dnt want to use cmd).
you can try this: https://aemexperts.blogspot.com/2019/03/installing-and-starting-adobe.html
Thanks!
Hi @Snow123
This is a command line process, so when you close the command, the process will close and it will shut down the instance.
So you need to keep this window always open to keep the instance running, or you can start the instance by clicking on the JAR file.
Or you can follow the below approach to run this as a service on windows:
Thanks!
Thanks!
Hello - Please try to use a custom script located in the bin (crx-quickstart\bin) folder, such as start.bat to start AEM. The Start and Stop scripts are for UNIX, Linux, and Macintosh. The start.bat and stop.bat scripts are for Windows ( Start the instance - start.bat & Stop the instance - stop.bat) OR use service commands to start or stop the instances.