A.リロードしましょう
profileはサーバー起動中でも多くが即時反映されますが、
async-handlerなど項目によっては、リロードが必要です。
jboss-cliで以下を叩きましょう。
# domainモードで、host名がmasterの場合
/host=master:reload(restart-servers=true)
おまけ
Wildflyでわからないことがあるときは、公式docsの他に、JBossのdocsも参考になります。
Go to list of users who liked
More than 3 years have passed since last update.
profileはサーバー起動中でも多くが即時反映されますが、
async-handlerなど項目によっては、リロードが必要です。
jboss-cliで以下を叩きましょう。
# domainモードで、host名がmasterの場合
/host=master:reload(restart-servers=true)
Wildflyでわからないことがあるときは、公式docsの他に、JBossのdocsも参考になります。
Register as a new user and use Qiita more conveniently
Go to list of users who liked