Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ $ psql -h 127.0.0.1 -U sa __QUICKSTART_DATABASE_NAME__

. Create the following directory structure: `__EAP_HOME__/modules/org/postgresql/main`

. Download the `JDBC41` version of JBDC driver from http://jdbc.postgresql.org/download.html and save it into the directory you created in the previous step. It should be named something like `postgresql-42.1.4.jre7.jar`.
. Download the `JDBC41` version of JBDC driver from http://jdbc.postgresql.org/download and save it into the directory you created in the previous step. It should be named something like `postgresql-42.1.4.jre7.jar`.
. In the same directory, create a file named `module.xml`. Copy the following contents into the file, replacing the JAR name with the revision that matches the downloaded JAR name.
+
[source,xml,options="nowrap"]
Expand Down