Configuring IdM 7 on Tomcat 5.5 to use a Mysql (5.0.41) datasource
I've been trying, for some time now, to configure Idm 7 to use a mysql datasource using the interface provided by the lh setup coomand.
I'm supply the following values:
DataSource Name/Path: jdbc/wavesetDB
Initial Context Factory: com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
I get the following error:
com.waveset.util.ConfigurationError: Failed to load JDBC DataSource 'jdbc/wavesetDB':
==> javax.naming.NoInitialContextException: Cannot instantiate class: com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
I know the datasource is working as I've written a servlet that users the datasource to query the database.
The OS is windows and jdk version is 1.4.2.
Any help will be appreciated.
Thanks

