0 Replies Latest reply on Aug 12, 2004 7:21 AM by pritam

    JSP compiler Setting in Jboss

    pritam

      Hi guys,

      In Weblogic, the compiler for jsp compilation could be set like this:

      <jsp-descriptor>
      <jsp-param>
      <param-name>compileCommand</param-name>
      <param-value><java_home>/bin/javac.exe</param-value>
      </jsp-param>
      </jsp-descriptor>


      in weblogic.xml.


      Does anybody know how to set the similar stuff in JBoss?