Installation manual

HODDatabase_J2_xx.html file. For the first change, look for the line that begins
PARAM NAME=cache_archive. In the list of jar files which follows, add the jar
filename from the table below. For the second change, look for the line which
begins with document.writeln. This line will contain a number of instances of the
string HODVersion + , . This list indicates to the JRE 1.3 the versions of each of
the jar files. Thus, if a jar file is added to the list of cache archives, an additional
cache_version must be specified. So, for every jar file which is added to the
cache_archive, add another instance of the string HODVersion + , .Asan
example, assume that we start with the French version of Database On-Demand,
and we want to be able to also access a host with Dutch code pages.
For the Download Client running on a Java2-enabled browser, in the file
HODDatabase_fr.html, the line:
<APPLET archive="ha_fr.jar,hoddba.jar,hodsql.jar"
CODE="com.ibm.eNetwork.dba.dba.class" WIDTH=584 HEIGHT=450>
becomes:
<APPLET archive="hacp1b.jar,ha_fr.jar,hoddba.jar,hodsql.jar"
CODE="com.ibm.eNetwork.dba.dba.class" WIDTH=584 HEIGHT=450>
For the Cached Client on a non-Java 2 enabled browser, in the file
HODDatabaseCached_fr.html, the line:
<param name=PreloadComponentList value=HABASE;HODBASE;HODDBAS;HODSQL;HATRACE;HODCFG>
becomes:
<param name=PreloadComponentList value=HACP1B;HABASE;HODBASE;HODDBAS;HODSQL;HATRACE;HODCFG>
For the Cached Client on a Java2-enabled browser, we will change the file
HODDatabase_J2_fr.html, the two lines:
<PARAM NAME="cache_archive" VALUE="ha_fr.jar,hoddba.jar,hodsql.jar,hodimg.jar">
document.writeln('<PARAM NAME="cache_version" VALUE="' +
HODVersion + ',' + HODVersion',' + HODVersion + ',' +
HODVersion + ',' + HODVersion + '">');
become:
<PARAM NAME="cache_archive" VALUE="ha_fr.jar,hoddba.jar,hacp1b.jar">
document.writeln('<ARAM NAME="cache_version" VALUE="' +
HODVersion + ',' + HODVersion',' + HODVersion + ',' +
HODVersion + ',' + HODVersion + '">');
Note: The total number of occurrences of the HODVersion string must be the same
as the number of .jar files specified in the cache_archive parameter.
The following table lists the supported code-page languages, the corresponding .jar
file names, and the cached component names:
Code-page language .JAR file name Cached component
Arabic hacpar.jar HACPAR
Czech, Hungarian, Polish,
Slovenian
hacpce.jar HACPCE
Danish, Finnish, Dutch,
Norwegian, Swedish
hacp1b.jar HACP1B
58 Getting Started: Host On-Demand Version 6.0: Getting Started