Optional: Verify the server connection

To verify that the server is connecting to the configured server or servers, use an option in the clientSDKOptions.xml file. This option logs requests made to the different servers.

Note: Log files can become large. As a best practice, use logging for initial testing, then switch it off.
  1. With an editor, open clientSDKOptions.xml located in the WEB-INF/lib directory.
  2. Locate the RecordRequests node near the bottom of the file.
  3. To enable logging, set the RecordRequests node value to true. In the RecordRequestOutputDir node, specify a path for the log file.

    For example:

    <RequestRecordingOptions version="1.0" xsi:type=
    "CrystalReports.RequestRecordingOptions" id="4">
          <RecordRequests>true</RecordRequests>
          <RecordRequestsOutputDir>C:/temp/</RecordRequestsOutputDir>
          <RecordSecurityContext>false</RecordSecurityContext>
          <RecordSucceededResultDetails>false</RecordSucceededResultDetails>
       </RequestRecordingOptions>
    </CrystalReports.ClientSDKOptions>
  4. Save and close the file.
    Note: To disable logging, open the file and set the RecordRequests node value to false.