1

I've downloaded the AEM developer tools from https://eclipse.adobe.com/aem/dev-tools/ and followed instructions from http://docs.adobe.com/content/docs/en/dev-tools/aem-eclipse.html to setup a starting project

It looks like this:

enter image description here

My AEM is running on localhost:4502, how can I actually post this sample code in AEM and test it out?

On the bottom left if I right click on server and click Start then I get this error.

enter image description here

birdy
  • 9,286
  • 24
  • 107
  • 171

2 Answers2

1

You can get to the properties of server. Click on change location to [workspace metadata]. Clean the server. and Restart. Its working at my end earlier I had the same issue.enter image description here

Hope this will work Thanks

Vivek Dhiman
  • 1,967
  • 6
  • 46
  • 82
0

Just start your server by runing cq_location\crx-quickstart\bin\start.bat and follow instructions

Community
  • 1
  • 1
dzenisiy
  • 855
  • 10
  • 32