You are not logged in.
Basically i needs the url of the server be like https://myserver/reportserver. I didnt find any way to configure this in the documentation. Can someone help me set this
Currently I am running
RS4.6.3-6104 (2024-03-20-14-57-05)
Offline
Sorry, i dont understand what your requirement is, and what you want to achieve. can you elaborate in detail?
Offline
so basically i have the server setup for the reportserver which is working fine and from the browser inspect resources are accessed as
https://server/resources/rs-logo-font/style.css
however i want to add a uri suffix (reportserver) to it as
https://server/reportserver/resources/rs-logo-font/style.css
i used to use bitnami image which had this suffix by default but as i is not supported anymore so moved to infofabrik official image which doesn't have it. So is there way to add this
Offline
Hi bikram.dhoju,
one approach you can try is moving the entire contents of your current ROOT webapp directory in Tomcat into a new directory named reportserver, placed at the same level as ROOT. This way, your application would be accessible under https://server/reportserver/ instead of directly at the root.
Regards,
Eduardo
Offline