Tomcat console
Properties that are set during installation and are specified in the Tomcat console. You can open the Tomcat console by double-clicking Tomee.exe in TomCat/bin.
| Property | Description |
|---|---|
|
-javaagent: |
The path to the openejb-javaagnt.jar file in the TomCat/lib subfolder. |
|
-Djava.endorsed.dirs |
The paths to the Tomcat endorsed subfolder. The subfolder is TomCat/endorsed. |
|
-Djava.io.tmpdir |
The path to the folder where temporary files are created during Java input/output operations, such as uploading files to AX Server. This property is set to the C:\ACL\App\TomCat\temp subfolder by default. If disk space where the application files are installed is limited, you can set this property to another folder or drive on the server where more space is available. |
|
-XX:MaxPermSize |
The maximum size for the Java permanent generation heap, a memory area that holds objects such as classes and methods. If you see the following error “java.lang.OutOfMemoryError:PermGen” you need to increase the MaxPermSize value. |
|
-Dcatalina.base |
The path to the folder where the Tomcat configuration files are stored. |
| -Dcatalina.home | The path to the folder where the Tomcat application files are installed. |
| -Djava.library.path | The path to the folder where the Java native libraries are installed. |
| -Djava.util.logging.manager | Specifies the Java logging application. |
| -Djava.util.logging.config.file | The path to the Java logging configuration file. |
| -Djava.awt.headless |
When set to “true” Java is able to run in an environment without a display, keyboard, or mouse. Note: Do not change this property from “true”. |
| -Dorg.owasp.esapi.resources | The path to the ESAPI configuration file. |