Getting screensharing application signed

2014-03-01 Thread Rene' Rosenbaum
Dear all, we are running OM 2.0 and made some modifications to the screensharing application. May you please let me know how to sign this (Java) application? We use SSL and would like to apply our own certificate here. As shown in the attachment, currently a certificate issued to Sebastian is

Re: Getting screensharing application signed

2014-03-01 Thread Maxim Solodovnik
hello Rene, current certificate being used is generated by ant (search build.xml for genkey) 3.0/3.1 versions contains modifications for using different certificate for signing (manual steps are still required) I would recommend to check build.xml from the trunk then ask questions On Sat, Mar

Re: Getting screensharing application signed

2014-03-01 Thread Maxim Solodovnik
I would use the server one. you need to create java keystore using it and put it instead of generated one into build folder then run ant -Dskip.sign.key.generation=true signWebStartJars (should work in 3.0/3.1, never tried it since i have no real certificate) On Sun, Mar 2, 2014 at 12:29 AM,

Problems with installing the product after building the source code.

2014-03-01 Thread Maduranga Siriwardena
Hi all, I'm trying to build the source code. I checked it out from the svn and build it using the command ant -Ddb=myql and the building process well without any errors. Then I tried to run the product. First I created a user and granted the privileges to the user. Then I ran the bellow command.