Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
75:use_reports [2020/09/23 14:23] cgl75:use_reports [2020/09/23 14:58] cgl
Line 32: Line 32:
  
 {{https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/reports_export.png?nolink&500x272}} {{https://doc.stagesasaservice.com/lib/plugins/ckgedit/fckeditor/userfiles/image/75/reports_export.png?nolink&500x272}}
- 
-===== Troubleshooting ===== 
- 
-If Stages is accessed through a proxy server, in some cases there can be connectivity problems for reporting requests (report execution, parameters loading and script upload fails). When these problems cannot be resolved otherwise, the following workaround can be used: 
- 
-1.) Add the following property to config.xml with an url of the Stages server (host name or ip address) which is accessible for internal request from the Stages server to itself:<code> 
- 
-<property name="metrics.serverAddress" value="http://localhost"/> 
- 
-</code> 
- 
-2.) Configure the proxyName and proxyPort of your proxy server for the internal connector in tomcat/conf/server.xml as shown in the following example: 
- 
-<code> 
-<Connector port="80" 
-proxyName="myproxy.mydomain.com" 
-proxyPort="443" 
-..../> 
- 
-</code>