CRYPTOCard Products affected:
CRYPTO-Server 6.x
CRYPTO-Console 6.x
CRYPTO-Web 6.x
Operating System Platform
Windows 2000/2003/XP
RedHat 3.x/4.x
SUSE 9
Mac OS X for Tiger - N/A - please ensure that Operating System and Java updates are installed.
Sun Microsystems JAVA version
JDK/JRE 1.4.x. 1.5.x
Overview
The tzupdater tool is to allow the updating of JAVA 1.4.x and 1.5.x with more recent timezone data in order to accomodate the U.S. 2007 daylight saving time changes (US2007DST). For more information on how Java is affected by the U.S. 2007 daylight saving time changes (US2007DST) please refer to http://java.sun.com/developer/technicalArticles/Intl/USDST/.
Time Zone update utility
A tool to modify the time zone data within Java 1.4.x and 1.5.x can be download from http://download.cryptocard.com/packages/java_update/CRYPTO-Server_6.x/tzupdater-1.1.0-2007c.zip
Usage
CRYPTO-Server on Windows 2000/2003/XP
All CRYPTOCard services ( CRYPTO-Server, CRYPTO-Protocol and CRYPTO-Log ) must be stopped before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. For CRYPTO-Server 6.1/6.2, copy tzupdater.jar to C:\Program Files\CRYPTOCard\CRYPTO-Server\jre\bin, for CRYPTO-Server 6.3/6.4, copy to the C:\CRYPTOCard\CRYPTO-Server\jre\bin directory. Open a DOS prompt and browse to the bin folder, issue the following command:
java -jar tzupdater.jar -f -bc
CRYPTO-Console on Windows 2000/2003/XP
The CRYPTO-Console must not be running before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the C:\Program Files\CRYPTOCard\CRYPTO-Console\jre\bin directory. Open a DOS prompt and browse to the bin folder, issue the following command:
java -jar tzupdater.jar -f -bc
CRYPTO-Web for IIS
The CRYPTO-Protocol service must be stopped before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the C:\Program Files\CRYPTOCard\CRYPTO-Protocol\jre\bin directory. Open a terminal window and browse to the bin folder, issue the following command:
java -jar tzupdater.jar -f -bc
CRYPTO-Web for Apache on Windows
The CRYPTO-Protocol service must be stopped before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the C:\Program Files\CRYPTOCard\CRYPTO-Protocol\jre\bin directory. Open a terminal window and browse to the bin folder, issue the following command:
java -jar tzupdater.jar -f -bc
CRYPTO-Server on RedHat 3.x/4.x and SUSE 9
All CRYPTOCard services ( ccjbossd, ccptcld and cclogd ) must be stopped before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the /usr/local/cryptocard/CRYPTOServer/jre/bin directory. Open a terminal window and browse to the bin folder, issue the following command:
./java -jar tzupdater.jar -f -bc
CRYPTO-Console on RedHat 3.x/4.x and SUSE 9
The CRYPTO-Console must not be running before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the /usr/local/cryptocard/CRYPTOConsole directory. Open a terminal window and browse to the bin folder, issue the following command:
./java -jar tzupdater.jar -f -bc
CRYPTO-Web for Apache on Linux.
The CRYPTO-Protocol daemon ( /etc/init.d/ccptcld ) must be stopped before applying the patch. Extract tzupdater-1_0_1.zip to a temporary directory. Copy tzupdater.jar to the /usr/local/cryptocard/CRYPTOProtocol/jre/bin directory. Open a terminal window and browse to the bin folder, issue the following command:
./java -jar tzupdater.jar -f -bc