0 Replies Latest reply on Nov 23, 2005 12:11 AM by tonyleung

    plz help on configuring jikes at jboss

    tonyleung

      Hi all, please help : does anyone know how to configuring jikes at jboss as 4.0.2? i try configuring web.xml at server/default/deploy/jboss/jbossweb-tomcat55.sar/conf by adding this statement

      <init-param>
      <param-name>compiler</param-name>
      <param-value>jikes</param-value>
      </init-param>

      is there anything else i must do beside that one?and how do i know that Jikes is used for jsp compiling (anything written at console or something)?