[xep-support] Calling from servlet not working as expected.
Jirka Kosek
jirka at kosek.cz
Wed Jul 29 15:00:57 PDT 2009
SPatra at eagle.org wrote:
> Are you sure that servlet has access to xep.xml, fonts and other
> configuration files? They are typically stored in WAR in WEB-INF/classes
> and you have to point formatter in your server to proper resource in WAR.
>
> Based on my above explanations, if you can suggest how should I go ahead
> with keeping xep.xml, fonts and other configuration files in classpath.
What I do in my code is the following:
FOTransformer fot = null;
formatter = new FormatterImpl(new
StreamSource(FormatterServlet.class.getClassLoader().getResource("xep/xep.xml").toString()));
target = new com.renderx.xep.FOTarget(result, "PDF");
fot = new FOTransformer(transformer, formatter);
fot.transform(inputDoc, target);
result.flush();
formatter.cleanup();
And I have xep.xml located in WEB-INF/classes/xep inside WAR. In this
directory inside WAR I have also other configuration files like
license.xml, hyphnenation patterns and fonts, all are relatively
referenced from withing xep.xml. This way XEP is completely
self-contained inside WAR and you don't have to separately install XEP
into application server. You just deploy WAR file and that is.
> May be a conference call tomorrow (please let me know, your comfortable
> time. I work in CST.) would help me understand it better and work with.
Well, as you can see in my signature I'm providing consulting services.
If you are interested in such possibility, please contact me off-list.
Jirka
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka at kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20090730/68e5135d/attachment.bin>
More information about the Xep-support
mailing list