| Author |
Start up time for tomcat
|
Jaideep Kshirsagar
Greenhorn
Joined: Aug 29, 2007
Posts: 27
|
|
Hi, I have an application deployed on tomcat installation on a linux box. I use manager app to deploy the application war file and then start tomcat. In this case tomcat is taking lot of time to start around 25 min each time. Anybody faced similar issue? Any resolutions on this? Regards, Jai
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
Tomcat starts up for me in less than 30 seconds. From your symptoms I would bet that something in your startup code is trying to make network or database connections which are taking a long time to fail. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Start up time for tomcat
|
|
|