> Getting Tomcat to use the right compiler command to work with our
> debugger has been a headache, both in preparing documentation and
> in providing support. And Tomcat 3.1 and 3.2 have some differences
> besides. I would love to see this configurable in server.xml both
> globally and per context, and at a more abstract level than an
> initialization parameter to org.apache.jasper.runtime.JspServlet.

The solution for 3.3 - we use JspInterceptor and you can pass any
parameters in server.xml ( both global and per context ). Jikes works
fine for me, adding more options is easy. 

As a bonus, the JSPs are much faster ( because we cut a layer ).

Costin

Reply via email to