|
|||
|
5.3 Application Server CommandsJanuary 24th, 2026 5.3.1 reload_appserverGracefully reloads the shared memory realm without bringing down the application server or causing a service interruption. This is primary used when making emergency live changes via the shell and provides a way to reload the shared memory in the same operation or when problems with the shared memory prevent access to the web UI. Usagereload_appserver 5.3.2 reset_https_ciphersThis resets not just the TLS ciphers but reverts the TLS configuration of the entire application server to the default settings (although user provided certificates remain in place). This impacts the following:
However, this does not impact the following:
Usagereset_https_ciphers 5.3.3 restart_appserverHandles non graceful restart of the application server via the following steps:
Usagerestart_appserver 5.3.4 start_appserverMakes the BEAR application server persistently active by performing three steps in order:
If the BEAR database is installed on the same host, it will assume that is required and wait indefinitely until the database is detected as up and running and provide output to the terminal indicating that it is "Waiting for BEAR database to start". It is important to note that this is not a normal startup command but a persistent state command. If called, then the BEAR application server will remain as an auto start service (starts after reboot) until stopped with stop_appserver. Usagestart_appserver 5.3.5 stop_appserverStops and persistently disables the application server by performing the following steps:
Once stopped using this command, the BEAR application server will be completely disabled and will not restart following a reboot. Usagestop_appserver
|
||