Hi, On Sat, Dec 21, 2013 at 6:13 PM, shikage <[email protected]> wrote: > ...When attempting > to register a servlet as a resourceType instead of using a path, when I > attempt to access the servlet the output is always blank/empty. I am using > the following two lines for a simple hello world output: > response.setContentType("text/plain"); > response.getWriter().write("Hello World");..
This looks correct - you might want to debug your servlet to make sure the method that contains the above statements is indeed executed. And maybe check /system/console/requests to see exactly how your request is processed. -Bertrand
