Child pages
  • Installing and Running the Servoy Application Server

Versions Compared

Key

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

...

Note
titleNOTE

These instructions assume the database server is running.

For Windows:

  • Stop Developer

  • Choose either of these two options:
    (a) Go to Start > {servoyMenuShortcut} menu (if one was created), and select Servoy Server - this option applies to Windows XP/Vista/7
    (b) Open a command window, navigate to the application_server folder in the Servoy installation folder, and run the following command:

    Code Block
    servoy_server.bat

For MacOS or Linux:

  • Stop Developer
  • Open a terminal, navigate to the application_server folder in the Servoy installation folder, and run the following command:

    Code Block
    ./servoy_server.sh

...