Servlet Lifecycle

Servlet Lifecycle

begin with first request : web.xml - init
end when container is hsut down: web.xml - destroy

By default setting: each Servlet has a Threadpool to support multithreads.

你可能感兴趣的:(Servlet Lifecycle)