I assume by sysout you mean System.out? Don't do that, use logging instead and change
the pattern layout to contain %t - that will identify the thread. To relate the thread
back to the client have your servlet write the client info to the log.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207761#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...