サーバーは正常に起動しますが、2 番目のホストは無視します。10.23.18.240 は機能しますが、10.23.18.241 は機能しません。
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
<httpj:engine-factory bus="cxf">
<httpj:engine port="443" host="10.23.18.240">
...
</httpj:engine>
<httpj:engine port="443" host="10.23.18.241">
...
</httpj:engine>
</httpj:engine-factory>