Starting a server in debug mode from eclipse
Hi
I just created a new project using Eclipse Mars and the archetype 10 in order to deploy it to AEM 6.2 instance.
I'm using the "AEM Developer Tools for Eclipse" and until 6.1 everything was great, but once I tried (with 6.2) to add a new server in eclipse and start it in debug mode I had this:
org.apache.commons.httpclient.HttpException: Got status code 404 for call to http://localhost:4502/system/sling/tooling/sourceReferences.json
org.apache.commons.httpclient.HttpException: Got status code 404 for call to http://localhost:4502/system/sling/tooling/sourceReferences.json
I can start the server using "Start" mode and deploy all the project (default project in a clean instance) but I can not even start the server in debug mode ....
Can someone Help me on this???
Thanks!!