今天碰到一個問題,我把鏈接池的初始鏈接數設到10,結果在eclipse裏啓動tomcat的時候出現如下的錯誤: Server Tomcat v6.0 at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 我找遍了eclipse的設置也沒找到增長timeout的地方,後來發現祕密在這裏: 在servers view裏,雙擊你要設置的server,會打開該server的設置窗口,在右上部有Timeouts的設置部分,設置timeout就在這裏了,呵呵,關鍵是雙擊哦。tomcat