WildFly 10 配置的永久更改 (standalone.xml)

Permanent changes to WildFly 10 configuration (standalone.xml)

如何使这两个 Wildfly 10 配置更改永久生效?

如果我将它们写入 standalone.xml 并重新启动 Wildfly,它们就会消失。

<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>
...

哈里

在手动编辑之前关闭服务器 standalone.xml,或者如果您想即时设置它,请使用命令行控制台对其进行编辑。