Embedding FOP in servlet

2002-08-21 Thread siva
Hi friends, I'm new to FOP, I have requirement to generate PDF file from XML XSL... I have down loaded fop.0.20.4, trying to use FopServlet.java on tomcat3.2.2 but it throws lot of errors, inspite of following the procedure given in the docs... I'am not able to understand it... So, If

Problem in Embedding FOP in servlet

2002-08-13 Thread ssimha
Hi friends, I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2002) into my servlet... written a servlet to generate PDF file making use of XML and XSL files. It's works fine... when this servlet runs on tomcat3.1. BUT if I copy whole context to tomcat3.2.2 and above versions

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread Jamal Mohamed A Abdul Sathar
check out ur xsl file is correct or in servlet did u pass xml and xsl file into XSLTInputhandler try out this and reply From: ssimha [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Problem in Embedding FOP in servlet Date: Tue, 13 Aug 2002 15:44:19 +0530 Hi

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread ssimha
] Subject: Problem in Embedding FOP in servlet Date: Tue, 13 Aug 2002 15:44:19 +0530 Hi friends, I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2002) into my servlet... written a servlet to generate PDF file making use of XML and XSL files. It's works fine... when

Re: Problem in Embedding FOP in servlet

2002-08-13 Thread Oleg Tkachenko
ssimha wrote: I'm facing a problem in embedding FOP(0.20.4 version 13-Jun-2002) into my servlet... written a servlet to generate PDF file making use of XML and XSL files. It's works fine... when this servlet runs on tomcat3.1. BUT if I copy whole context to tomcat3.2.2 and above

AW: AW: AW: Embedding FOP in Servlet

2002-07-25 Thread Martin Ewald
much. Martin -Ursprüngliche Nachricht- Von: Christian Geisert [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 24. Juli 2002 19:08 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: Embedding FOP in Servlet Martin Ewald schrieb: Hi Oleg, I have searched all possibilities where a fop

AW: Embedding FOP in Servlet

2002-07-24 Thread Martin Ewald
Hi Oleg, first thanx for your response. It's indeed an ClassCastException. You're right, but fop.far is from July 2002, so it's new. I make an attempt from command line and wrote following short programm which works fine. Hmm! What is wrong with the servlet, what goes wrong during Driver driver

Re: AW: Embedding FOP in Servlet

2002-07-24 Thread Oleg Tkachenko
Martin Ewald wrote: first thanx for your response. It's indeed an ClassCastException. You're right, but fop.far is from July 2002, so it's new. I make an attempt from command line and wrote following short programm which works fine. Hmm! You could also run fop.bat (or fop.sh) script instead.

AW: AW: Embedding FOP in Servlet

2002-07-24 Thread Martin Ewald
Hi Oleg, I have searched all possibilities where a fop could be referenced by tomcat to be sure it's the only one. To test I've deleted the fop.jar from the subdirectory 'C:\jakarta-tomcat-4.0.1\webapps\fop\WEB-INF\lib' and the servlet fails completely because of missing classes. Then I have

Re: AW: AW: Embedding FOP in Servlet

2002-07-24 Thread Christian Geisert
Martin Ewald schrieb: Hi Oleg, I have searched all possibilities where a fop could be referenced by tomcat to be sure it's the only one. To test I've deleted the fop.jar from the subdirectory 'C:\jakarta-tomcat-4.0.1\webapps\fop\WEB-INF\lib' and the servlet fails completely because of