Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.8_CTP_3.1.4

The following is a list of advanced configuration options you can specify in a properties file. For details on working with properties files, as well as the most commonly-used options, see Server Configuration.

In this section:

Table of Contents
maxLevel1

...

Table of Content Zone
maxLevel2
minLevel2
locationtop
styledisc
classwar-file-appendix-general-toc

misc.character.encoding

Specifies the character encoding; valid values are any encodings available on the JVM being used. The default is UTF-8.

misc.default.timeout

The default timeout in milliseconds. Allows you to customize the length of delay after which Virtualize should consider your HTTP, JMS, or MQ requests to be “timed out.” The default is 30000 milliseconds.   Specifically applies to the Message Forward Tool.

misc.project.file.format

Specifies what file format to use for saving project files (e.g., .pva, .pvn, .changetemplate). Project files can be saved in three formats—XML, binary, and compressed XML. The default is XML.

misc.automatically.backup.project.files

Tells Virtualize to automatically back up and save the project files you are working on. The default is false.

misc.warn.file.size

Specifies the threshold at which the REST API will return an error about large .pva file size. You can then reduce the file size (and prevent performance problems) by dividing it into smaller files. The default is 20.

traffic.wizard.xpath.ignores

Lets you globally indicate that you want certain values (such as timestamps) ignored whenever:

  • you are creating parameterized .pvas from traffic, and
  • request body correlations are configured automatically.

Exclusions are specified in the format:

traffic.wiz­ard.xpath.ignores=[element name 1]:[value pattern 1];[element name 2]:[value pattern 2];[ele­ment name 3]:[value pattern 3]

Default Value

*:[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}([.][0-9]{1,3})?(([+-][0-9]{2}:[0-9]{2})|Z)?

Example Usage

Code Block
languagetext
traffic.wiz­ard.xpath.ignores=*:[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}([.][0-9]{1,3})?(([+-][0-9]{2}:[0-9]{2})|Z)?;uuid:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Info
titleBackslashes in Regular Expressions Must be Escaped

When the backslash character (\) is used in the regular expression, it needs to be escaped. For example, the regex [\d], which repre­sents a single digit, would be entered as [\\d].

xml.conversion.data.model.directories

Specifies a comma-separated list of directories where fixed length data model files are located (for use in Fixed Length responders).


...

Table of Content Zone
locationtop

security.mq.ssl.trust.store.location

Specifies the location of the trust store to be used for Server-Side SSL (authentication of the Queue Manager by the client). 

This option specifically applies to the Message Forward tool.

security.mq.ssl.key.store.location

Specifies the location of the key store to be used for Client-Side SSL (authentication of the client by the Queue Manager). 

This option specifically applies to the Message Forward tool.

security.mq.ssl.key.store.password

Specifies the MQ SSL Key Store password. This option specifically applies to the Message Forward tool.

System Properties

You can set the following system properties when executing the startup command to fine-tune server operation.

...