Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 3237 invoked from network); 4 Oct 2004 15:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 15:25:17 -0000 Received: (qmail 59805 invoked by uid 500); 4 Oct 2004 15:25:17 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 59690 invoked by uid 500); 4 Oct 2004 15:25:15 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 59678 invoked by uid 99); 4 Oct 2004 15:25:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [213.237.180.162] (HELO dkexchange01.dk.telmore.net) (213.237.180.162) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Oct 2004 08:25:15 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Path for images in PDFs Date: Mon, 4 Oct 2004 17:25:11 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Path for images in PDFs Thread-Index: AcSqJlcFGdmgiI8AQamrUJ9bH7wETA== From: "Claus Bech Rasmussen - TELMORE" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi folks, I'm running Forrest via Jetty and maybe I just don't understand how requests are mapped, but here's my scenario: I have something like this in a document:

3D"forrestGif"

The HTML works like a charm, but the images is not included in the PDF version. Now, if I just do this instead:

3D"forrestGif"

Everything works fine.=20 The document is sitting in a directory under xdocs and so is the "images" dir. I tried changing the properties so that the images dir was this local one - that fixed the PDF but broke the HTML. Any hints?