> From: Toby Kurien [mailto:[EMAIL PROTECTED] > Subject: Re: java.lang.Exception: Socket bind failed: [730048] > > There is no IIS on this box.
Then what was using port 80 earlier? To quote from a previous message of yours: "Only the webserver listening on port 80." What "webserver" is that? > My maxActive = '150' for the database and maxThreads = '300'. If you have 300 Tomcat threads vying for 150 database connections, then 150 of the threads are going to be waiting until the others release the connections. Take some thread dumps during the slow periods and see where things are stuck. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]