A JVP properties file contains property settings that control various runtime behaviors of the Java virtual processor. The JVPPROPFILE configuration parameter specifies the path to the properties file. When you initialize the database server, the JVP initializes the environment based on the settings in the JVP property file. The .jvpprops.template file in the $INFORMIXDIR/extend/krakatoa directory documents the properties that you can set.
A sample properties file might contain the following items:
JVP.trace.settings:JVP=2 JVP.trace.verbose:1 JVP.trace.timestampformat:HH:MM JVP.splitLog:1000 JVP.monitor.port: 10000
The database server provides a fixed set of system trace events such as UDR sequence initialization, activation, and shutdown. You can also generate application-specific traces. For more information, see the description of the UDRTraceable class in The com.informix.udr.UDRTraceable.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]