問題タブ [elytron]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Wildfly (12/14) Elytron - LDAP セキュリティ - 依存関係の欠落
Wildfly 12/14 Elytron LDAP 認証メカニズムを 2 つの webapps アプリケーションに導入するのに苦労しています。
<security-domain>
「WEB-INF/jboss-web.xml」内にタグを追加してコンテナーを起動すると、jboss-cli.sh を介して Wildfly ドキュメント内の手順に従って、DirContext、LdapRealm、SecurityDomain などを正常にデプロイできましたが、次のエラーが表示されます。
注:「standalone.xml」のログ レベルを TRACE に設定しても、これに関する情報は上記の行だけです。
jboss-cli.sh
Elytron Security サブシステムの実装に使用されたシーケンスコマンドは次のとおりです。
jboss-web.xml
とファイルの両方web.xml
が次のように定義されました。
jboss-web.xml:
web.xml:
私は何が欠けていますか?