|
Summary: Declaring element values using system properties is accomplished by using the following format: ${propertyName}.
OverviewElement values can be derived from system properties. This is evident by looking at the declaration of product included deployment descriptors (computegrid.xml). The declaration of an element value using a system property is accomplished by using the following format: ${propertyName} Expansion of system properties occurs when the Entry is parsed. The ${/} declaration refers to the file name separator character. The system property must be defined using the -Dproperty=value on the invocation of the JVM, or by programmtically adding the proeprty before the property declaration is resolved. For a list of system properties the Service Grid sets, see Javadoc. Adding system properties through configuration is explained [here]. The <Codebase> element provides additional support for the expansion of a system property at runtime. This allows the Service Grid to determine the value of a system property when it is accessed. The format of $[propertyName] is used for runtime system property expansion. RELATED TOPICS |
Wiki Content Tree
Your Feedback Needed!
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Comments (1)
Sep 27, 2006
Anonymous says:
Example links are brokenExample links are broken
Add Comment