Re: multi-tenant web app

2013-04-16 Thread Ty
On Fri, Apr 12, 2013 at 6:08 AM, Jamie ja...@mailarchiva.com wrote: Greetings! I would like some advice with regards to deploying a web app in a multi-tenant scenario. A while back, we had a few cloud service providers ask us if they could host our web app as a service. Under pressure to

Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread Ty
Summary: Because of our use case (hundreds of webapps per instance), we cannot feasibly upgrade our Tomcat 6 containers to Tomcat 7 or Tomcat 8, due to the massive increase in memory the upgrade causes. Background: We’ve been running Tomcat 6 for several years, on perhaps an unusual scale:

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread Ty
ould help, but even more glad to just skip Tomcat 7 altogether. On Tue, Feb 16, 2016 at 2:11 PM Ty <ty733...@gmail.com> wrote: > George, thanks for sharing your experience, good to know I'm not the first > down this path. I'd be interested to know if you've tested at all with > Tomcat 8 and

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread Ty
ndependent of JAR scanning, that's the show-stopper for us. Let me know if I can provide any other info, and thanks again. On Tue, Feb 16, 2016 at 12:58 PM Mark Thomas <ma...@apache.org> wrote: > On 16/02/2016 16:13, Ty wrote: > > Summary: > > > > Because of our use c

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread Ty
N PGP SIGNED MESSAGE- > Hash: SHA1 > > Ty, > > On 2/16/16 3:11 PM, Ty wrote: > > George, thanks for sharing your experience, good to know I'm not > > the first down this path. I'd be interested to know if you've > > tested at all with Tomcat 8 and what your fin

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-16 Thread Ty
ing as we saw with last year's version). On Tue, Feb 16, 2016 at 3:55 PM Mark Thomas <ma...@apache.org> wrote: > On 16/02/2016 20:14, Ty wrote: > >> JAR scanning should be transient. What was it that was causing the 10-20 > >> fold increase? > > &

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-17 Thread Ty
x increase from Tomcat 7 to Tomcat 8, without having JAR scanning in the mix. On Wed, Feb 17, 2016 at 6:14 PM Mark Thomas <ma...@apache.org> wrote: > On 18/02/2016 00:05, Christopher Schultz wrote: > > Mark, > > > > On 2/17/16 5:04 PM, Mark Thomas wrote: > >> On 17/02/

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-18 Thread Ty
> Are you able to build Tomcat 8.0.x from source to test locally or would > you like me to provide you with a test build? Looks like building is pretty straightforward. I'll dive in and post back with my testing results. On Thu, Feb 18, 2016 at 9:11 AM Mark Thomas wrote: >

Re: Cannot upgrade past Tomcat 6 due to massive memory increase

2016-02-18 Thread Ty
our upgrade plan, so we will be putting 8.0.33 into our next cycle (once it's officially released). Thanks again for looking into this, and wow, addressing it so quickly. Cheers, Ty Case 1 (baseline): +-+--+---+ | version | startup time | heap

determining how to set jarsToScan

2017-02-21 Thread Ty
ead pretty quickly. Is there perhaps a way to use the catalina classes to accomplish this? Or some other technique? Any assistance is appreciated. Thanks, Ty