Second Servlet contains on top of that some code that makes the requests stop and wait for a change. So every browser window creates a request that waites for a change on second servlet...just solved this with wait(). On changing the content with third servlet I call notifyAll() for every request.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052129#4052129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052129 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
