Well, just put fop.jar and all JAR files from FOP's lib directory in the
WEB-INF/lib directory of your web application. You can omit the JAXP
stuff, i.e. the following JARs if you use JDK 1.4 or later:
- xalan*.jar
- xercesImpl*.jar
- xml-apis*.jar
- serializer*.jar

(but make sure you use at least the versions delivered with FOP to avoid
problems with the buggy JAXP implementations Sun delivers with some
JRE/JDKs. See:
http://xmlgraphics.apache.org/fop/faq.html#svg-attribute-required)

On 08.01.2007 12:29:58 Xavier Ottolini wrote:
> Thank you manuel,
> 
> The build is successfull with the 0.93 release.
> 
> I know this page.
> 
> http://xmlgraphics.apache.org/fop/0.93/servlets.html
> 
> But it does not explain which jar files are required and how to set up 
> the server without building the whole fop application.
>
> Regards,
> 
> Xavier
> 
> Manuel Mall a écrit :
> > On Monday 08 January 2007 19:29, Xavier Ottolini wrote:
> >   
> >> Hi,
> >>
> >> I am a newbee with FOP. I would like to create a servlet application
> >> able to create a PDF file. I choosed fop.
> >>
> >> I downloaded the fop 0.92 src.
> >>
> >> I tried to build it with ant (Java 1.4 and Ant 1.7.0). But I get 44
> >> compile errors.
> >> The servlet will be hosted on a Tomcat 4.3 server (linux).
> >>
> >> I think I will use the binary distribution.
> >>
> >>     
> >
> > The first stable fop release of the new code base is just out (fop 
> > 0.93). I recommend you use that.
> >
> >   
> >> Are there any "how to" to build and set up a servlet ?
> >> Which jar files are necessary ?
> >>
> >>     
> >
> > See http://xmlgraphics.apache.org/fop/0.93/servlets.html


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to