Re: Setting baseDir in a servlet environment.

2002-12-19 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I ended up using a XSL parameter instead of baseDir. Can you tell me if driver.render is thread safe. Can I have more than one conversion running at the same time? I think so (fop.0.20.5rc). I have it in a production web server and it works well under resonably big

Re: Setting baseDir in a servlet environment.

2002-12-15 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: org.apache.fop.configuration.Configuration.put(baseDir,c:\my\base\dir). or since I'm using a servlet I should call: org.apache.fop.apps.Options options = new Options( new FIle(userconfig.xml) ) How is this going to be thread safe? afaik it's not thread safe.

Setting baseDir in a servlet environment.

2002-12-13 Thread robert . wynkoop
I'm building a class to output a dynamic PDF on a web site. Using Websphere. According to the FAQ I can call: org.apache.fop.configuration.Configuration.put(baseDir,c:\my\base\dir). or since I'm using a servlet I should call: org.apache.fop.apps.Options options = new Options( new