Hi and thank you for reading,
I have just switched from my local windows-tomcat server to a linux tomcat server and am facing a url problem with hyperlinks.
Basically, I have a report with a hyperlink to an other report. Both reports work just fine if you call them with the direkt link. However, while executing a hyperlink from one report to the other, linux is trying to put the complete url-location of the report into the address line which results in not finding the report.
The direkt url to the report is as follows:
http://localhost:8080/birtViewer/preview?__report=TopTen9.rptdesign&__format=html&endDate=2009-01-19&beginDate=2009-01-07&__locale=en_US&__svg=false&__designer=false&__pageoverflow=0&__masterpage=true
While executing a hyperlink, the following url is in the address line:
http://localhost:8080/birtViewer/preview?__report=../../../../../../../remote/projteams/projects/server/tomcat/apache-tomcat-5.5.27/webapps/birtViewer/TopTen9.rptdesign&__format=html&endDate=2009-01-19&beginDate=2009-01-07&__locale=en_US&__svg=false&__designer=false&__pageoverflow=0&__masterpage=true
Is there an easy way to resolve this issue?
I am using a drill-through hyperlink and am passing a few parameters.
Thank you for your help!
Evgeny