Skip to content

Instantly share code, notes, and snippets.

@danielef
Created August 3, 2015 12:19
Show Gist options
  • Save danielef/677bea206eea750f7cc1 to your computer and use it in GitHub Desktop.
Save danielef/677bea206eea750f7cc1 to your computer and use it in GitHub Desktop.
Installing PostgreSQL Driver in Glassfish 4.1
$ cd $GLASSFISH_HOME/domains/$YOUR_DOMAIN/lib
$ wget https://jdbc.postgresql.org/download/postgresql-9.4-1201.jdbc41.jar
$ $GLASSFISH_HOME/bin/asadmin stop-domain
$ $GLASSFISH_HOME/bin/asadmin start-domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment