Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-659

Enable JSP dev mode by default in standalone configuration

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 7.0.0.Beta3
    • Web
    • None

      Currently any changes to a .jsp file (in an exploded deployment) are not picked up dynamically and instead requires a application redeployment. This can be enabled currently by adding the jsp dev mode configuration to standalone.xml as follows:

              <subsystem xmlns="urn:jboss:domain:web:1.0">
                  <configuration>
                      <jsp-configuration development="true" />
                  </configuration>
                  <connector name="http" protocol="HTTP/1.1" socket-binding="http" scheme="http"/>
                  <virtual-server name="localhost">
                      <alias name="example.com"/>
                  </virtual-server>
              </subsystem>
      

      It would be very useful if the server, by default, enabled this configuration and picked up the changes to jsps dynamically (like it used to do in previous AS version).

              jaikiran Jaikiran Pai (Inactive)
              jaikiran Jaikiran Pai (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: