Child pages
  • Uninstalling Servoy

Versions Compared

Key

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

A Servoy Application Server can be installed using the uninstaller.

The uninstaller is located in <servoy>/Uninstaller directory.

To run the uninstaller, double click the uninstaller.jar in the <servoy>/Uninstaller directory, or open a command line or terminal window in the <servoy>/Uninstaller directory and execute the following command:

Code Block
java -jar uninstaller.jar
Note

On the Windows platform, the Uninstall option might also be available through the Start menu, depending on if the "create shortcuts in the Start menu" option was checked during installation of the Servoy Application Server.

The uninstaller has an option to force the deletion of the <servoy> installation directory.

The uninstaller will delete all files that were created by the Servoy All-In-One installer. This includes all stored settings in the <servoy>/application_server/servoy.properties file, as well as the sample databases (if installed).

To run the uninstaller unattended, the following options are available:

Code Block
titleConsole mode
java -jar uninstaller.jar -c
Code Block
titleConsole mode, force directory deletion
java -jar uninstaller.jar -c -f