Re: Configuration of Domino JDBC Driver...

2001-11-20 Thread Roger Varley
1. What steps must I follow to configure tomcat to use the JDBC Driver correctly. The documentation for the Domino JDBC is a nightmare. I have a servlet using the driver that is working under Tomcat. Make sure that you have JdbcDomino.jar and notes.jar defined in your class path. The server

Re: Configuration of Domino JDBC Driver...

2001-11-19 Thread David Smith
I'm not familiar with the Domino JDBC driver, but I do know you shouldn't have to set the classpath in TC 4.0.1. Things should work fine if the .jar file for your driver is in one of about three places: a) CATALINA_BASE$/common/lib for global availability to all of TC and it's apps b)

Configuration of Domino JDBC Driver...

2001-11-16 Thread Carlos Augusto
Hi everyone: I´m a newbee with tomcat so please bear with me... I´m trying to install the JDBC drivers for Domino. My config is as follows: TOMCAT: Ver 4.0.1 (STAND ALONE) JDK: VER 1.3.1_01 DOMINO: VER: 5.0.6 I downloaded the driver form the lotus webpage and installed it according to their