Web.xml

We modified the Web.xml file as follows for our tests.

Note that only a portion of the file is shown here.
⋮
         <init-param id="InitParam_10">
            <description>Sets the data caching type. Legal values No Caching, 
                Command Caching and DistributedMap </description>
            <param-name>cachingType</param-name>
            <param-value>No Caching</param-value>
         </init-param>
⋮