cancel
Showing results for 
Search instead for 
Did you mean: 

Log of HTTP Requests & LogOn Attempts

Former Member
0 Kudos

Hello,

Is it possible to see in a log file which http requests are send to the J2EE Engine?

Same question for logon attempts with user-id or client certificates?

Greetings,

Bart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bart,

which version of the J2EE Engine do you use?

Have a look at the following two sets of documentation for related logging & tracing info with HTTP on the J2EE Engine 6.40 SP13.

NB: There might be different behavior of logs & traces in lower SPs of the engine.

Regards,

Ivo

Former Member
0 Kudos

Hello Ivo,

Thx for your answer. We are on 6.40SP12.

To which documentation sets are youre ferring?

Greetings,

Bart

Former Member
0 Kudos

Also, since you're on SP12, the difference is that HTTP traces go by default to the defaultTrace.trc file. This is the case if the default value of YES for the ForceSingleTraceFile property of the Log Manager on the dispatcher is not changed.

If you want to have the HTTP traces in a separate file, then set this property to NO, and the HTTP traces will be saved to the \usr\sap\<SID>\<instance_name>\j2ee\cluster\dispatcher\log\services\http\req-resp.trc file.

Former Member
0 Kudos

Thx!!!

Answers (0)