Perhaps I should mention that the page can be hit by clicking on a link multiple time
in fast succession even by a single user to make this happen.
The context seems to continue to run, but this has be leary about going ahead with it.
Here is the additional context info that I added to my server.xml:
<Context path="/quick" docBase="quick" debug="0"
reloadable="true" crossContext="false">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="quick_log." suffix=".txt"
timestamp="true"/>
</Context>
Which look pretty darned basic to me. Also this context is making a mysql connection
through the jdbc drivers, but the error output doesnt look like it has anything to do
with mysql connection issues...
____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm
Be respectful! Clean up your posts before replying
____________________________________________________