Configure proxy server settings

Hi All,

The problem is one of our client using a firewall & proxy server in their end. So they cannot access the solution via smart client.
It appears to be a proxy server issue, that is the smart client traffic need to be tunneled through a proxy server.

According to the Servoy Administrator Guide, we have enabled the two-way socket option (SocketFactory.useTwoWaySocket) in our server. But still we having the problem.

Please advise how to configure proxy server settings for this scenario.

java.rmi.server.hostname should contain the public adres, its the host where smartclients will attempt to connect to, in case there is a NAT router, firewall or proxy infront of the servoy server

Jan Blok:
java.rmi.server.hostname should contain the public adres, its the host where smartclients will attempt to connect to, in case there is a NAT router, firewall or proxy infront of the servoy server

We have changed the java.rmi.server.hostname to contain our public address as you mentioned.

But still there is an error as follows (See the attachment - Smart Client Error).

[attachment=0]Smart Client Error.jpg[/attachment]

It seems your firewall does not allow client to connect to port 1099, this port should be accessible unless the http tunnel is used