Hi, You can use below syntax for registering the servlet with paths @Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "=Some Description", "sling.servlet.methods=" + HttpConstants.METHOD_GET, "sling.servlet.paths=" + ...