Owner's Manual
126 Properties
Once the application server starts and listens (no bind errors), you still have to change port settings
for the client connections. For each installation (server and client) modify a URL setting in
owareapps\installprops\lib installed.properties
. An example of default setting
(hostname varies) would be as follows:
OWARE.CONTEXT.SERVER.URL=jnp://hostname:1099
The application server node number should prefix the
1099
port if greater than 0. For example,
using
application.server.node.number=1
in
pmstartup.dat
would imply all
installations need the following setting in installed.properties:
OWARE.CONTEXT.SERVER.URL=jnp://hostname:11099
NOTE:
For a complete list of port settings and protocols used by this application, see Ports Used on page 35.
Overriding Properties
Best practice is not to change default properties, but to override them. This eliminates updates or
new installations overwriting property files you have tuned. If you override values, then backing up
the override file(s) is essential.
To override a property controlling all but mediation, put it in a file (whose name ends in
.
properties
) in the following directory under
owareapps
:
installprops\lib
. You can
override mediation server properties in
owareapps\installprops\medserver\lib
.
Application property values are loaded first and you can override those values here.
The following is an example of property file content to override a cache timeout:
#============================================
# Dependencies
#============================================
product.dependencies=redcell
#============================================
# OpenManage Network Manager Assurance Overrides
#============================================
# set event template cache timeout to 1 minute
redcell.assurance.batch.processing.event.template.cache.expiration=60000
If you have more than one product dependency, add another product.dependency property.
CAUTION:
If any of the dependency directory names (for example,
owareapps\redcell
) do not exist, then the
application does not load the override file.