|
Re: Birt Missing images on ProxyPass [message #756228 is a reply to message #756159] |
Fri, 11 November 2011 15:14   |
|
If you use the /preview servlet mapping instead of the /frameset mapping
do the images come through?
Jason
On 11/11/2011 5:24 AM, Ville Kaukonen wrote:
> Hello,
>
> I am configuring a proxypass from DMZ to my Birt server. It is working otherwise fine, but I am missing all the images included in project. Images like navication pics that are in the viewer are loading fine. Also I am able to export the report with the images.
>
> Viewer Version : 2.6.1
> Engine Version: 2.6.1
> JRE version: 1.6.0_24
>
> Apache config
>
> <VirtualHost *:443>
>
>
> ServerName testbirt.ourdomain.com
> ServerAdmin webadmin@localhost
> ErrorLog logs/ssl_error_log
> TransferLog logs/ssl_access_log
> LogLevel warn
>
> SSLEngine on
> SSLProtocol all -SSLv2
> SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
> SSLCertificateFile /etc/httpd/conf/ssl.crt/sslname.crt
> SSLCertificateKeyFile /etc/httpd/conf/ssl.key/sslname.key
>
> ProxyRequests Off
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
>
>
> ProxyPass /birt/ http://testbirt.intra.dom:8080/birt/
> ProxyPassReverse /birt/ http://testbirt.intra.dom:8080/birt/
>
>
>
> SetEnvIf User-Agent ".*MSIE.*" \
> nokeepalive ssl-unclean-shutdown \
> downgrade-1.0 force-response-1.0
>
> CustomLog logs/ssl_request_log \
> "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
>
> </VirtualHost>
>
> This is how the report loads
>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02378 seconds