[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] chart image lies localy

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!