- Documentation
- Configuration Property Overview
- JVM Configuration
- wrapper.java.classpath.use_environment Property
wrapper.java.classpath.use_environment |
||||||||
The wrapper.java.classpath.use_environment property is used to configure whether the Wrapper passes the generated classpath to the JVM on the Java command line or by setting the CLASSPATH environment variable.
In most cases, the default behavior is perfectly fine. The full classpath can cause the Java command line to be quite large however. Some users have requested the ability to avoid including the classpath in the command line so the Java command line is easier to work with with 3rd party tools. NOTEIf this property is TRUE, it will replace the CLASSPATH environment variable in the Wrapper's environment. This means that if the Wrapper configuration file makes reference of a system CLASSPATH, it will will fail when the JVM is restarted if configuration file reloading is being used. |















