Setting up Hibernate 2.x with McKoi
Tuesday, June 29th, 2004Set up and verify McKoi
unzip mckoi install zip to ${mckoi}
cd ${mckoi}
java -jar mckoidb.jar -create “admin_user” “aupass00″ to create a DB
java -jar mckoidb.jar to start the DB
test that it’s up using SQL squirrel or similar
Set up Hibernate to talk to McKoi
unzip hibernate to ${hibernate}
copy ${mckoi}/db.conf to ${hibernate}
copy […]