Hi,
I am using Jboss EAP 4.2 GA and I want to write the thread name in the access log using "%I" pattern.
But seems that this is not yet supported in Jbossweb.
I decompiled the code of Jbossweb.jar and I didnt find the AccessLogValve.ThreadNameElement defined there.
I am able to do the same on a Standalone tomcat container (version 6.0)
Should I need a different version of Jbossweb to use this ?
Thanks,
VJ