2 Replies Latest reply on Oct 23, 2002 6:48 AM by jules

    jboss / jetty + jikes

    gmatthews

      Dear all,

      I'd had a go at configuring Jboss3.0.3/Jetty to use Jikes but can't get it to work.

      I think I need to modify jboss-service.xml in jbossweb.sar ?

      Can anyone provide a correct 3.0.3 xml snippet that I would put in this file, or if i'm completely on the wrong track let me know where I can find up-to-date instructions on this.

      Additionally, how do I stop JBoss 3.0.3 recompiling JSPs every single time I restart JBoss. Can I tell it to only recompile if the JSP page changes?

      Regards,
      Greg.

        • 1. Re: jboss / jetty + jikes
          wmprice1240

          Are you trying to use Jikes to build the server? From what I understand, Jikes is the logical equivalent of javac, that is a compiler tool, not a vitual machine.

          Regards,

          Weston M. Price

          • 2. Re: jboss / jetty + jikes

            you need to modify webdefaults.xml, currently, but not for much longer, inside ..../deploy/jbossweb.sar/org.mortbay.jetty.jar.

            Look on jetty.mortbay.org for documentation about this, or read the comments in the webdefault.xml

            Jules