Re: JDBC Realm error on startup

2001-07-10 Thread David Herder
What can you recommend to use as a driver (JDBC) for an Access/Tomcat/Apache/jdk 1.3.1 configuration?? thanks, dave Using the JDBC-ODBC Bridge can not lead to jar problems as is included on the default bootstrap classpath.., perhaps a incorrectly created ODBC? My point was not that the

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
PROTECTED]' [EMAIL PROTECTED] Subject: RE: JDBC Realm error on startup Date: Fri, Jul 6, 2001, 3:21 PM I am getting the following error on startup of Tomcat: 2001-07-06 02:49:01 - ContextManager: JDBCRealm: Starting JDBCRealm, trying to acquire JDBC Driver class and DB Connection You need your

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
] Subject: RE: JDBC Realm error on startup Date: Mon, Jul 9, 2001, 1:11 PM This is a bug in JDBCRealm, that is trying to use a non existing resource string in localstrigs.properties, this bug is corrected ( a will be out ) on 3.2.2 / currently in CVS. But apart from that, the bug is only surfaced

RE: JDBC Realm error on startup

2001-07-09 Thread Ignacio J. Ortega
your issue.. Saludos , Ignacio J. Ortega -Mensaje original- De: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Enviado el: lunes 9 de julio de 2001 19:12 Para: '[EMAIL PROTECTED]' Asunto: RE: JDBC Realm error on startup This is a bug in JDBCRealm, that is trying to use a non

RE: JDBC Realm error on startup

2001-07-09 Thread Michael Wentzel
Using the JDBC-ODBC Bridge can not lead to jar problems as is included on the default bootstrap classpath.., perhaps a incorrectly created ODBC? My point was not that the bridge would cause this problem but that it causes problems in general. Why add another layer to your code when it is

RE: JDBC Realm error on startup

2001-07-06 Thread Michael Wentzel
I am getting the following error on startup of Tomcat: 2001-07-06 02:49:01 - ContextManager: JDBCRealm: Starting JDBCRealm, trying to acquire JDBC Driver class and DB Connection You need your libraries in TOMCAT_HOME/lib to be able to make the connection. Although JDBCRealm has been