Hi everybody.
I am an old visual foxpro programmer, but now i am studying servoy and i understend very well the developer part. My question is wich is the best way to execute my solution on an online environment? I mean through the internet. May i get a cloud service? Connect through ssh, vpn, a web server? currently i have a linux server with servor server and postgresql. But i have no idea how to get it work through internet.
I apreciate your advice.
Best regards
Jose Hernandez
You can access the admin page of the server using the following link: http://www.yourserver.com:8080/servoy-admin.
To run the solution you can use one of the following links:
Smart client: http://www.yourserver.com:8080/servoy-c … ution.jnlp
Web client: http://www.yourserver.com:8080/servoy-w … urSolution or http://www.yourserver.com:8080/servoy-w … urSolution.
Where www.yourserver.com is the external name for your server. Servoy default installs using port 8080, so you might have to open that port in you firewall or change it to port 80.
jdbruijn:
Where www.yourserver.com is the external name for your server. Servoy default installs using port 8080, so you might have to open that port in you firewall or change it to port 80.
In case of using smart-client don’t forget to open up the RMI port.
By default this is port 1099.
For web-client use this isn’t necessary and you can stick to port 8080 (or to whatever you decided to change it)