3 Replies Latest reply on Dec 8, 2016 1:31 PM by emag

    Changes to standalone.xml overwritten in restart

    haba713

      Hi! How can I make these two changes permanent?

       

      <subsystem xmlns="urn:jboss:domain:undertow:3.1">

          <buffer-cache name="default"/>

          <server name="default-server">

              <http-listener name="default" socket-binding="http" redirect-socket="https" max-parameters="4000" />

              <host name="default-host" alias="localhost">

                  <location name="/" handler="welcome-content"/>

                  <access-log/>

                  <filter-ref name="server-header"/>

                  <filter-ref name="x-powered-by-header"/>

              </host>

          </server>

          ...

       

      If I write them to standalone.xml and restart Wildfly, they disappear.

       

      Harri