[jboss-jira] [JBoss JIRA] (AS7-659) Enable JSP dev mode by default in standalone configuration
Jean-Frederic Clere (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 06:10:12 EST 2011
[ https://issues.jboss.org/browse/AS7-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650381#comment-12650381 ]
Jean-Frederic Clere commented on AS7-659:
-----------------------------------------
Using jboss-admin:
+++
/subsystem=web/configuration=jsp-configuration:write-attribute(name=development,
value=true)
:reload
+++
Should do the job and don't forget to put back the default value :D
> Enable JSP dev mode by default in standalone configuration
> ----------------------------------------------------------
>
> Key: AS7-659
> URL: https://issues.jboss.org/browse/AS7-659
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Web
> Affects Versions: 7.0.0.Beta3
> Reporter: jaikiran pai
> Assignee: jaikiran pai
>
> 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:
> {code:xml}
> <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>
> {code}
> 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).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list