Sent: Thursday, September 20, 2007 5:27 PM
To: Tomcat Users List
Subject: Re: Problem with Tomcat hangs for no obvious reason
I'm wondering if the Ajax is consuming the two or so connections your
browser allows so all other calls to the server get blocked. If you
close all your browser windows an
I'm wondering if the Ajax is consuming the two or so connections your
browser allows so all other calls to the server get blocked. If you
close all your browser windows and re-launch IE, does tomcat start
responding again? If so, tomcat isn't hanging -- it's a javascript
issue with your clien
Hi,
I have tomcat 5.5.23 installed on Red Hat Enterprise Linux 5 and a simple web
application using JSF/AJAX. The web application only has two pages. In the
first page, it has a few dropdown lists, which get the options from a SQL
server database. The last dropdown list is refreshed when selec