Re: problems configuring Interclient on Tomcat

2002-07-22 Thread Rick Fincher
Hi Albert, You need to put a copy of Interclient.jar into CATALINA_HOME/common/lib. That will let Tomcat use it for authentication and your webapps use it for db access. Rick - Original Message - From: "albert woltman" <[EMAIL PROTECTED]> Hello, I'm using Tomcat 4.0 and Interbase 6.

problems configuring Interclient on Tomcat

2002-07-22 Thread albert woltman
Hello, I'm using Tomcat 4.0 and Interbase 6.5 together with interclient 2.5. Now I would like to setup JDBC Realms so I made an entry in server.xml And I put my Interclient jar in my classpath, but Tomcat keeps on saying it can't find any suitable driver, but Interclient is in my classpath. W