C:\Users\u1143347\i\deploy\tomcat\bin>rem Licensed to the Apache Software Foundation (ASF) under one or more C:\Users\u1143347\i\deploy\tomcat\bin>rem contributor license agreements. See the NOTICE file distributed with C:\Users\u1143347\i\deploy\tomcat\bin>rem this work for additional information regarding copyright ownership. C:\Users\u1143347\i\deploy\tomcat\bin>rem The ASF licenses this file to You under the Apache License, Version 2.0 C:\Users\u1143347\i\deploy\tomcat\bin>rem (the "License"); you may not use this file except in compliance with C:\Users\u1143347\i\deploy\tomcat\bin>rem the License. You may obtain a copy of the License at C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem http://www.apache.org/licenses/LICENSE-2.0 C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem Unless required by applicable law or agreed to in writing, software C:\Users\u1143347\i\deploy\tomcat\bin>rem distributed under the License is distributed on an "AS IS" BASIS, C:\Users\u1143347\i\deploy\tomcat\bin>rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. C:\Users\u1143347\i\deploy\tomcat\bin>rem See the License for the specific language governing permissions and C:\Users\u1143347\i\deploy\tomcat\bin>rem limitations under the License. C:\Users\u1143347\i\deploy\tomcat\bin>rem --------------------------------------------------------------------------- C:\Users\u1143347\i\deploy\tomcat\bin>rem Start/Stop Script for the CATALINA Server C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem Environment Variable Prerequisites C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem Do not set the variables in this script. Instead put them into a script C:\Users\u1143347\i\deploy\tomcat\bin>rem setenv.bat in CATALINA_BASE/bin to keep your customizations separate. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem WHEN RUNNING TOMCAT AS A WINDOWS SERVICE: C:\Users\u1143347\i\deploy\tomcat\bin>rem Note that the environment variables that affect the behavior of this C:\Users\u1143347\i\deploy\tomcat\bin>rem script will have no effect at all on Windows Services. As such, any C:\Users\u1143347\i\deploy\tomcat\bin>rem local customizations made in a CATALINA_BASE/bin/setenv.bat script C:\Users\u1143347\i\deploy\tomcat\bin>rem will also have no effect on Tomcat when launched as a Windows Service. C:\Users\u1143347\i\deploy\tomcat\bin>rem The configuration that controls Windows Services is stored in the Windows C:\Users\u1143347\i\deploy\tomcat\bin>rem Registry, and is most conveniently maintained using the "tomcatXw.exe" C:\Users\u1143347\i\deploy\tomcat\bin>rem maintenance utility, where "X" is the major version of Tomcat you are C:\Users\u1143347\i\deploy\tomcat\bin>rem running. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem CATALINA_HOME May point at your Catalina "build" directory. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem CATALINA_BASE (Optional) Base directory for resolving dynamic portions C:\Users\u1143347\i\deploy\tomcat\bin>rem of a Catalina installation. If not present, resolves to C:\Users\u1143347\i\deploy\tomcat\bin>rem the same directory that CATALINA_HOME points to. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem CATALINA_OPTS (Optional) Java runtime options used when the "start", C:\Users\u1143347\i\deploy\tomcat\bin>rem "run" or "debug" command is executed. C:\Users\u1143347\i\deploy\tomcat\bin>rem Include here and not in JAVA_OPTS all options, that should C:\Users\u1143347\i\deploy\tomcat\bin>rem only be used by Tomcat itself, not by the stop process, C:\Users\u1143347\i\deploy\tomcat\bin>rem the version command etc. C:\Users\u1143347\i\deploy\tomcat\bin>rem Examples are heap size, GC logging, JMX ports etc. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem CATALINA_TMPDIR (Optional) Directory path location of temporary directory C:\Users\u1143347\i\deploy\tomcat\bin>rem the JVM should use (java.io.tmpdir). Defaults to C:\Users\u1143347\i\deploy\tomcat\bin>rem \temp. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JAVA_HOME Must point at your Java Development Kit installation. C:\Users\u1143347\i\deploy\tomcat\bin>rem Required to run the with the "debug" argument. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JRE_HOME Must point at your Java Runtime installation. C:\Users\u1143347\i\deploy\tomcat\bin>rem Defaults to JAVA_HOME if empty. If JRE_HOME and JAVA_HOME C:\Users\u1143347\i\deploy\tomcat\bin>rem are both set, JRE_HOME is used. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JAVA_OPTS (Optional) Java runtime options used when any command C:\Users\u1143347\i\deploy\tomcat\bin>rem is executed. C:\Users\u1143347\i\deploy\tomcat\bin>rem Include here and not in CATALINA_OPTS all options, that C:\Users\u1143347\i\deploy\tomcat\bin>rem should be used by Tomcat and also by the stop process, C:\Users\u1143347\i\deploy\tomcat\bin>rem the version command etc. C:\Users\u1143347\i\deploy\tomcat\bin>rem Most options should go into CATALINA_OPTS. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JPDA_TRANSPORT (Optional) JPDA transport used when the "jpda start" C:\Users\u1143347\i\deploy\tomcat\bin>rem command is executed. The default is "dt_socket". C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JPDA_ADDRESS (Optional) Java runtime options used when the "jpda start" C:\Users\u1143347\i\deploy\tomcat\bin>rem command is executed. The default is localhost:8000. C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JPDA_SUSPEND (Optional) Java runtime options used when the "jpda start" C:\Users\u1143347\i\deploy\tomcat\bin>rem command is executed. Specifies whether JVM should suspend C:\Users\u1143347\i\deploy\tomcat\bin>rem execution immediately after startup. Default is "n". C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JPDA_OPTS (Optional) Java runtime options used when the "jpda start" C:\Users\u1143347\i\deploy\tomcat\bin>rem command is executed. If used, JPDA_TRANSPORT, JPDA_ADDRESS, C:\Users\u1143347\i\deploy\tomcat\bin>rem and JPDA_SUSPEND are ignored. Thus, all required jpda C:\Users\u1143347\i\deploy\tomcat\bin>rem options MUST be specified. The default is: C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem -agentlib:jdwp=transport=, C:\Users\u1143347\i\deploy\tomcat\bin>rem address=,server=y,suspend= C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem JSSE_OPTS (Optional) Java runtime options used to control the TLS C:\Users\u1143347\i\deploy\tomcat\bin>rem implementation when JSSE is used. Default is: C:\Users\u1143347\i\deploy\tomcat\bin>rem "-Djdk.tls.ephemeralDHKeySize=2048" C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem LOGGING_CONFIG (Optional) Override Tomcat's logging config file C:\Users\u1143347\i\deploy\tomcat\bin>rem Example (all one line) C:\Users\u1143347\i\deploy\tomcat\bin>rem set LOGGING_CONFIG="-Djava.util.logging.config.file=\conf\logging.properties" C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem LOGGING_MANAGER (Optional) Override Tomcat's logging manager C:\Users\u1143347\i\deploy\tomcat\bin>rem Example (all one line) C:\Users\u1143347\i\deploy\tomcat\bin>rem set LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" C:\Users\u1143347\i\deploy\tomcat\bin>rem C:\Users\u1143347\i\deploy\tomcat\bin>rem TITLE (Optional) Specify the title of Tomcat window. The default C:\Users\u1143347\i\deploy\tomcat\bin>rem TITLE is Tomcat if it's not specified. C:\Users\u1143347\i\deploy\tomcat\bin>rem Example (all one line) C:\Users\u1143347\i\deploy\tomcat\bin>rem set TITLE=Tomcat.Cluster#1.Server#1 [Fri 02/03/2023 13:59:48.21] C:\Users\u1143347\i\deploy\tomcat\bin>rem --------------------------------------------------------------------------- C:\Users\u1143347\i\deploy\tomcat\bin>setlocal C:\Users\u1143347\i\deploy\tomcat\bin>rem CUBA C:\Users\u1143347\i\deploy\tomcat\bin>set CATALINA_HOME= C:\Users\u1143347\i\deploy\tomcat\bin>set CATALINA_BASE= C:\Users\u1143347\i\deploy\tomcat\bin>rem Suppress Terminate batch job on CTRL+C C:\Users\u1143347\i\deploy\tomcat\bin>if not ""jpda"" == ""run"" goto mainEntry C:\Users\u1143347\i\deploy\tomcat\bin>del /Q "C:\Users\u1143347\AppData\Local\Temp\catalina.bat.run" 1>NUL 2>&1 C:\Users\u1143347\i\deploy\tomcat\bin>rem Guess CATALINA_HOME if not defined C:\Users\u1143347\i\deploy\tomcat\bin>set "CURRENT_DIR=C:\Users\u1143347\i\deploy\tomcat\bin" C:\Users\u1143347\i\deploy\tomcat\bin>if not "" == "" goto gotHome C:\Users\u1143347\i\deploy\tomcat\bin>set "CATALINA_HOME=C:\Users\u1143347\i\deploy\tomcat\bin" C:\Users\u1143347\i\deploy\tomcat\bin>if exist "C:\Users\u1143347\i\deploy\tomcat\bin\bin\catalina.bat" goto okHome C:\Users\u1143347\i\deploy\tomcat\bin>cd .. C:\Users\u1143347\i\deploy\tomcat>set "CATALINA_HOME=C:\Users\u1143347\i\deploy\tomcat" C:\Users\u1143347\i\deploy\tomcat>cd "C:\Users\u1143347\i\deploy\tomcat\bin" C:\Users\u1143347\i\deploy\tomcat\bin>if exist "C:\Users\u1143347\i\deploy\tomcat\bin\catalina.bat" goto okHome C:\Users\u1143347\i\deploy\tomcat\bin>rem Copy CATALINA_BASE from CATALINA_HOME if not defined C:\Users\u1143347\i\deploy\tomcat\bin>if not "" == "" goto gotBase C:\Users\u1143347\i\deploy\tomcat\bin>set "CATALINA_BASE=C:\Users\u1143347\i\deploy\tomcat" C:\Users\u1143347\i\deploy\tomcat\bin>rem Ensure that neither CATALINA_HOME nor CATALINA_BASE contains a semi-colon C:\Users\u1143347\i\deploy\tomcat\bin>rem as this is used as the separator in the classpath and Java provides no C:\Users\u1143347\i\deploy\tomcat\bin>rem mechanism for escaping if the same character appears in the path. Check this C:\Users\u1143347\i\deploy\tomcat\bin>rem by replacing all occurrences of ';' with '' and checking that neither C:\Users\u1143347\i\deploy\tomcat\bin>rem CATALINA_HOME nor CATALINA_BASE have changed C:\Users\u1143347\i\deploy\tomcat\bin>if "C:\Users\u1143347\i\deploy\tomcat" == "C:\Users\u1143347\i\deploy\tomcat" goto homeNoSemicolon C:\Users\u1143347\i\deploy\tomcat\bin>if "C:\Users\u1143347\i\deploy\tomcat" == "C:\Users\u1143347\i\deploy\tomcat" goto baseNoSemicolon C:\Users\u1143347\i\deploy\tomcat\bin>rem Ensure that any user defined CLASSPATH variables are not used on startup, C:\Users\u1143347\i\deploy\tomcat\bin>rem but allow them to be specified in setenv.bat, in rare case when it is needed. C:\Users\u1143347\i\deploy\tomcat\bin>set CLASSPATH= C:\Users\u1143347\i\deploy\tomcat\bin>rem Get standard environment variables C:\Users\u1143347\i\deploy\tomcat\bin>if not exist "C:\Users\u1143347\i\deploy\tomcat\bin\setenv.bat" goto checkSetenvHome C:\Users\u1143347\i\deploy\tomcat\bin>call "C:\Users\u1143347\i\deploy\tomcat\bin\setenv.bat" C:\Users\u1143347\i\deploy\tomcat\bin>set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" C:\Users\u1143347\i\deploy\tomcat\bin>set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote C:\Users\u1143347\i\deploy\tomcat\bin>rem set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Djava.rmi.server.hostname=localhost C:\Users\u1143347\i\deploy\tomcat\bin>rem set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7777 C:\Users\u1143347\i\deploy\tomcat\bin>rem set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false C:\Users\u1143347\i\deploy\tomcat\bin>rem set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false C:\Users\u1143347\i\deploy\tomcat\bin>rem set CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.password.file=../conf/jmxremote.password -Dcom.sun.management.jmxremote.access.file=../conf/jmxremote.access C:\Users\u1143347\i\deploy\tomcat\bin>set JPDA_OPTS=-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n C:\Users\u1143347\i\deploy\tomcat\bin>set "CATALINA_OPTS=-Xmx512m -Dfile.encoding=UTF-8 -Dapp.home="C:\Users\u1143347\i\deploy\tomcat/../app_home" -Dcom.sun.management.jmxremote -Dinsight.db.username="insightdev3" C:\Users\u1143347\i\deploy\tomcat\bin>goto setenvDone C:\Users\u1143347\i\deploy\tomcat\bin>rem Get standard Java environment variables C:\Users\u1143347\i\deploy\tomcat\bin>if exist "C:\Users\u1143347\i\deploy\tomcat\bin\setclasspath.bat" goto okSetclasspath C:\Users\u1143347\i\deploy\tomcat\bin>call "C:\Users\u1143347\i\deploy\tomcat\bin\setclasspath.bat" jpda Using CATALINA_BASE: "C:\Users\u1143347\i\deploy\tomcat" Using CATALINA_HOME: "C:\Users\u1143347\i\deploy\tomcat" Using CATALINA_TMPDIR: "C:\Users\u1143347\i\deploy\tomcat\temp" Using JRE_HOME: "C:/Program Files/Java/jdk-10.0.2" Using CLASSPATH: "C:\Users\u1143347\i\deploy\tomcat\bin\bootstrap.jar;C:\Users\u1143347\i\deploy\tomcat\bin\tomcat-juli.jar" Listening for transport dt_socket at address: 8787 Usage: java [options] [args...] (to execute a class) or java [options] -jar [args...] (to execute a jar file) or java [options] -m [/] [args...] java [options] --module [/] [args...] (to execute the main class in a module) Arguments following the main class, -jar , -m or --module / are passed as the arguments to main class. where options include: -cp -classpath --class-path A ; separated list of directories, JAR archives, and ZIP archives to search for class files. -p --module-path ... A ; separated list of directories, each directory is a directory of modules. --upgrade-module-path ... A ; separated list of directories, each directory is a directory of modules that replace upgradeable modules in the runtime image --add-modules [,...] root modules to resolve in addition to the initial module. can also be ALL-DEFAULT, ALL-SYSTEM, ALL-MODULE-PATH. --list-modules list observable modules and exit -d --describe-module describe a module and exit --dry-run create VM and load main class but do not execute main method. The --dry-run option may be useful for validating the command-line options such as the module system configuration. --validate-modules validate all modules and exit The --validate-modules option may be useful for finding conflicts and other errors with modules on the module path. -D= set a system property -verbose:[class|module|gc|jni] enable verbose output -version print product version to the error stream and exit --version print product version to the output stream and exit -showversion print product version to the error stream and continue --show-version print product version to the output stream and continue --show-module-resolution show module resolution output during startup -? -h -help print this help message to the error stream --help print this help message to the output stream -X print help on extra options to the error stream --help-extra print help on extra options to the output stream -ea[:...|:] -enableassertions[:...|:] enable assertions with specified granularity -da[:...|:] -disableassertions[:...|:] disable assertions with specified granularity -esa | -enablesystemassertions enable system assertions -dsa | -disablesystemassertions disable system assertions -agentlib:[=] load native agent library , e.g. -agentlib:jdwp see also -agentlib:jdwp=help -agentpath:[=] load native agent library by full pathname -javaagent:[=] load Java programming language agent, see java.lang.instrument -splash: show splash screen with specified image HiDPI scaled images are automatically supported and used if available. The unscaled image filename, e.g. image.ext, should always be passed as the argument to the -splash option. The most appropriate scaled image provided will be picked up automatically. See the SplashScreen API documentation for more information @argument files one or more argument files containing options -disable-@files prevent further argument file expansion To specify an argument for a long option, you can use --= or -- .