custom JDBCRealm in Tomcat 5.5

2008-04-24 Thread Ivan Cheung
Hi, I have trying to do some custom authentication I have written myRealm to extend JDBCRealm modify server.xml

Re: How to detect the database for JDBC Realm is down

2008-04-20 Thread Ivan Cheung
reposting to see if I have better luck this time. On Fri, Apr 18, 2008 at 8:53 AM, Ivan Cheung <[EMAIL PROTECTED]> wrote: > Hi, > > I am building a web app and have setup digest authentication > > I am testing the app when I take the database that contains the username &g

How to detect the database for JDBC Realm is down

2008-04-18 Thread Ivan Cheung
Hi, I am building a web app and have setup digest authentication I am testing the app when I take the database that contains the username password down The tomcat log file show this (http-8443-Processor25) org.apache.catalina.core.ContainerBase.[Catalina]: Exception performing authentication {

Re: How to detect database for Tomcat JDBC Realm is down

2008-04-18 Thread Ivan Cheung
Hi, > > I am building a web app and was able to setup digest authentication > > I am testing the app when I take the database that contains the username > password down > > The tomcat log file show this > > java.sql.SQLException: No operations allowed after connection closed. > at com.mysql.jd