Hi

I am about to upgrade a lot of Tomcat 8.0 instances to 9.0 on Windows.
The way I am doing it is by:
  SET JAVA_HOME=C:\Java\ jdk-11
  SET CATALINA_BASE=C:\inst\example
  SET CATALINA_HOME=C:\tomcat-8.0
  C:\tomcat-8.0\bin\service remove example
  SET CATALINA_HOME=C:\tomcat-9.0
  C:\tomcat-9.0\bin\service install example

But in this process I loose some parameters like "Log on", "Initial memory 
pool" and "Java options" which has been set with
  tomcat8w.exe //ES//example
or
 tomcat8w.exe //US//example

Is there a way where I can get the say "Java options" parameters with a command 
line tool so I don't have to start the GUI for every instans?

Or is there a better way to upgrade from 8.0 to 9.0?

Any hint much appreciated.

Best regards
Hans Schou


Reply via email to