#1 2020-04-09 13:26:37

intelfx
Member
Registered: 2020-04-09

Serving ReportServer under a subpath

Hello.

Is it possible to configure ReportServer so that all URLs that it generates or uses are prefixed with a specific path?
That is, I want to be able to access ReportServer using URLs of form "https://some.internal.tld/my-reportserver/...".

Offline

#2 2020-04-09 14:03:44

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Serving ReportServer under a subpath

Hi intelfx,

yes, you can install ReportServer under the webapps/my-reportserver instead of the webapps/ROOT directory of your Tomcat. Then, you will have: https://some.internal.tld:8080/my-reportserver/ (if Tomcat listens on port 8080).
For using port 80 (standard http port) you can use standard Tomcat / Apache HTTPD configuration options.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB