Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable load testing when using synchronized XML documents (documents that are on both the client and server), make the following setting changes to the nexaweb-server.xml file:

Code Block
<id-generation>
    <test-seed>anything</test-seed>
</id-generation>

This will ensure that captured traffic can be replayed to the server. This will ensure that all IDs have the same seed and are therefore deterministic.

...