You are not logged in.
Pages: 1
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
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
Pages: 1