Hi Adrian,
i'm using 0.95 and i set up the font path in the servlet:
then i reference my font in my conf file:
*********************************************************************************
<font metrics-url="arial.xml" kerning="yes" embed-url="ARIAL.TTF">
<font-triplet name="Arial" style="normal" weight="normal"/>
</font>
*********************************************************************************
where arial.xml and ARIAL.TTF are in placed in the repertory that i passed to
the servlet;
may be i'm mistaken but yu need to ensure that yu have:
<!-- Base URL for resolving relative URLs -->
<base>.</base>
in your conf file.
and good luck