Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近使用覆盖安装在我现有的 Wildfly 服务器中配置了 KeyCloak:bin/jboss-cli.sh --file=bin/keycloak-install.cli
我现在想删除或禁用它。我对 Wildfly 很陌生。我认为它应该与如何禁用子系统相同?
实现它的最简单方法是打开standalone.xml文件%JBossHome%>standalone>configuration夹中的文件并删除/注释掉 keycloak 子系统。
standalone.xml
%JBossHome%>standalone>configuration
子系统配置看起来像这样
<subsystem xmlns="urn:jboss:domain:keycloak-server:1.1"> <web-context>auth</web-context> </subsystem>