why the xml and xsl files have to be in the bin folder of tomcat when I generate a application web for that the application works?

2014-03-26 Thread edi4988
Hi everyone, why the xml and xsl files have to be in the bin folder of tomcat when I generate a application web for that the application works? I have a web application to create rtf and pdf files with a Servlet. I need to have my xml file and xsl file in in the bin folder of tomcat to that my

Re: why the xml and xsl files have to be in the bin folder of tomcat when I generate a application web for that the application works?

2014-03-26 Thread Luis Bernardo
See http://xmlgraphics.apache.org/fop/trunk/servlets.html. With the example servlet provided by FOP you need to specify the full path of your files (that is /path/to/my/file.fo). On 3/26/14, 9:02 PM, edi4988 wrote: Hi everyone, why the xml and xsl files have to be in the bin folder of

Re: why the xml and xsl files have to be in the bin folder of tomcat when I generate a application web for that the application works?

2014-03-26 Thread edi4988
Do you know other way or other example where files can be in other folder different to bin? because if I have the xml and xslt files in other folder different to bin I have a error. 2014-03-26 16:56 GMT-06:00 Luis Bernardo [via Apache FOP] ml-node+s1065347n40350...@n5.nabble.com: See