Servlet Lifecycle
begin with first request : web.xml - initend when container is hsut down: web.xml - destroy
By default setting: each Servlet has a Threadpool to support multithreads.
posted on 2009-01-09 23:41 Xiaobo Sun 閱讀(253) 評論(0) 編輯 收藏 所屬分類: J2EE