This may not be the appropriate forum (may be more of a Java question), so I
asked for your forbearance.

We are struggling with where to keep our image files. Right now we loading
them with absolute file paths. This works for one application that "builds"
the path based on environment information. This allows us to maintain
portability. 

We have another application that does not know anything about its
environment. When the application is moved from a development server to a
production, we must update the stylesheet to reflect the server change. We
would like to avoid this. 

It appears that file references, if not absolute, are relative to the (and
here's the part we are a little fuzzy on) the classpath for our FOP servlet?


If this is the case, I guess we can put them in the WAR file and then
redistribute it as needed. I was hoping for a cleaner solution.

Thanks,
Pete Allison
 


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

Reply via email to