0

呼び出した URL、呼び出しているクラス、および送信したパラメーターを表示するように jboss をセットアップすることは可能ですか?

クラス log4j.xml を TRACE に設定しましたが、変更するのに適切な .xml ファイルではない可能性があります。何もしなかったようです。多分私は正しいログを見ていませんか?boot、errFile、および server.log しか表示されません。

助けてくれてありがとう。

4

1 に答える 1

1

を有効にすることができ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" />
于 2012-09-27T14:58:12.367 に答える