web.xml ファイルをオーバーライドしようとしています
<login-config>
<auth-method>BASIC</auth-method>
</login-config>
動作するはずの次の展開計画を使用してみましたが、動作しないようです。login-config を削除するか、client-cert に変更する必要があります。
<variable-definition>
<variable>
<name>authMethod</name>
<value>CLIENT-CERT</value>
</variable>
</variable-definition>
......
<module-descriptor external="false">
<root-element>web-app</root-element>
<uri>WEB-INF/web.xml</uri>
<variable-assignment>
<name>authMethod</name>
<xpath>/web-app/login-config/auth-method</xpath>
<operation>replace</operation>
</variable-assignment>
</module-descriptor>