]> git.mxchange.org Git - jjobs.git/blobdiff - INSTALL.txt
fixed JNDI names, no slash allowed. Then let's only use a-z
[jjobs.git] / INSTALL.txt
index db5b7554f0d152b5c18801992d0900b1b7473d79..405b1a58cbd90a03d6d2b2cd7c3131af56ec2109 100644 (file)
@@ -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
@@ -42,7 +42,7 @@ Resource type: javax.jms.Queue
 
 7) Setup Java Mail session:
 
-JNDI name: jmail/jjobs
+JNDI name: jjobsSmtpSession
 Mail host: <your-smtp-host>
 Default user: <your-smtp-login-name>
 Default sender address: noreply@your-domain.example
@@ -52,3 +52,9 @@ Optional, but more secure/sometimes required advanced properties:
 mail.smtp.password : <email password>
 mail.smtp.port : <email port>
 mail.smtp.auth : true
+
+8) Setup JMS message queue
+
+JNDI name: jms/jjobs-user-activity-log
+Physical destination name: jjobsUserActivityLog
+Resource type: javax.jms.Queue