Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-606

Default compilerSourceVM Should Be 1.5

    XMLWordPrintable

Details

    • Workaround Exists
    • Hide

      Add the following initialization parameter to the jsp servlet in JBOSS_HOME/server/SERVERCONF/deploy/JBOSSWEB_HOME/conf/web.xml:

      <init-param>
      <param-name>compilerSourceVM</param-name>
      <param-value>1.5</param-value>
      </init-param>

      Show
      Add the following initialization parameter to the jsp servlet in JBOSS_HOME/server/SERVERCONF/deploy/JBOSSWEB_HOME/conf/web.xml: <init-param> <param-name>compilerSourceVM</param-name> <param-value>1.5</param-value> </init-param>

    Description

      The JSP compiler will not compile JDK 1.5 source by default.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-jclere Jean-Frederic Clere
              rhn-support-mmillson Michael Millson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: