X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL.txt;h=39454163c5d30abe57e55ac46dcdcfdb15e3d800;hb=11fd3600ed1e0c7577f511c1a40c60c48be10d60;hp=1348997b1f5580c3530dac8aa83825822bbe3a71;hpb=2c6a4b8de236be1ff7148e7e413fa08978b2dd66;p=pizzaservice-ejb.git diff --git a/INSTALL.txt b/INSTALL.txt index 1348997..3945416 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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,7 @@ 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. ;-)