I am trying to setup adobe AEM RDE environment.
Have followed the steps mentioned in the following documentation https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/rde/how....
I ran the "mvn clean package" command and then proceeded to run the command in the screenshot attached below("command run" file). Note I have two different project in my repo.
I have also created a new dispatcher for RDE environment and added a symbolic link for the same in the active vhost folder. Added the lines present below in my screen shot.
However whenever I try to hit a servlet it only gives default apache output as
<html><body><h1>It works!</h1></body></html>.
Please let me know if anything else is required.