I have created the below servlet. I have added the servlet path in
Apache sling servlet resolver. I am firing an ajax call with the url
same as the path of servlet. But the servlet is getting ignored or not
getting registered.Could any one please provide some inputs for getting
the servlet registered. I checked the servletresolver console and it
says servlet does not exist. PFB code.import java.io.IOException; import
java.rmi.ServerException; import
com.aem.poc.core.service.WaterHeightService; i...