]> git.mxchange.org Git - pizzaservice-core.git/blobdiff - INSTALL.txt
fixed email address
[pizzaservice-core.git] / INSTALL.txt
index 1348997b1f5580c3530dac8aa83825822bbe3a71..5dce97bb9f8ea3ee6ebd2a22988b9b7c60cf1919 100644 (file)
@@ -3,7 +3,7 @@ Installation instructions:
 
 0) Create an empty database and setup proper permissions
 
-1) Import install/install.sql into your new database
+1) (Import install/install.sql into your new database) Currently DROP+CREATE
 
 2) Setup a JDBC pool. I took the simple driver:
 
@@ -32,6 +32,15 @@ JNDI name: jms/shopCheckoutQueue
 Physical destination name: checkout
 Resource type: javax.jms.Queue
 
-You should be done now.
+You should be done now. And always try to give informative descriptions, not
+just only "shop" or "factory".
 
 Of course, you need to build and deploy the EAR/WAR files. ;-)
+
+6) 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.