In order to capture session-id of user in tomcat access logs, use the following value for pattern attribute in AccessLogValve.
For more information, loook at AccessLogValve API documentation.
pattern="%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-Agent}i" %S"
For more information, loook at AccessLogValve API documentation.
Comments