Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The Servoy Application Server can be started manually or can be run as a service.

For running the Servoy Application server as a service, see Running the server as a service

The Servoy application Server can only be started when it has a connection to a valid Servoy Repository:

  • A named server connection with the name 'repository_server' has to exist
  • The 'repository_server' server connection needs to point to a database that is up and running
  • The 'repository_server' server connection needs to have the correct version of the Servoy Repository

If one of the aforementioned conditions is not met, the launch of the Servoy Application Server is aborted. For more information on creating and/or upgrading a Servoy Repository see Servoy Repository upgrade.

To start the Servoy Application Server manually, double click the servoy_server.sh/servoy_server.bat file in the /application_server/ directory, or open a command line or Terminal window to the directory and execute the following command:

Code Block
titleMacintosh/Linux/Unix
./servoy_server.sh
Code Block
titleWindows
servoy_server.bat
Note
titleWindows Start menu

Depending on the followed installation procedure, the Servoy Application Server might also be started through the Start menu.

Note
titleStarting the database

The Servoy Application Server does NOT automatically start the required databases. See Starting the database for more information.