Jim,

do you use ANT or Maven to build/deploy your projects?  if so you can
have them set up a config file for you based on the environment you're
building to.

andy

On Tue, 20 Jul 2004 15:35:51 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote:
> We have PDF's that can be created by one webapp, but must also be served by other 
> webapps.  Obviously, fun is ensuing in trying to figure out the best to avoid hard 
> coding paths, even in a configuration file.  Dev, Test and Production are of course 
> different enought that each environment requires a different configuraion file.
> We don't want to take the performance hit of storing the pdf as a blob.  Can't build 
> them on the fly for readonly (these are supposed to be immutable).  can't do cool 
> unix linking tricks ( not on unix, running on AS400s).
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to