Web Client using SSL

Is possible to use Web Client with SSL in order to encrypt all communications with Servoy Server?
Using the standard java client is possible to have an encryption key, what about Web Client?

Should be possible to go SSL via tomcat configuration. I have not done it yet but a good starting point could be :

http://tomcat.apache.org/tomcat-4.0-doc/ssl-howto.html

Let us know how you did it!!!

ciao

If I remember correctly Servoy 3.0 makes use of Tomcat 5.5. so the correct documentation link would be :

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html

Hope this helps.