Child pages
  • Running a Solution in the Client

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
http://<application_server_address>:8080

where <application_server_address> is the actual address of the server.  If you are trying to access an Application Server running locally, just use localhost for the address of the server.

...

  1. Open a web browser and enter the following URL:
    Code Block
    http://<your_application_server>:8080/servoy-webclient
    where <your_application_server> is the address of the Application Server.
  2. A menu will appear with all the solutions available.
  3. Select the solution you want to open.
  4. The solution will open in the browser window.

...