> -----Original Message-----
> From: Andrew Close [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 20, 2004 3:44 PM
> To: Struts Users Mailing List
> Subject: Re: OT: Best practice for access to file from 
> multiple web apps
> 
> 
> 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.

Nope.. not at the moment.  *SIGH*  

Somewhere in this search for a better way is a rant about doing things that standard 
way rather then roll your own..... but that's for another time and a lot more 
Guiness......

> 
> 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]
> 
> 

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

Reply via email to