Child pages
  • Running a Solution in the Client

Versions Compared

Key

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

...

In order to run a solution in a true client, you must have the solution must be deployed 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 the 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 Assuming the Application Server is already running, it can accessed through a web browser .  The URL for the application server should be as follows

...

via the default URL: http://

...

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 serverlocalhost:8080.

Note
titleAccessing the Server through a Firewall

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

Running

...

a Solution

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

...

  1. Open a web browser and enter the server URL, including port number.  A client launch page will appear.
  2. Click on the icon. The client launch process will begin.

    Note
    titleNOTE

    If Java Runtime Environment is not installed on the computer, you it can install be installed by clicking on the link at the bottom of the client launch screen.  This This link will also verify that JRE is installed as well.

  3. When prompted, select the desired solution you want to openbe opened.
  4. The desired solution will open in the Smart Client. 

...

  1. Open a web browser and enter the following URL:

    Code Block
    http://<your_application_server>:8080{serverURL}/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 openbe opened.
  4. The solution will open in the browser window.

...