I have a Tomcat/MySQl/ConnectorJ
and JNDI combination that works only on the first submit. Subsequent submits I
get the error “PROBLEM
WITH LOGOUT NULL POINTERnull” Whats the problem???? I’ve tried closing my dbConnection.close(); I’ve tried closing my prepard
statements: e.g. registerStatementAdInfo.close(); And I still get the error. Anyone know? I using the latest commons connection pool Thanks T.K. |