0 Replies Latest reply on Oct 24, 2002 10:46 AM by stoph2001

    Include Jikes in Tomcat 4.1.12

    stoph2001

      Hi

      I've been trying to include jikes 1.17 in my Jboss3.0.3/Tomcat4.1.12 bundle, exactly the way they say on the tomcat page. It always throws an error, that it can't find the setcompiler method.....

      the reason for trying to include jikes is an error when trying to start from index.jsp:

      Throwable: javax.servlet.jsp.JspTagException
      message: Illegal to flush within a custom tag
      javax.servlet.jsp.JspTagException: Illegal to flush within a custom tag

      I know this was illegal in Jsp 1.1 but apparently not in jsp 1.2!!!! is this a bug or my mistake????