All, I have been searching for a solution for Oracle JDBC connection pooling. I have hit a wall and hope somebody can help. From the docs, I understand the "factory" parameter will take precedence over this Tyrex thing: <parameter> <name>factory</name> <value>org.apache.commons.dbcp.BasicDataSourceFactory</value> </parameter>
Tomcat does not start the connection pool with the Oracle database. When we execute a test JSP to see what happens, I get many Tyrex error messages - the errors start wit this: TyrexDataSourceFactory: Cannot create DataSource, Exception java.lang.NoClassDefFoundError: tyrex/jdbc/xa/EnabledDataSource What am I doing wrong and how can I fix it ? Any suggestions would be appreciated. Thanks -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
