Re: FOPException:no protocol when executin driver.run()

2002-03-24 Thread J.Pietschmann
Volker [EMAIL PROTECTED] wrote: > If so you have to use URL syntax i.e. > file://path_to_the_location_of_your_image_file. For clarification: if your FO file is "C:\foo\bar.fo", you should use "file:///C:/foo/bar.fo" as URL. Note the triple slash. If you want to use relative URLs, like "bar.foo",

RE: FOPException:no protocol when executin driver.run()

2002-03-24 Thread Volker [EMAIL PROTECTED]
Hi Susan, what files did you try to run? Could it be that you are using images? If so you have to use URL syntax i.e. file://path_to_the_location_of_your_image_file. Volker - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

FOPException:no protocol when executin driver.run()

2002-03-24 Thread susan atmaja
Hi, I'm currently using fop 0.20.3 I tried to run the sample file given (embedding FOP in servlet), however I got an expection when driver.run() command is called. Below is the sample program that I used. ByteArrayOutputStream out = new ByteArrayOutputStream(); response.setContentType("applic