[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] chart image lies localy
|
- From: juergen.leeb@xxxxxx (Juergen Leeb)
- Date: Fri, 31 Oct 2008 07:29:30 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi
I using the birt report engine in my webapp. I create my reports with
eclipse.
The app server is glassfish running local while developing.
When I start the webapp from a browser located on an other Computer the
image of the chart is not displayed.
The html source show that the image is referenced to C:\
<img id="AUTOGENBOOKMARK_6"
src="file:/C:/01_SW/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/DBLackAuswertungen/images/custom1.jpg"
alt="" style=" width: 226.5pt; height: 185.25pt;"></img>
how can I make birt to referenz relative?
Thanks for helping!