On 8/27/06, Apache Wiki <[EMAIL PROTECTED]> wrote:
+ * refactor all of the JSP pages into servlets so a JDK/JSP compiler isn't needed (the current JSPs are very sparse on presentation, and use no custom tags, so there is almost no advantage to them being JSPs)
It seems like a simpler option would be to just move to Tomcat 5.5 or Jetty 6, both of which handle JSPs file with a JRE. -Yonik