> My Tomcat 4.1.18 server, running on Win2K Advanced Server, seems to > crash regularly, and consistently, without any obvious reason (nothing > showed up in the log at the time of crash) under the following > conditions: > > I am trying to refresh a database display page regularly using > > <META HTTP-EQUIV="REFRESH" CONTENT="<%=UsersRefreshRate %>; > URL=Users.jsp?UserID=<%=userID %>"> > > The refresh rate is 5 seconds. The database page opens two database > connections using JDBC.ODBC driver to connect to a SQL2000 server. I > also got the following error message intermittently when I try to > update the database from within the page: > java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection > is busy with results for another hstmt > > Any ideas and/or suggestions would be greatly appreciated. Thanks > very much in advance. > > Philip > p.s.- Tomcat 4.1.12 server behaves exactly the same way. > >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>