Page 1 of 1

How do I update my application server?

PostPosted: Tue Oct 07, 2008 9:42 pm
by sbutler
You should update the application server directly, and never attempt to just overwrite files from other installs, as it may cause inconsistencies or problems.

Steps to update to the latest public release:
1. Open a terminal/shell or command prompt and navigate your root Servoy install directory
Windows:
Choose Start -> Run, and type 'cmd' to launch your command prompt. Then navigate to the Servoy install directory. Ex:
cd "C:\Program Files\Servoy"
Mac
Open Terminal application at /Applications/Utilities . Then navigate to the Servoy install directory. Ex:
cd /Applications/Servoy

2. Run this command
java -jar servoy_updater.jar

Note: If you want to upgrade to the latest beta, use: java -jar servoy_updater.jar -beta