呼び出した URL、呼び出しているクラス、および送信したパラメーターを表示するように jboss をセットアップすることは可能ですか?
クラス log4j.xml を TRACE に設定しましたが、変更するのに適切な .xml ファイルではない可能性があります。何もしなかったようです。多分私は正しいログを見ていませんか?boot、errFile、および server.log しか表示されません。
助けてくれてありがとう。
を有効にすることができRequestDumper
ます。
Jboss 4.xx では、ファイルで見つけることができます
.../server/[YOUR_CONFIG]/deploy/jboss-web.deployer/server.xml
<!-- Uncomment to enable request dumper. This Valve "logs interesting
contents from the specified Request (before processing) and the
corresponding Response (after processing). It is especially useful
in debugging problems related to headers and cookies."
-->
<Valve className="org.apache.catalina.valves.RequestDumperValve" />