Working on my network I have no issue to log on to Servoy Server and work with the solution.
From three different locations with OS X, Win NT and Win XP the solution selection box doesn’t show automatically via the internet. After selecting the solution box manually it is empty…
I experienced this before with a demo, running Server on my OS X laptop and trying to run a client from within a Win 2000 client. This was on a network with my customer. Back than I was able to close down the client and run it again. That did the trick but didn’t do that today!
What can be wrong here?
I work with rc9, I have a firewall running but I think this is ok otherwise I would not be able to connect at all…
The only thing I can imagine is that the server is not aware of the solutions yet. (solutions are loaded in mem. cache on startup in server)
If you import a solutions on the server there should be no problem.
If you create a new solution on the server (via developer connecting on server db) you must restart the server in this case… we will fix this, currently you can flush existing solutions (but not requery the db for new ones)
Jan Blok"]The only thing I can imagine is that the server is not aware of the solutions yet. (solutions are loaded in mem. cache on startup in server)
If you import a solutions on the server there should be no problem.
I did an import, and why would I be able to work on my own network and not on the internet?
so let’s say your internal address of the server is: 192.168.100.1
ans let’s say your public address is: 217.128.345.342
Than you have to configure your Firewall, to forward port 1099 to 192.168.100.1
and forward port 8080 to 192.168.100.1
Mostly you can do this by configuring a “Virtual server”.
If you are on a other location (let’s say your customer) type in a browser: http://217.128.345.342:8080 ("http://"must be typed, or else it don’t work!) than this request is automaticly routed to your server.
Watch out! Some provider block certain ports. In my case, my provider, @HOME, blocks port 8080. So I have to run the server on an other port.
I don’t suspect the ip address is an issue since I have the server ‘hanging’ on the internet via a direct connection with a second ethernet card. And, all other services on the machine/ip do as they are expected to do…
I don’t think the port is an issue either since everybody from the outside world is able to connect via the port to Servoy, do a java check and download the client…