1 Reply Latest reply on Mar 26, 2013 10:54 PM by jaikiran

    JBoss 7 Setting properties in standalone.xml

    geetha2

      Hi All,

       

      I have set property for removing strict escape to false in standalone.xml

       

      </extensions>

       

          <system-properties>

              <property name="-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING" value="false"/>

          </system-properties>

       

      I restarted the server and this property still doesn't work. Any suggestions?