Hi,
I need to expand configuration variables to the real values. Let say i found
at domain.xml property like:
gms-bind-interface-address="${GMS-BIND-INTERFACE-ADDRESS-Cluster01}"
From the doc here<
http://download.oracle.com/docs/cd/E19798-01/821-1753/abhau/index.html>
i
found that the real values of vars are defined at system-properies tag or
passed through the jvm args.
But i can't find ${GMS-BIND-INTERFACE-ADDRESS-Cluster01} var definition at
domain.xml.
Two question here:
- Is there a way to expand var names easily? Let say through the asadmin or
anyhow else?
- where should i search var definitions if they are not found at
domain.xml(for the ${GMS-BIND-INTERFACE-ADDRESS-Cluster01} var for example)?
Thanks,
Eugene