Author: mes Date: 2011-09-27 14:25:17 -0700 (Tue, 27 Sep 2011) New Revision: 26993
Modified: cytoscape/trunk/webstart/README.txt Log: added information on generating a keystore Modified: cytoscape/trunk/webstart/README.txt =================================================================== --- cytoscape/trunk/webstart/README.txt 2011-09-27 21:17:39 UTC (rev 26992) +++ cytoscape/trunk/webstart/README.txt 2011-09-27 21:25:17 UTC (rev 26993) @@ -6,3 +6,12 @@ Note that the "-Dwebstart.url=http://example.com" argument is manadatory to provide the jnlp file with a codebase. + + +If this is your first time using Webstart you must create a keystore: + + keytool -genkey -alias cytoscape -keypass secret + enter "secret" for the password. + +The actual keystore file created is assumed to be in: ${user.home}/.keystore + -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
