RE: Using MSAccess database for container authentication

2007-08-10 Thread Propes, Barry L
From: remmons [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 2:10 PM To: users@tomcat.apache.org Subject: Re: Using MSAccess database for container authentication Christopher Schultz-2 wrote: > > > This is a standard class that comes with the Sun JRE. There is no need > for a

Re: Using MSAccess database for container authentication

2007-08-10 Thread remmons
Christopher Schultz-2 wrote: > > > This is a standard class that comes with the Sun JRE. There is no need > for any additional JAR files. > > I would advise the OP to check online for how to connect Java to Access > in general before adding Tomcat into the mix. Using MS Access requires > you t

Re: Using MSAccess database for container authentication

2007-08-10 Thread Daniel Stephens
didn't imply there was a need for additional jars. Just trying to make clear he needed the one the one with that class. . Also didn't mean to complicate it, just trying to help figure out where the issue was going. On 8/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNE

Re: Using MSAccess database for container authentication

2007-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Stephens wrote: > Also, make sure that whatever "jar" file has this > sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat > common/lib. This is a standard class that comes with the Sun JRE. There is no need for any additiona

Re: Using MSAccess database for container authentication

2007-08-10 Thread Daniel Stephens
Also, make sure that whatever "jar" file has this sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat common/lib. As well as having a binding in your context.xml or web.xml like below. And have the datasource configured in the server.xml or equivalent(I think 5.5 sets up the Datasources a

RE: Using MSAccess database for container authentication

2007-08-10 Thread Propes, Barry L
you did give it a DSN of some sort? Do you have the correct driver or MDAC update? -Original Message- From: remmons [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 10:40 AM To: users@tomcat.apache.org Subject: Using MSAccess database for container authentication I am trying to u