Properties File

For the reality.properties file to be loaded, it must be located in the JVM's classpath.

When using RealWeb, you must move reality.properties to somewhere in the web server's or plug-in's classpath, for example JRun/servers/default/lib on JRun 3.

The following shows the default contents of reality.properties. To set a particular property, remove the comment from the line and make amendments as required. Note that changes to reality.properties are only recognised when the JVM is started - you must stop and restart the web server or plug-in for the changes to be effective.

# Define the path to the winsni.ini file to enable the SNI type connections
# to be established.
windows.path=c:\\winnt
# Enabling this property will cause all DDA messages to be printed on System.err
#dda.debug=on
# Enabling this property will cause realweb tracing to be recorded in the
# servlets err file.
#realweb.debug=on
# Set the path to the file used to hold RealWeb database configurations.
#realweb.ini.path=C:\\Cora

See Also

Debugging
Managing Connections