External Interfaces > Reality Java Interface > Writing Servlets to Access Reality via RealWeb > Properties File

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

Properties File (JReal) (properties.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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

RealityV15.0Comment on this topic