]> git.mxchange.org Git - pizzaservice-core.git/blobdiff - INSTALL.txt
updated jar(s)
[pizzaservice-core.git] / INSTALL.txt
index 39454163c5d30abe57e55ac46dcdcfdb15e3d800..74bb8f49aa650f6ec1247386274cf93513af1155 100644 (file)
@@ -10,7 +10,7 @@ Installation instructions:
 Pool name: ShopPool
 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
@@ -36,3 +36,11 @@ 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.