I think the problem you have is you're creating state from a http request. The http
request/response paradigm is stateless and shouldn't be spawning any threads etc. you
can add objects to a http session and access them from within a servlet but these are tied
to the session. Maybe you need a re think for your application.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199995#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...