Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Avoiding mismatches when requests are made through an SSL device
If a request is coming from a web service (WSDL) or a web-based (BIRT) report, and the request is made through an SSL device, a mismatch occurs assuming that the viewer.properties file is not set correctly. The URL of the request would be https://server; however, the service address in the response would be http://. To overcome this, set the base_url property of the viewer.properties file located in the <midTierInstallationDir>/WEB_INF folder, for example:
base_url = https://midtier:8080/arsys/
After setting this property, Mid Tieruses the base_url value; otherwise, the Mid Tierrelies on the URL specified by the server.
After you change the viewer.properties file, you must restart the Mid Tier.