我如何使这两个野生苍蝇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>
...哈里
发布于 2016-12-09 02:51:11
在手动编辑standalone.xml之前关闭服务器,如果要动态设置服务器,则使用命令行控制台对其进行编辑。
https://stackoverflow.com/questions/41037798
复制相似问题