You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris McNeilly <cm...@smartbrief.com> on 2001/06/05 21:03:07 UTC

JDBCRealm NullPointerException error

My JDBC driver is blowing up with a NullPointerException error as soon
as it tries authenticating.  This is even before my login page gets
called.  It looks like its trying to authenticate username=null and
password=null.  Not sure what to do.  Any ideas?

Thanks,

Chris