well, depending on your build process (and who is in control), setting
up ANT really isn't all that difficult.  and then you can have a
config file for each platform you build to.
i haven't had a chance (or taken the time) to play with Maven yet. 
it's built on top of ANT and apparently adds a lot of other cool
features.
you should check them out.
sorry i don't have more specific help. 

:)


On Tue, 20 Jul 2004 15:47:24 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote:
> 
> 
> > -----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]
> 
>

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

Reply via email to