<!-- CFWheels --><servlet-mapping><servlet-name>GlobalCFMLServlet</servlet-name><url-pattern>/rewrite.cfm/*</url-pattern></servlet-mapping>
This will happen if railo runs out of memory, and is continually
garbage collecting. It may also happen if railo has continually high
CPU usage. It is basically Denial of Serviced with requests that it
can't handle, and the connector will throw errors because it can't
communicate.
I've come across a lot of code that limits on the viewing end, but
doesn't have a TOP or LIMIT on the queries.
I've noticed this happen when I restart Tomcat while Apache is still running, even after Tomcat has restarted, I get 500 until I restart Apache.
http://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html#stickyness_implementation
2011/9/7 whostheJBoss <j...@grapestack.com>:
For some reason lately the most problems I've had are browser related,
they don't clear the cache properly after I've told them to and I keep
refreshing, then I'll close out the tab and go to the site again and
it will be fine. This is on chrome and firefox.