Thanks for this article...To resolved the issue above, I change the "/my-demo/servlet" to "bin/my-demo/servlet". But why must we start with "bin" on paths, I continue to research. Thanks all
Thanks for your reply. I try to add "/" and the issue still happens. but I add bin/my-demo/servlet, I can get th result. Could you please tell me why put the 'bin' on paths ?
Hi all,I have been created the AEM project with -DarchetypeVersion=11 and create the first servlet demo like below:I try to get the result by enter http://localhost:4502/my-demo/servlet but the resource is not found. Please advise me