Created
August 3, 2015 12:19
-
-
Save danielef/677bea206eea750f7cc1 to your computer and use it in GitHub Desktop.
Installing PostgreSQL Driver in Glassfish 4.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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