1 Installation instructions:
2 ==========================
4 0) Create an empty database and setup proper permissions
6 1) (Import install/install.sql into your new database) Currently DROP+CREATE
8 2) Setup a JDBC pool. I took the simple driver:
10 Pool name: AddressbookPool
11 Resource type: java.sql.Driver
13 Driver class: com.mysql.jdbc.Driver
15 URL: jdbc:mysql://localhost/your_database
17 password: your_password
19 3) Setup a JDBC resource:
21 JNDI name: jdbc/addressbook
22 Pool name: AddressbookPool
24 4) In juser-core project you will find a JAR named "commons-codec-1.10.jar" you
25 need to copy this to your $GLASSFISH_DOMAIN/lib/ path to make password
26 encryption working. Please setup sufficient access rights (CHMOD 0644 is
29 If you forgot this file to copy and you have copied it now, please restart
30 the Glassfish server so the JAR can be found and loaded.