Re: fop-servlet parameter & XSLTInputHander problem

2003-01-26 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: When I use fop in a servlet, at some point the fop XSLTInputHandler seems to prepend the directory where tomcat was started from to the filenames retrieved from the servlet parameters. This results in a FileNotFoundException if I don't specify the servlet parameters as abso

fop-servlet parameter & XSLTInputHander problem

2003-01-23 Thread [EMAIL PROTECTED]
Hi, When I use fop in a servlet, at some point the fop XSLTInputHandler seems to prepend the directory where tomcat was started from to the filenames retrieved from the servlet parameters. This results in a FileNotFoundException if I don't specify the servlet parameters as absolute pathnames. Any