From 94ad5b2e73b88d1789e1d9d8f84339850cc7bbe5 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 14 Jul 2017 14:25:14 +0200 Subject: [PATCH] No dashes in physical name --- INSTALL.txt | 120 ++++++++++++++++++++++++++-------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 96eccb8..2d90228 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,60 +1,60 @@ -Installation instructions: -========================== - -0) Create an empty database and setup proper permissions - -1) (Import install/install.sql into your new database) Currently DROP+CREATE - -2) Setup a JDBC pool. I took the simple driver: - -Pool name: JFinancialsPool -Resource type: java.sql.Driver -Driver: MySQL -Driver class: org.mariadb.jdbc.Driver - -URL: jdbc:mysql://localhost/your_database -user: your_login -password: your_password - -3) Setup a JDBC resource: - -JNDI name: jdbc/jfinancials -Pool name: JFinancialsPool - -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 - encryption working. Please setup sufficient access rights (CHMOD 0644 is - enough). - - If you forgot this file to copy and you have copied it now, please restart - the Glassfish server so the JAR can be found and loaded. - -5) Setup a JMS connection factory: - -JNDI name: jms/jfinancials-queue-factory -Resource type: javax.jms.QueueConnectionFactory - -6) Setup JMS message queue: - -JNDI name: jms/jfinancials-email-queue -Physical destination name: jfinancials-send-email -Resource type: javax.jms.Queue - -7) Setup Java Mail session: - -JNDI name: jfinancialsSmtpSession -Mail host: -Default user: -Default sender address: noreply@your-domain.example - -Optional, but more secure/sometimes required advanced properties: - -mail.smtp.password : -mail.smtp.port : -mail.smtp.auth : true - -8) Setup JMS message queue - -JNDI name: jms/jfinancials-user-activity-log -Physical destination name: jfinancialsUserActivityLog -Resource type: javax.jms.Queue +Installation instructions: +========================== + +0) Create an empty database and setup proper permissions + +1) (Import install/install.sql into your new database) Currently DROP+CREATE + +2) Setup a JDBC pool. I took the simple driver: + +Pool name: JFinancialsPool +Resource type: java.sql.Driver +Driver: MySQL +Driver class: org.mariadb.jdbc.Driver + +URL: jdbc:mysql://localhost/your_database +user: your_login +password: your_password + +3) Setup a JDBC resource: + +JNDI name: jdbc/jfinancials +Pool name: JFinancialsPool + +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 + encryption working. Please setup sufficient access rights (CHMOD 0644 is + enough). + + If you forgot this file to copy and you have copied it now, please restart + the Glassfish server so the JAR can be found and loaded. + +5) Setup a JMS connection factory: + +JNDI name: jms/jfinancials-queue-factory +Resource type: javax.jms.QueueConnectionFactory + +6) Setup JMS message queue: + +JNDI name: jms/jfinancials-email-queue +Physical destination name: jfinancialsSendEmail +Resource type: javax.jms.Queue + +7) Setup Java Mail session: + +JNDI name: jfinancialsSmtpSession +Mail host: +Default user: +Default sender address: noreply@your-domain.example + +Optional, but more secure/sometimes required advanced properties: + +mail.smtp.password : +mail.smtp.port : +mail.smtp.auth : true + +8) Setup JMS message queue + +JNDI name: jms/jfinancials-user-activity-log +Physical destination name: jfinancialsUserActivityLog +Resource type: javax.jms.Queue -- 2.39.5