Hi all,<br />
<br />
Web search brought me to this forum and a forum search brought me to this topic: <a class='bbc_url' href='
http://www.birt-exchange.com/forum/eclipse-birt-newsgroup-mirror/799-web-viewer-birt.html'>http://www.birt-exchange.com/forum/eclipse-birt-newsgroup-mirror/799-web-viewer-birt.html</a><br />
<br />
My problem is similar to that one. Except my problem arises after birt is deployed. From whithin the company everything works fine as well, the problem is when attempting to view reports from another location where only port 80 is allowed. It's possible to access the application via port 80, it's possible to open the report via port 80, but somehow BIRT detects the ip and port number of the application server (tomcat 6) where it's deployed. This port number (8081 in this case) will not work since only port 80 is blocked.<br />
<br />
Now we have an apache server serving on port 80 as proxy to webservers on port 8080 and 8081. This works, which is confirmed by the options on top of the screen in the html report viewer, but the actual report seems to try and use port 8081. I found this out by viewing the source of the report.<br />
<br />
After al that explanation the question is: Can I tell BIRT to specifically use a certain IP and/or port number to load it's contents?<br />
<br />
Hopefully someone can help me out, it would be greatly appreciated.