Hi to All,
could Someone write the steps needed in order to start a SERVOY SITE from the following circustances:
1- Servoy 3.1.12 on server linux centos
2- first web page on first form of the solution: OurSolution
3- Ipstatic 79.5.123.154, router.
4- Access to servoy VPN 192.168.1.11
5- Name of the site cuoredisardegna.eu.
MY INSUCESS
In order to approciate to the above problem it was made a file named cuoredisardegna.eu.html and it was placed in the folder …servoy/server/webpps/ROOT
<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT="0; URL=/servoy-webclient/ss/s/OurSolution">
</head>
<body>
<span style="display:none">servoy-webclient</span>
</body>
</html>
But it was experienced different effects typing address from VPN and NOT VPN:
---- from VPN if it is typed : 192.168.1.11:8080/cuoredisardegna.eu.html the result was the appearing of th first page of OurSolution
---- from NOT VPN if it is typed 79.5.123.154:8080/cuoredisardegna.eu.html the result was: no connession. Also if in the router NAT->PORTREDIRECTION-TABLE it was made the redirection of the ipstatic 79.5.123.154 to 192.168.1.11 port 80.
Tanks in advance.
Gianni Pinna.