In addition to the two approaches suggested by Alex, one that we have used
to circumvent this kind of issue makes use of a dispatching feature built
into our application server (ATGs Dynamo) that allows us to map out a whole
virtual directory to a specific servlet.

A request going to www.some.server.com/dynamicPDF/form.pdf will be routed
to the FOP frontend servlet based on the dynamicPDF path prefix (which is
configured in Apache to require forwarding to the app server).

I'm sure that similar dispatching features exist in other application
servers as well.

               Axel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to