| From | Michael Dewsnip |
| Date | Thu, 11 Nov 2004 16:42:05 +1300 |
| Subject | Re: [greenstone-devel] how run Greenstone Library Interface as anapplet ? |
| In-Reply-To | (20041106172751-77610-qmail-web25710-mail-ukl-yahoo-com) |
|
Hi,
Here is what you need to do to get the GLI applet running: - Install Greenstone and the GLI on your server computer. Currently,
this must be a GNU/Linux or Unix machine.
keytool -genkey -alias privateKey -keystore appletstore -storepass greenstone Enter the appropriate details for your organization. When it asks to enter the key password for <privateKey>, choose your own password or hit Enter to use "greenstone". - Run makejar.sh.
jarsigner -keystore appletstore -signedjar SignedGatherer.jar GLI.jar privateKey When it prompts, enter the password you used above. - Move the SignedGatherer.jar file created into the gsdl/bin/java directory.
Note that the applet transfers a lot of data between the machine it is running on and the server. This makes using the GLI applet impractical if you don't have a high speed connection between your machine and the server. Regards, Michael
GASSIMBE Hamidou wrote: Please help me I want to run Greenstone Library Interface as an applet but I don't know how to do it.I have greenstone v 2.52. Can you explain me exactely how to run Greenstone Library Interface as applet on windows and on Linux. BYE | |