Hey Dave!
Looking in the log files here:
C:\tomcat\webapps\my-context\WEB-INF\railo\logs
The last entry in application.log is in reference to another problem
earlier today.
exception.log is the same.
requesttimeout.log does show something interesting. It has registered
a timeout of the test page I'm using:
"ERROR","web-0","08/07/2009","10:18","controler","stop thread (5)
because run into a timeout path: C:\tomcat\webapps\my-context
\client-1\www\client\temp.cfm (C:\tomcat\webapps\ROOT\WEB-INF\railo
\context\Component.cfc). no open locks"
The funny thing is, I have this at the top of the page:
<cfsetting requesttimeout="9999999">
Does this error entry point at something else maybe?