Hi, I'm building a custom servlet that just output hello world. I bundled it and loaded the bundle into AEM, and bundle seems to be "active" without any errors.Still, when I try to reach my servlet, I get 404. This is my servlet code: @component(
service = Servlet.class, immediate = true,
pr...