RE: JDBC Realm error on startup

2001-07-10 Thread Randy Layman
TECTED]] > Sent: Tuesday, July 10, 2001 8:47 AM > To: [EMAIL PROTECTED] > Subject: Re: JDBC Realm error on startup > > > What can you recommend to use as a driver (JDBC) for an > Access/Tomcat/Apache/jdk 1.3.1 configuration?? > thanks, dave > > >> Usin

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

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-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

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
#x27;[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >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

RE: JDBC Realm error on startup

2001-07-09 Thread Ignacio J. Ortega
bc.jar > rt.jar > servlet.jar > sunrassign.jar > tools.jar > webserver.jar > > I suspect that I would have to have the .jar file for the > JdbcOdbcDriver but > I dont know where this is or if I can compile it from .class > files. Any help > is apprec

RE: JDBC Realm error on startup

2001-07-09 Thread Michael Wentzel
> I am still a little perplexed about which .jar file I should > use?? How do I > determine which library is needed from the following error message: > > 2001-07-06 02:49:01 - ContextManager: JDBCRealm: Starting > JDBCRealm, trying > to acquire JDBC Driver class and DB Connection > java.util.Mi

Re: JDBC Realm error on startup

2001-07-09 Thread David Herder
<[EMAIL PROTECTED]> >To: "'[EMAIL 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 - Conte

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