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. In a default installation, if Servoy Developer was started, the database is running.

For Windows:

  • Stop Developer
  • Click Start. Go the Servoy (or whatever the menu shortcut was named at installation) menu and select Servoy Server OR
  • 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

...

In a default installation of Servoy, the repository_server connection is already provided to the PostgreSQL database provided with Servoy.  When Servoy Developer is started, this database is also started automatically.

For versions of Servoy that use PostGreSQL, the database is stopped when Developer closes.  To start the database via command line, navigate to the application_server directory and run the following command

Code Block
postgres_db\bin\pg_ctl start-D database \-l postgres_db\postgres_log.txt

C:\Program Files\Servoy5_2_beta\application_server>postgres_db\bin\pg_ctl start
-D database -l postgres_db\postgres_log.txt