Beginner question: I'm querying a database using either a bean or embedding the code directly within the JSP code on the page. It works returns the results with one exception. If I hit the "Refresh" button on the browser repeatedly, the Tomcat server will crash due to JDBC errors. It seems that the server is not able to handle the repeated request for JDBC connections and/or queries. I'm assuming this is because I just do not know what I'm doing. Should I have something set up differently so this doesn't happen, or am I supposed to be using threads somehow? Maybe a webserver configuration setting so it will spawn new db connections or use multiple JVMs? I'm missing something fundamental here. thanks bill [EMAIL PROTECTED] =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
