Jump to content
We've recently updated our Privacy Statement, available here ×
  • Make Sure To Set proxyName For Catalina Connector When Proxy Server Is Used In The DMZ To Access TIBCO JasperReports® Server


    Tom C
    • Version: v6.3, v6.2, v6.2.1 Product: JasperReports® Server

    The TIBCO JasperReports® Server Security Guide, section 3.7 "Enabling SSL in Tomcat", discusses the procedures necessary to allow a user to use HTTPS protocol to access TIBCO JasperReports® Server  web application.

    If using a proxy server in the DMZ to communicate with JasperReports® Server running behind the firewall, user will also need to make sure to include proxy server name as part of the catalina connector setting in server.xml file in addition to the port and protocol settings:

    scheme="https" proxyName="my.report.proxy.server.com" proxyPort="443" secure="true"
    

    Otherwise, use could get cross-site scripting error and was not able to access JasperReports® Server Manage web UI for administrators.


    TTC-20160731-70119


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...