Starting and stopping the Verj.io Server

Documentation home

 

See also: Introduction to the Server, Server File System, Server Configuration

 

Windows Service. 1

Windows Command. 1

Linux and Mac. 2

Embedded Test Server 2

 

Windows Service

 

Start

Start the Windows service

 

or..

 

Run the Windows command prompt as administrator

 

cd <installation>\VerjioServer\Server\winservice

start_verjio_service

 

Stop

Stop the Windows service

 

or..

 

Run the Windows command prompt as administrator

 

cd <installation>\VerjioServer\Server\winservice

stop_verjio_service

 

 

See Verj.io Server Configuration for information on configuring Windows services.

 

Windows Command

 

Start

cd <installation>\VerjioServer\Server

start_verjio_server.bat

Stop

Either close the command prompt window created by the start command

 

or..

 

cd <installation>\VerjioServer\Server

stop_verjio_server.bat

 

 

Linux and Mac

 

Start

cd to <installation>\VerjioServer\Server

Run the following command:

 

verjio_server.sh start

 

Stop

cd to <installation>\VerjioServer\Server

Run the following command:

 

verjio_server.sh stop

 

Restart

cd to <installation>\VerjioServer\Server

Run the following command:

 

verjio_server.sh restart

 

 

Hint: enter “verjio_server.sh help” for full syntax of this command

 

Embedded Test Server

Mostly this server looks after itself and does not need to be manually started or stopped. It can be started, stopped and restarted using the Manage Server icon in the top right hand corner of the studio window.