[Catgen-developer] new catgen-server instructions
Status: Beta
Brought to you by:
mbeneteau
|
From: Marc B. <mbe...@ho...> - 2000-09-07 07:59:39
|
Following recent message in which I explain the sharing of catgen source = tree for both catgen and catgen-server development, I have updated = developer instructions = http://catgen.com/developer/manual/developer-instructions.html. I have = also tested this setup with Tomcat and mysql and it works, except that = there is currently a problem with mysql: select * from tradingpartners where isDeleted <> 1=20 gives no records because isDeleted is null. We will be changing our = code to always create isDeleted=3D0 and isSynchronized=3D0 in new code. If you follow instructions you will still need to copy mysql jdbc driver = into catgen/catgenapp/WEB-INF/lib. (future catgen releases will have = the file there). Marc. |