Kbase 19084: OPEN CLIENT: How to Deploy as a Java Applet
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/09/1999 |
|
OPEN CLIENT: How to Deploy as a Java Applet
Title: OPEN CLIENT: How to Deploy as a Java Applet
KnowledgeBase Number: 19084
Creation Date: 01-SEP-99
Modified Date:
This document applies to: Progress 9.0A and higher
Version and Release Number: 9.0B
Summary:
The following steps lay out (generically) what you need to do to
deploy an Open Client Java Applet.
1) Insure that the runtime library is being correctly installed (i.e.
make sure that you are pointing to o4glrt.cab on your web server).
2) After you confirm that your HTML is correct, look in your TrustLib
directory to verify that o4glrt.zip is installed there. You may
want to delete it to force another download in case it is
corrupted.
3) Confirm that your applet is properly signed and trusted.
Please note that you can configure the client to point to progress.zip
by adding a registry setting. If you do this there is no need to
download the runtime zip file.
Access the registry key HKEY_LOCAL_MACHINE\Software\Microsoft\Java VM.
There you will see an entry called TrustedLibsDirectory. In that
value append ";[Path]\progress.zip" where [Path] points to the
directory that contains progress.zip.
As is any case involving editing the registry make sure that you
backup the registry before modifying it.