Monday, 10 June 2013

Configure IHS logging to show which WAS server handled a request



LogFormat "%h %l %u %t \"%r\" %>s %b %{WAS}e" sometag

It can also be useful to capture the JSESSION ID as follows... 
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{JSESSIONID}C\"" sometag

No comments:

Post a Comment