]> git.mxchange.org Git - pizzaservice-core.git/commitdiff
added note about copying "commons-codec.jar"
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 17:30:53 +0000 (18:30 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 17:30:53 +0000 (18:30 +0100)
INSTALL.txt

index 39454163c5d30abe57e55ac46dcdcfdb15e3d800..5dce97bb9f8ea3ee6ebd2a22988b9b7c60cf1919 100644 (file)
@@ -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.