From 5451955bf558b4695fe9f58b2ff4485dfb04ac42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Sapp=C3=A9=20Griot?= <105230883+marcosgopen@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:48:14 +0100 Subject: [PATCH] Update CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc Update the link http://jdbc.postgresql.org/download --- guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc b/guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc index 2e16884..580be54 100644 --- a/guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc +++ b/guides/CONFIGURE_POSTGRESQL_JBOSS_EAP.adoc @@ -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"]