I have had difficulties using java-com objects in IIS to access jdbc-data
sources. These are definitely threading issues - that only one statement
can be opened at a time in a single connection. There is a pure java jdbc
solution someone was offering that solved the problem, but we eventually
solved the problem by having a seperate connection opened to each
datasource, for each thread... Then everything works fine (but you may end
up with a lot of connections)
-----Original Message-----
From: Matthew Baird [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 02, 2000 6:34 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat crashes
fact of life with JDBC and access using the jdbc-odbc bridge. It has nothing
to do with load. I believe it may be a threading issue, but I didn't have
the patience to debug the problem.
Try using MSDE (Microsoft Data Engine) as an alternative.
regards,
Matthew
-----Original Message-----
From: Cheong Takhoe [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 01, 2000 8:31 PM
To: [EMAIL PROTECTED]
Subject: Tomcat crashes
Hi,
I have a Tomcat server running on Windows NT 4.0 and we're serving
information from an Access database. Problem is that it is
constantly crashing with an exceptional error from the java.exe . I need
advise on how to solve this. Has anyone encountered
this before? Could it be that it could not handle the load?
Please help. Thanks
regards,
Cheong Takhoe
===========================================================================
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
===========================================================================
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
===========================================================================
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