Re: A better proposal for compiling JSP's with debugging info

2000-12-08 Thread cmanolache
Hi Larry, I'm +1 on implementing your changes - setting options for jsp is very important ( I use jikes most of the time ). Setting jasper options in web.xml has many problems, and I don't think we should do it. I agree adding a ContextManager/Context property is the best solution for 3.2 - mi

RE: A better proposal for compiling JSP's with debugging info

2000-12-08 Thread Larry Isaacs
> My preference would be to set the options on JspInterceptor, using the > server.xml format. > Context and ContextManager shouldn't know/care about what happens in > interceptors unless it's absolutely needed. I think the biggest > priority > right now is to make sure all 9 core objects a

Re: A better proposal for compiling JSP's with debugging info

2000-12-07 Thread cmanolache
> For Tomcat 3.3 > > In Tomcat 3.3, I could apply the jasper changes for compatibility. However, > JSP compilation occurs differently. Instead of using a JSP servlet, it > uses an interceptor that calls Jasper with its own options and then > calls the compiler itself. Thus, any options string