From 39fa2412318aa83236e200647e94c0c696ba3271 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 11 Apr 2017 00:29:41 +0200 Subject: [PATCH] updated docu, let's promoto FLOSS here (MariaDB) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- INSTALL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index ee4a8b4..5107143 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,10 +7,10 @@ Installation instructions: 2) Setup a JDBC pool. I took the simple driver: -Pool name: AddressbookPool +Pool name: JJobsPool Resource type: java.sql.Driver Driver: MySQL -Driver class: com.mysql.jdbc.Driver +Driver class: org.mariadb.jdbc.Driver URL: jdbc:mysql://localhost/your_database user: your_login @@ -18,8 +18,8 @@ password: your_password 3) Setup a JDBC resource: -JNDI name: jdbc/addressbook -Pool name: AddressbookPool +JNDI name: jdbc/jjobs +Pool name: JJobsPool 4) In juser-core project you will find a JAR named "commons-codec-1.10.jar" you need to copy this to your $GLASSFISH_DOMAIN/lib/ path to make password -- 2.39.5