Hi All
I can check which servlet( http://localhost:4502/system/console/servletresolver) is used using servlet path(
sling.servlet.paths)
.
Is it possible to check which servlet( http://localhost:4502/system/console/servletresolver) is used using
resourceTypes(sling.servlet.resourceTypes)
Thanks
Dillibabu
.
Solved! Go to Solution.
Views
Replies
Total Likes
I don't think that it's directly possible. But if you have a resource with that given resourcetype set as "sling:resourcetyp", you can use the servletresolver page you mentioned already.
I don't think that it's directly possible. But if you have a resource with that given resourcetype set as "sling:resourcetyp", you can use the servletresolver page you mentioned already.
Hi @Dillibabu77
For example your sling:resourceType = {"myproject/components/mycomponent"} and extension is myjson
then, drag the component in any of your page. get the location of your component as shown below.
/content/myproject/en/home/jcr:content/root/content/content/mycomponent
Then, go to sling servlet resolver part. Select the below line.
/content/myproject/en/home/jcr:content/root/content/content/mycomponent.myjson
Let me know if this helps you.
Views
Likes
Replies
Views
Likes
Replies