can't connect to servoy admin console from internet

Help. I cannot connect to the servoy server admin console in a web browser unless the servoy developer app on the same server is also running. I have tested this locally 10.0.0 x address , and via the public IP address. If I close the developer app, and then attempt to access I get a “page cannot be displayed error”.

I have confirmed that the servoy server service is running, … I have the rmi port open and forwarded, …

I should add that we have not installed the license file (as we are about to re-install the app on it’s intended server…) could this be the reason? and if so… is the license file transferrable?

Thanks

I should add that we have not installed the license file (as we are about to re-install the app on it’s intended server…) could this be the reason? and if so… is the license file transferrable?

Please test WITH the license because I can image that this is the reason. It should always work when either the server or developer is running.

Your license transferrable? You mean from one computer to the other or are you talking about the properties file? The latter is. The first is applicable per licensee/client/installation…

Did you have the application server and developer running at the same time on the same machine?

When you start developer first it will use port 8080 for the http service.
If you start the application server also it will not be able to use port 8080 because it is already taken by developer.
Your browser requests are served by developer and not by application server.

Rob