in Wepdispatcher It can be very helpful if you can see who has connected to the dispatcher - or . which pages have been accessed.
There are HTTP handler in the sub-item menu
Access Log
The logging is not active by default and must
a parameter to be activated.
provides the parameters as follows:
icm/HTTP/logging_0 = PREFIX = /, LOGFILE = / usr/sap/SID/D00/access_log, MAXSIZEKB = 1000
where you can limit the PREFIX monitors what the URL you want to.
A value written to LOGFILE specifies where and with what file name the file is and MAXSIZEKB determines the size of the file.
One can create the file name dynamically as
access_log-% d-% m-% y - then at the start of WebDispatch a file named
created access_log-06-08-2009. The following variables are
it:
% d Day of the month (1-31)
% m Month (1-12)
% y Year, in the format YYYY
% h Hour (0-23)% t
minute (0-59)
% s second (0-59)
and that is the result of logging:
0 comments:
Post a Comment