Embedded image does not show up in html report [message #184214] |
Thu, 10 August 2006 14:23  |
Eclipse User |
|
|
|
While creating a report I embedded an image in the report design. However,
after running the report, the HTML does not show the image. Also when I
look at the source code, this is what I found:
<div>
<img id="AUTOGENBOOKMARK_2" src="images\design1" alt="">
</div>
The image shows up perfectly in the PDF report. What do I need to do to
show the image in the html file.
thanks
Bidyut
|
|
|
|
|
Re: Embedded image does not show up in html report [message #184240 is a reply to message #184219] |
Fri, 11 August 2006 09:59  |
Eclipse User |
|
|
|
Do you use birt as a stand alone app or do you package it in your WAR? I
package it inside our WAR, so once you deploy it to the cluster, each app
will be using an identical copy of the war. When one app server receives
a request, it will create the image in its own /webapp/images directory.
Your user should have a session and have the same server throughout the
entire session, so once the action is called and the report is created,
the image will be on the same app server in the cluster they are using.
|
|
|
Powered by
FUDForum. Page generated in 0.25432 seconds