I would like to create a servlet in a module extension that either extended the TemplateContentServlet or create my own servlet altogether.
In order to do that, I would need access to the web.xml which I'm not sure is available.
Is this possible without creating my own version of the product? I would like to add some functionality to the TemplateContentServlet but do not want to mess with the original code.
any ideas or is this even possible? The only other option is to create my own application and call the TemplateContentServlet and process from there.
Thanks in advance.