CIMDE Configuration Notes



CimdeConfig.java

Configuring CIMDE to work with your servlet engine and database server requires changing some symbolic constant values in CimdeConfig.java file.

Files from the Provided Folders

cimdeAppletFiles

cimdeServletFiles

Other Required Files

Files required in the <tomcat_path>/lib directory:

Object Serialization

The Data59.class file must be the same for the applet and servlet. This class defines the data-containing object that is serialized and passed back and forth between the applet and servlet. The Data59.java file should be compiled in one place (e.g. with the applet classes). The resulting Data59.class file should then be copied to the other place (e.g. the directory with the servlet classes) to insure that the same class file exists in both places. If this is not done, java will complain about the incompatible object and not allow deserialization of the object.