Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

stopping a server via command line (windows)

Avatar

Former Community Member

From what I can tell, to stop a server from command line, I need to

  1. start using the quickstart.jar (cq5-author-p4502.jar)
  2. stop the server (Ctrl-C)

Now AEM appears to have scripts in bin. So I can..

  1. run crx-quickstart\bin\start.bat
  2. When I want to stop, run crx-quickstart\bin\stop.bat

Correct?

4 Replies

Avatar

Former Community Member

more specifically, writing a batch file to do this. (Make a backup). And I *think* this is what the devs intended.

Avatar

Former Community Member

Thanks

Can I ignore these errors when the server stops? (see attachment)

Avatar

Level 1

I'm getting same errors, when server stops. Did you find some solution for that?