Tomcat configuration

type windows command “regedit” and find this location. and configure all tomcat configuration, and then go to the following path:

configuration: D:\tomcat-9.0.85-8090-CMIS\bin\bootstrap.jar;D:\tomcat-9.0.85-8090-CMIS\bin\tomcat-juli.jar

or, if you want to use a customconf folder: D:\tomcat-9.0.85-9000-DMV\bin\bootstrap.jar;D:\tomcat-9.0.85-9000-DMV\bin\tomcat-juli.jar;D:\tomcat-9.0.85-9000-DMV\Customconf

-Dcatalina.home=D:\tomcat-9.0.85-9000-DMV
-Dcatalina.base=D:\tomcat-9.0.85-9000-DMV
-Dignore.endorsed.dirs=D:\tomcat-9.0.85-9000-DMV\endorsed
-Djava.io.tmpdir=D:\tomcat-9.0.85-9000-DMV\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=D:\tomcat-9.0.85-9000-DMV\conf\logging.properties
-Dlog4j2.configurationFile=D:\tomcat-9.0.85-9000-DMV\bam\log4j2.properties
-Dbam.properties=D:\tomcat-9.0.85-9000-DMV\bam\bam.properties
-Djava.locale.providers=COMPAT,SPI
-XX:+UseParallelOldGC
-Xdebug
-Xnoagent
-Xrunjdwp:transport=dt_socket,server=y,suspend=n

–add-opens=java.base/java.lang=ALL-UNNAMED
–add-opens=java.base/java.io=ALL-UNNAMED
–add-opens=java.base/java.util=ALL-UNNAMED
–add-opens=java.base/java.util.concurrent=ALL-UNNAMED
–add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED

log:

start:

stop:

Leave a Reply

Your email address will not be published. Required fields are marked *