Uninstalling the server
The server provides an uninstall
command-line utility for quick removal of the code base.
To uninstall a server instance, run the setup
tool in interactive command-line, or non-interactive command-line mode.
- Interactive command-line mode
-
Interactive command-line mode is a text-based interface that prompts the user for input. To use this mode, run
bin/uninstall
without any options. - Non-interactive command-line mode
-
Non-interactive command-line mode suppresses progress information from being written to standard output during processing, except for fatal errors. To run this mode, use the
bin/uninstall
command with the--no-prompt
option.
For standalone installations with a single server instance, you can also manually remove the server by stopping it and recursively deleting the directory and subdirectories, as in the following example.
|