Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi All,
I am using "sling.servlet.paths=" + "/bin/xyz" to call my servlet using ajax. Is there any way to do it without using /bin i.e. "sling.servlet.paths=" + "/xyz" ? If yes, what are the steps that I need to follow to implement it.
Thanks
Avantika
Add your path in Execution Paths property in below osgi config
Apache Sling Servlet/Script Resolver and Error Handler
Hi,
You can also use selectors in your servlet so that you can be independent of path and more efficient than paths
sling.servlet.selectors
http://www.aemcq5tutorials.com/tutorials/sling-servlet-in-aem/
Please do not bind servlets to a path. Instead you should bind the servlet to a resourceType. See AEM coding best practice: Servlets | Things on a content management system
Jörg
Views
Likes
Replies
Like