AO Logo
 
  
  
  
JDBC Drivers
Own JDBC Driver
JDBC and bytea
Vacuum Delay
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· client area ··· faqs ··· postgresql database ··· using your own jdbc driver
How to Use Your Own PostgreSQL JDBC Driver
Article Summary

Title: How to Use Your Own PostgreSQL JDBC Driver
Description:How to use your own PostgreSQL JDBC driver
Key Words:upload, provide, use, own, postgresql, jdbc, driver
Type:FAQs
Category:PostgreSQL Database
Last Updated:2004-01-08 04:50:33

How to Use Your Own PostgreSQL JDBC Driver


I need a version of the PostgreSQL JDBC driver that you do not support. How do I put my own driver in my Tomcat lib directory?



Install your own JDBC driver by following these steps:
  1. Edit the JVM Profile Script and comment out the /usr/aoserv/etc/postgresql.version.sh script include.

  2. Replace the postgresql.jar symbolic links with your JAR file. The JVM directory is /www/site_name/ for single-site Tomcat and JBoss JVMs, or /wwwgroup/jvm_name/ for multi-site Tomcat JVMs. Find the links with this shell command:

    find jvm_dir | grep postgresql.jar$

  3. Restart the Java VM
Copyright © 2000-2024 AO Industries, Inc.