I am trying to create a mysql connection pool in Weblogic 6.1 using the JConnector driver and failing. All I get is "no suitable driver" which usually means that the URL and properties aren't right for the driver I'm using. I defined the pool as:
name: MysqlPool URL: jdbc:mysql//192.168.1.100:3306/Objectworks?user=root;password=jude370 driver: com.mysql.jdbc.Driver properties: user=root;password=jude370 I put the jconnector jar file at the head of the weblogic classpath. Before that, it complained about not finding the driver class. THe properties seemed redundant but when I removed them, weblogic complained that there were no properties - apparently, properties are required. The URL fits the pattern defined in the JConnector Readme file. So, I'm just stumped. Can anyone tell me the correct incantation to get the jconnector driver to work in this context? thanks, ag --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php