]> git.mxchange.org Git - jfinancials.git/blobdiff - INSTALL.txt
updated docu, let's promoto FLOSS here (MariaDB)
[jfinancials.git] / INSTALL.txt
index adfd417191bb5655ccf2a707580247757c4fc09f..8b279923d0f44663e48fe1c278ed456ebf83fa03 100644 (file)
@@ -10,7 +10,7 @@ Installation instructions:
 Pool name: AddressbookPool
 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
@@ -28,3 +28,27 @@ Pool name: AddressbookPool
 
    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/addressbook-queue-factory
+Resource type: javax.jms.QueueConnectionFactory
+
+6) Setup JMS message queue:
+
+JNDI name: jms/addressbook-email-queue
+Physical destination name: addressbook-send-email
+Resource type: javax.jms.Queue
+
+7) Setup Java Mail session:
+
+JNDI name: jmail/addressbook
+Mail host: <your-smtp-host>
+Default user: <your-smtp-login-name>
+Default sender address: noreply@your-domain.example
+
+Optional, but more secure/sometimes required advanced properties:
+
+mail.smtp.password : <email password>
+mail.smtp.port : <email port>
+mail.smtp.auth : true