Adding custom execution path in Servlet Resolver
Hi,
I have created a Sling servlet and I need to register it using some custom path, e.g, /aem/testServlet
If I add this execution path entry in configuration "Apache Sling Servlet/Script Resolver and Error Handler", it works fine. But I need to create a custom configuration of this path for my project so that it can be deployed with the code.
Can anyone please help with this.