|
Hi Chris, Try this for your url and driverClassName (just add your library list at the end): <parameter> <name>url</name> <value>jdbc:db2:*local;translate binary=true;date format=iso</value> </parameter> <parameter> <name>driverClassName</name> <value>com.ibm.db2.jdbc.app.DB2Driver</value> </parameter> Regards, Alex Pinsky Aeropostale, Inc. -----Original Message----- From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]On Behalf Of Price, Chris Sent: Wednesday, September 22, 2004 11:29 AM To: java400-l@xxxxxxxxxxxx Subject: Tomcat on iSeries & Connection Pooling All, I'm trying to configure our application to run on Tomcat on an iSeries. (Previously we've been running on a wintel box) I'm having problems with the connection pool configuration in the server.xml: <Resource name="jdbc/myDataSource" scope="Shareable" type="javax.sql.DataSource"/> <ResourceParams name="jdbc/myDataSource"> <parameter> <name>password</name> <value>thepassword</value> </parameter> <parameter> <name>url</name> <value>jdbc:as400://nsbas1;driver=native;naming=system;date format=iso;date separator=-;libraries=<a really long library list>;</value> </parameter> <parameter> <name>driverClassName</name> <value>com.ibm.as400.access.AS400JDBCDriver</value> </parameter> <parameter> <name>username</name> <value>theuser</value> </parameter> </ResourceParams> If I take out the driver=native property, i.e. to use the toolbox driver, the app works. But if I include it to use the native driver, then it looks as if all the remaining properties, such as naming and libraries are ignored, and the application falls over in a big heap. Is there anything special I need to do to use the native driver? Nothing interesting appears in the QSQSRVR jobs' joblog. Any help would be appreciated. Chris. =======DISCLAIMER======= This email transmission and any attachments may contain confidential information which is legally privileged. You are also notified that the contents of this email and any which you may send in reply, may be viewed by authorised personnel on behalf of NSB Retail Systems Plc or its subsidiaries (the Company) in accordance with the Company's Information Access Policy. The content of this email is always subject to contract. The information is intended only for the individual or entities to whom it is addressed. If you are not an intended recipient please contact me immediately and you are hereby notified that any disclosure, copying, distribution, storage on any medium or use of the information contained in this transmission is strictly prohibited. -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. "The information contained in this email message and any attachments is confidential and is intended only for the use of the individual(s) or entity to which it is addressed. If you are not the intended recipient, you are hereby notified that copying, distribution or dissemination of this email and any associated documents is strictly prohibited. Thank you"
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.