Re: [xep-support] Calling from servlet not working as expected.

From: <SPatra@eagle.org>
Date: Thu Jul 30 2009 - 13:22:24 PDT

Kevin,

FYI.

As I mentioned earlier, my sample servlet with RenderX API does not good
with OC4J app server (with J2SE1.4 and Servlet spec2.3).

However, it works good with apache-tomcat-5.5.27 (with J2SE1.4 and Servlet
spec2.4).

Is RenderX support OC4J? Is there any specific Servlet specification we
nee to have for RenderX to run?

Thanks.

Regards,

Santosh
281-877-6277

Jirka Kosek <jirka@kosek.cz>
07/29/2009 05:00 PM

To
SPatra@eagle.org
cc
kevin@renderx.com, xep-support <xep-support@renderx.com>
Subject
Re: [xep-support] Calling from servlet not working as expected.

SPatra@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@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
------------------------------------------------------------------

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html

Received on Thu Jul 30 14:19:31 2009

This archive was generated by hypermail 2.1.8 : Thu Jul 30 2009 - 14:19:39 PDT