Modifying the web.xml File for the Client Application

This can be modified by changing the <transport-guarantee> from CONFIDENTIAL to NONE in the web.xml file. Note, this does not disable access to the web client over HTTPS, but enables additional access via HTTP. For further details on modifying the web.xml file, the section on Customizing the Web Application Descriptor in the Cúram Web Client Reference Manual should be referenced. An example of setting this property is below:

<user-data-constraint>
         <transport-guarantee>NONE</transport-guarantee>
        </user-data-constraint>