|
${<componentName>[-<version>].
classpath}
|
To reference files in the classpath –
only RESOLVED components are used for substitution
|
File URLs:
file:/<net.openwings.home>/
<componentName>[-<version>]/<relative file
path> …
|
File URLs – example
file:/c:/openwings/openwings-1.0/lib/
gd_openwings.jar
file:/c:/openwings/HelloWorldProvider/
lib/HelloWorldProvider.jar
|
|
${<componentName>[-<version>].
codebase}
|
To reference files in the codebase –
only RESOLVED components are used for substitution
|
Http URLs:
http://<http host>:<http port>/
<net.openwings.install.inst_http_root>/
<componentName>[-<version>]/<relative file
path>
|
http URLs - example
http://AZ25-JP05Q01:8880/install/
gd_openwings_dl.jar
http://AZ25-JP05Q01:8880/install/
HelloWorldServiceAsync/
HelloWorldServiceAsynchronous_cna.jar
|
|
${<componentName>[-<version>].property.
<propertyKey>}
|
Used in codebase and classpath resolution,
the component name is substituted
with a RESOLVED
component found,
unless local. Is also used in
resolving executable string, properties,
and command line.
|
for classpath: see file url above
for codebase:: see http url above
for string attributes: file url
unless executable string which will need local
|
File:/c:/openwings/OpenJMS-Server-0.7.2/
data/somefile.gif
|