Page 1 of 1

plugin working in developer, but not in server

PostPosted: Sat Feb 25, 2012 5:40 pm
by Hans Nieuwenhuis
Hi,

I already created a ticket at It2Be, but maybe the problem is more a "server setup" issue, I don't know ( I am not an application server specialist....)

I use the exchange plugin from It2Be for exchange2010, works excellent in servoy developer (5.2.11).
But when I run the same solution from servoy server ( same installation, so same database servers, properties file, database date, same verything...)
then I can not connect to the exchange server.
The connection between the plugin and the exchange server is ssl ( webservice ).

Should I configure something extra in servoy server ??

Regards,

Re: plugin working in developer, but not in server

PostPosted: Fri Mar 02, 2012 9:45 am
by Hans Nieuwenhuis
Found the cause of this problem.

The server could not write back to the keystore.
The path for the keystore defined in the solutuion seems to work only in developer.

solution is to add
Code: Select all
-Djavax.net.ssl.trustStore=C:\keys\keystore2.jks
to the servoy_server.bat file

Regards,