Paths for installing Rational Focal Point behind a proxy server

You can install Rational® Focal Point™ on a computer that is behind a proxy server.

To install Rational Focal Point behind a proxy server, ensure that the following paths are open at the proxy or load balancer. The examples in the table are for Apache Tomcat server.

Table 1. Proxy path
Path Example
/fphelp ProxyPass /fphelp http://tomcat server IP:port/fphelp

ProxyPassReverse /fphelp http://tomcat server IP:port/fphelp

/jazzui ProxyPass /jazzui http://tomcat server IP:port/jazzui

ProxyPassReverse /jazzui http://tomcat server IP:port/jazzui

/Financier ProxyPass /Financier http://tomcat server IP:port/Financier

ProxyPassReverse /Financier http://tomcat server IP:port/Financier

/FinancierREST ProxyPass /FinancierREST http://tomcat server IP:port/FinancierREST

ProxyPassReverse /FinancierREST http://tomcat server IP:port/FinancierREST

/fp ProxyPass /fp http://tomcat server IP:port/fp

ProxyPassReverse /fp http://tomcat server IP:port/fp


Feedback