I heard that Tomcat support servlet 3.0 and thread per request. And I don't experiment like this: Servlet seems to handle multiple concurrent browser requests synchronously
I expected that Thread.sleep wouldn't block other requests even made from the same browser window, but it does. The output is still not in concurrent way.
So how to configure Tomcat 7 support thread per request?