#1 2025-04-17 03:43:52

bikram.dhoju
Member
Registered: 2024-08-27

Add the request context path to the url

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

#2 2025-04-17 11:03:09

InfiniteLoop
Moderator
Registered: 2024-02-15

Re: Add the request context path to the url

Sorry, i dont understand what your requirement is, and what you want to achieve. can you elaborate in detail?

Offline

#3 2025-04-18 05:33:39

bikram.dhoju
Member
Registered: 2024-08-27

Re: Add the request context path to the url

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

#4 2025-04-22 08:52:52

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Add the request context path to the url

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

Board footer

Powered by FluxBB