Hi,
I'm hoping someone have gone through this in the past. I'm following the Confluence upgrade guide and saw this particular step:
If you run Confluence as a service on Windows you should delete the existing service then re-install the service by running <install-directory>/bin/service.bat
.
This makes sure the service gets the most recent JVM options.
Does the .bat perform the delete and reinstallation of the service? How does one get the most recent JVM options?
Thanks,
Kevin
Here is a screenshot of the command prompt being executed. Notice that my installation path my be different than yours, adjust your entries accordingly
Hyme
You will use a Command Prompt to execute the service.bat script, passing it the appropriate parameters for removing and installing the service. The documentation states the following:
Usage:
service.bat install/remove [service_name [--rename]] [--user username]
Options
Install the service using default settings.
install
Remove the service from the system.
remove
(optional) The name to use for the service. If not specified,
Tomcat9 is used as the service name.
service_name
(optional) Rename tomcat9.exe and tomcat9w.exe to match
the non-default service name.
--rename
(optional) The name of the OS user to use to install/remove
the service (not the name of the OS user the
service will run as). If not specified, the current
user is used.
username
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.