2008-10-20 13:45:27 ERROR http-8090-Processor25 com.redmoon.forum.plugin.BoardDb - load:[Microsoft][SQLServer 2000 Driver for JDBC]Underlying input stream returned zero bytes
2008-10-20 13:45:33 ERROR http-8090-Processor25 com.redmoon.forum.MsgDb - AddQuickReply3: [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cloned connection while in manual transaction mode.
解决方法:
当使用SQL Server数据库时,需对WEB-INF/proxool.xml作如下处理
jdbc:microsoft:sqlserver://localhost:1433;databaseName=CWBBS;后加上SelectMethod=Cursor