Child pages
  • Running a Solution in the Client

Versions Compared

Key

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

Content Here

Overview

In order to run a solution in a true client, you must have the solution in a running Application Server that contains your solution.  

To start an Application Server, see Installing and Running the Servoy Application Server.

To get your solution loaded into the Application Server, see Exporting a Solution From Servoy Developer and Importing a Solution into the Application Server.

Accessing the Application Server

The Application Server is accessed through a web browser.  The URL for the application server should be as follows

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.

Running your Solution

A solution can be ran from the Application Server in either Smart Client or Web Client.

...

Running a Smart Client

...

Running a Web Client