You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This is an initial list of system properties. The lines starting with "Found in" is just for convenience for writing this page, and should be removed when the page is finalized.

The following options can be set using export GERONIMO_OPTS=-D... system variable so that the settings could take effect by the time of server startup.

Xorg.apache.geronimo.deployment.LenientMFCP
Applied commands: TODO
Option: true, false
Default: false
Description: Specify lenience vs. strict manifest classpath interpretation. Specify "true" for more lenient processing such as ignoring missing jars and references that are not spec compliant.
Found in framework\modules\geronimo-deployment\src\main\java\org\apache\geronimo\deployment\DeploymentContext.java

org.apache.geronimo.deployment.util.DeploymentUtil.jarUrlRewrite
Applied commands: TODO
Option: true, false
Default: false
Description: To prevent the lockout of archive during deployment, instead of returning a jar url, write the content to a temp file and return the url of that file.
Found in framework\modules\geronimo-deployment\src\main\java\org\apache\geronimo\deployment\util\DeploymentUtil.java

Xorg.apache.geronimo.gbean.NoProxy
Applied commands: TODO
Option: true, false
Default: true
Description: Specify whether to use fast proxy to access GBean. If not, reflection is used.
Found in framework\modules\geronimo-kernel\src\main\java\org\apache\geronimo\gbean\runtime\AbstractGBeanReference.java

Xorg.apache.geronimo.kernel.config.Marshaler
Applied commands: TODO
Default: org.apache.geronimo.kernel.config.SerializedConfigurationMarshaler
Description: Specify the configuration marshaler class.
Found in framework\modules\geronimo-kernel\src\main\java\org\apache\geronimo\kernel\config\ConfigurationUtil.java

Xorg.apache.geronimo.kernel.config.MPCLSearchOption
Applied commands: TODO
Option: safe, optimized
Default: safe
Description: Specify classLoaderSearchMode of the MultiParentClassLoader
Found in framework\modules\geronimo-kernel\src\main\java\org\apache\geronimo\kernel\config\MultiParentClassLoader.java

geronimo.bootstrap.logging.enabled
Applied commands: TODO
Option: true, false
Default: true
Description: TODO
Found in framework\modules\geronimo-kernel\src\main\java\org\apache\geronimo\kernel\log\GeronimoLogging.java

org.apache.geronimo.jacc.policy.provider
Applied commands: TODO
Default: Policy provider of the JRE
Description: Specify the classname of the JACC policy provider. Must be a subclass of java.security.Policy.
Found in framework\modules\geronimo-security\src\main\java\org\apache\geronimo\security\jacc\mappingprovider\GeronimoPolicy.java

org.apache.geronimo.config.file
Applied commands: TODO
Description: Specify the server config file
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\configuration\LocalAttributeManager.java

org.apache.geronimo.config.substitutions.file
Applied commands: TODO
Description: Specify the server config substitutions file
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\configuration\LocalAttributeManager.java

org.apache.geronimo.config.substitution.prefix
Applied commands: TODO
Default: org.apache.geronimo.config.substitution.
Description: Specify the prefix used to specify config substitutions. Users can specify a (key, value) to override the properties set in the config substitutions file. For example, an entry such as hostName=localhost can be overridden by setting org.apache.geronimo.config.substitution.hostName=foo when the prefix is "org.apache.geronimo.config.substitution.".
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\configuration\LocalAttributeManager.java

org.apache.geronimo.home.dir
Applied commands: export GERONIMO_OPTS=-Dorg.apache.geronimo.home.dir=<Geronimo_Home>
Description: Specify geronimo installation directory
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\serverinfo\BasicServerInfo.java

org.apache.geronimo.server.dir
Applied commands: export GERONIMO_OPTS=-Dorg.apache.geronimo.server.name=<Server_dir>
Description: Specify the base dir of a server instance
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\serverinfo\BasicServerInfo.java

org.apache.geronimo.server.name
Applied commands: export GERONIMO_OPTS=-Dorg.apache.geronimo.home.dir=<Servername>
Description: Specify the name of a server instance, used to construct the base dir as a sub-dir of the geronimo installation dir when org.apache.geronimo.server.dir is not specified.
Found in framework\modules\geronimo-system\src\main\java\org\apache\geronimo\system\serverinfo\BasicServerInfo.java

Xorg.apache.geronimo.repository.boot.path
Applied commands: TODO
Description: Specify the path of the server repository?
Found in plugins\jaxws\geronimo-jaxws-builder\src\main\java\org\apache\geronimo\jaxws\builder\JAXWSToolsCLI.java

org.apache.geronimo.jaxws.wsgen.addToClassPath
Applied commands: TODO
Option: true, false
Default: true
Description: TODO
Found in plugins\jaxws\geronimo-jaxws-builder\src\main\java\org\apache\geronimo\jaxws\builder\WsdlGenerator.java

org.apache.geronimo.jaxws.wsgen.fork
Applied commands: TODO
Option: true, false
Default: true on Windows, false on other OS
Description: TODO
Found in plugins\jaxws\geronimo-jaxws-builder\src\main\java\org\apache\geronimo\jaxws\builder\WsdlGenerator.java

org.apache.geronimo.jaxws.wsgen.fork.timeout
Applied commands: TODO
Default: 1000 * 60 (microseconds)
Description: TODO
Found in plugins\jaxws\geronimo-jaxws-builder\src\main\java\org\apache\geronimo\jaxws\builder\WsdlGenerator.java

org.apache.geronimo.tomcat.GeronimoStandardContext.allowLinking
Applied commands: TODO
Option: true, false
Default: false
Description: TODO
Found in plugins\tomcat\geronimo-tomcat6\src\main\java\org\apache\geronimo\tomcat\GeronimoStandardContext.java

org.apache.geronimo.saaj.provider
Applied commands: TODO
Option: axis2, sun
Default: not set.
Description: Specify the SAAJ provider.
Found in plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\saaj\SAAJFactoryFinder.java

org.apache.geronimo.jaxws.builder.useSimpleFinder
Applied commands: export GERONIMO_OPTS="-Dorg.apache.geronimo.jaxws.builder.useSimpleFinder=true"
Option: true, false
Default: not set
Description: Use SimpleWARWebServiceFinder to locate WebServiceInfo objects,otherwise use AdvancedWARWebServiceFinder.
Found in plugins/jaxws/geronimo-jaxws-builder/src/main/java/org/apache/geronimo/jaxws/builder/WebServiceFinder

  • No labels