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 ··· changing jdbc drivers
Changing PostgreSQL JDBC Driver Version
Article Summary

Title: Changing PostgreSQL JDBC Driver Version
Description:How to change PostgreSQL JDBC drivers
Key Words:postgresql, jdbc, drivers, changing, selecting
Type:FAQs
Category:PostgreSQL Database
Last Updated:2005-08-09 12:09:42

Changing PostgreSQL JDBC Driver Version


How do I change the JDBC drivers used by my Tomcat or JBoss Java virtual machine (JVM)?


  1. Edit the Profile Script for the Java Virtual Machine, replacing the version number for the /usr/aoserv/etc/postgresql.version.sh script include.

  2. Replace the postgresql.jar symbolic links in the JVM directory. 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.