Child pages
  • Running a Solution in the Client
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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.

Accessing the Server through a Firewall

If you want to allow access through a firewall, you must allow TCP traffic on ports 8080 and 1099 in order for the Application Server to connect properly.

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
  • No labels