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

Compare with Current View Page History

Version 1 Next »

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

Xorg.apache.geronimo.deployment.LenientMFCP
Applied commands: TODO
Option: true, false
Default: false
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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.
Explaination: 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: TODO
Explaination: 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: TODO
Explaination: 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: TODO
Explaination: 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
Explaination: 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
Explaination: 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
Explaination: 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)
Explaination: 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
Explaination: 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.
Explaination: Specify the SAAJ provider.
Found in plugins\webservices\geronimo-webservices\src\main\java\org\apache\geronimo\webservices\saaj\SAAJFactoryFinder.java

  • No labels