I just tried to demonstrate a servoy application for a
client, and was disappointed that it would not run.
using internet exploerer (under windows), she was able to connect to
my server, download the needed java runtime components,
and finally the servoy files.
after much downloading, she received an error stating
that the repository could not be found (or something
similar to that) and that the repository may not be running
on the server.
on my end, I tried all of this under softwindows (under
mac os 9) and it worked perfectly.
I’d really like to show this to my client, as soon as possible.
Hi Robert,
Glad you found the issue wich caused the ‘problem’.
Some time ago I found some beans (freeware ) at this site.
One of them is called HttpTunnel and you might want to use it.
HttpTunnel was developed in order to give the Java client applications the possibility to communicate with a server on a specific port even if the firewall forbids this. This is done by tunneling TCP request trough the HttpTunnel product. The product consists of a server side, a servlet that will forward all the input to a specific URL and port (specified in the configuration files)and a client side that will direct all the TCP communication that is written to a specific port to this tunnel servlet.
If it works you might share with us the results.
And as you can see there are more beans to download