I am trying to use the external-graphics tag in Apache FOP inside of a servlet container server (Tomcat). I want to be able to load the graphic based on relative paths to the context:
<fo:external-graphic src="images/mylogo.gif"/> In the Web Application server the logo is found in: /tomcat/webapps/myapp/images/mylogo.gif But I cannot get the image to display. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
