RE: Building a more efficient war file

2010-01-21 Thread Caldarale, Charles R
> From: Eric Pastoor [mailto:epast...@vt.edu] > Subject: Re: Building a more efficient war file > > I was hoping that by changing my webapps to a much smaller > footprint, it would reduce the strain on the server. Putting the class files in a common location won't reduce

Re: Building a more efficient war file

2010-01-21 Thread Eric Pastoor
all. I was hoping to simplify that a bit. On Thu, Jan 21, 2010 at 12:28 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Eric Pastoor [mailto:epast...@vt.edu] > > Subject: Building a more efficient war file > > > > Each deployed webapp contains al

Re: Building a more efficient war file

2010-01-21 Thread Peter Crowther
2010/1/21 Eric Pastoor > I run a tomcat based website which run about 10 sports leagues.  All of the > leagues have their own war based webapp. [...] > Am I going about this totally wrong? Well, a quick cost/benefit analysis... - How much does the memory and disk to hold the extra copies of the

RE: Building a more efficient war file

2010-01-21 Thread Caldarale, Charles R
> From: Eric Pastoor [mailto:epast...@vt.edu] > Subject: Building a more efficient war file > > Each deployed webapp contains all the same source code > copied across each. Hopefully you don't put source code in the .war files. > I have been trying to think of a better

Building a more efficient war file

2010-01-21 Thread Eric Pastoor
I run a tomcat based website which run about 10 sports leagues. All of the leagues have their own war based webapp. For the last 6 years or so I've been building 10 separate large war files or one for each. Each deployed webapp contains all the same source code copied across each. I have bee