[jboss-as7-dev] workaround for AS7-659 (enable jsp dev mode)
jean-frederic clere
jfclere at gmail.com
Tue Dec 13 06:01:10 EST 2011
On 12/12/2011 01:58 PM, Max Rydahl Andersen wrote:
> Hi,
>
> Since it does not look like AS7 will have automatic recompile of .jsp files as all other previous versions of AS before it I'm looking for ways to enable this more or less transparently at least for JBoss Tools users.
>
> In https://issues.jboss.org/browse/AS7-659 it is written that adding
>
> <subsystem xmlns="urn:jboss:domain:web:1.0">
> <configuration>
> <jsp-configuration development="true" />
> </configuration>
>
> to standalone.xml will "fix" this.
>
> Can I set this via the management API someway ?
Did you tried something like write-attribute:
+++
[standalone at localhost:9999 /]
/subsystem=web/configuration=jsp-configuration:write-attribute(name=development,
value=true)
{"outcome" => "success"}
+++
More information about the jboss-as7-dev
mailing list