[Resin-interest] calling JspServlet instance directly

2013-03-21 Thread Riccardo Cohen
Hello I'm refactoring my url requests processing and need some advice. I've learnt mostly by myself, and I'm not sure to make the good choices. Presently my request processing is a mixing of servlet configurations like : servlet-mapping url-pattern=*.jsp servlet-name=resin-jsp/ servlet-mapping

Re: [Resin-interest] calling JspServlet instance directly

2013-03-21 Thread Scott Ferguson
On 3/21/13 10:51 AM, Riccardo Cohen wrote: Hello I'm refactoring my url requests processing and need some advice. I've learnt mostly by myself, and I'm not sure to make the good choices. Presently my request processing is a mixing of servlet configurations like : servlet-mapping

Re: [Resin-interest] calling JspServlet instance directly

2013-03-21 Thread Matthew Serrano
I share your fear of frameworks so I created my own request handlers using Resin 4 and a couple of simple classes. Not sure why you specifically want to handle JSP requests with a servlet so I might be missing something but: I put all my JSPs under WEB-INF for privatization