We are upgrading our system to java 17. However, we need to set some parameters after the transition. It is very difficult to add new parameters one by one to 200+ Tomcat jvms running on 10+ servers.
Also these tomcats run on vmware tcServer5. Any solution on Tcserver is suitable for us.
How can we do this in a short way?
We tried to add these two params but we couldn't come to a conclusion:
--add-opens=java.sql/java.sql=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal=ALL-UNNAMED
We will probably add new ones in the future.