2002/11/25 ****************************** haven't kept up with comments :-( Installation has been changed - now uses a script to carry out the stuff that was previously done by hand. 2002/08/23 ****************************** added phind to gsdl3. src in src/java/org/greenstone/applet/phind not quite working properly yet, but basic functionality is there. added phind data to the mgpp collection 2002/08/21 ******************************** have made a new mgpp repository. the java mgpp wrapper stuff is now included in there, rather than in the gsdl3 checkout. 2002/07/30 ********************************* think we will use java servlets rather than cgi. can use tomcat to serve our servlets as well as for the soap stuff (in fact, rpcrouter is a servlet that does soap stuff) I have added a test html page, and a test servlet. Note: also changed setup.bash to only have CLASSPATH, not CP - need to change the CP entry in catalina.sh to use CLASSPATH instead - see below in Tomcat installation 2002/07/16 ********************************* MGPP java wrapper a java interface has been added for mgpp. the java code is in src/java/org/greenstone/mgpp the cpp code in src/cpp/jni/mgpp you need to run make in the java part before the cpp part, as the java stuff creates the jni header file for the cpp side