Re: Parallel Deployment: Can I request a specific webapp version?

2015-10-01 Thread Linus Brimstedt
Hash: SHA256 > > Linus, > > On 9/28/15 2:37 AM, Linus Brimstedt wrote: > > On 27 September 2015 at 23:55, Christopher Schultz < > > ch...@christopherschultz.net> wrote: > > > >> > >> You have competing requirements: > >> > >&g

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-28 Thread Linus Brimstedt
Yn+H/SaeGgi > pXMJspKz8qb8W9f3yBekQFM7kGcP1cBvp6JTAGwbsTx8VM5oJlffNi7RAVEO6DeV > IqyVpqOKOnu2GwhpzIs5 > =6+bn > -END PGP SIGNATURE- > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-27 Thread Linus Brimstedt
On 24 September 2015 at 23:59, George Sexton wrote: Tomcat. Other suggestions are welcome. > > Couldn't you have your load balancer send x% to one instance, and 1-x% to > the other instance? Why would Tomcat even have to be aware of this? > > Hi Sure I could. But I like

Re: Parallel Deployment: Can I request a specific webapp version?

2015-09-24 Thread Linus Brimstedt
KEGnLjz/YfJ9QX/wo5 > IztmdgvvodMwJpY8lSQxOStgKcAbyt/fjZ1XvqLWxMVRldnuYxFIKzXwFOdN8TfO > +N5Vz6tGeX3xviFpYCCJ8tTqYbxJl4iWkpqGZneY4wAXRFSkwl7XCPz4Q/4FkbRv > omi/s7IsQ+f0Il7KPY+S > =Gcmi > -END PGP SIGNATURE- > > - > To unsubscribe, e-m

Re: Problem with SimpleTcpCluster and nodes temporarily dropping out of cluster

2015-04-22 Thread Linus Brimstedt
Hi! Thanks for your reply! We have evaluated backupmanager and it does indeed seem to solve the issue! br /Linus On 8 April 2015 at 12:30, Mark Thomas ma...@apache.org wrote: On 07/04/2015 21:46, Linus Brimstedt wrote: Hello, We have a problem with SimpleTcpCluster and session

Problem with SimpleTcpCluster and nodes temporarily dropping out of cluster

2015-04-07 Thread Linus Brimstedt
be good to see if someone has any thoughts on this, other suggestions or ideas to remedy the situation. best regards /Linus -- *Linus Brimstedt * CTO +46 70 - 683 98 54 linus.brimst...@viskan.se *Viskan Distanshandel System AB* Druveforsvägen 8 504 33 Borås, Sweden +46 33 - 20 60 20 www.viskan.se

Re: Performance question...

2015-04-07 Thread Linus Brimstedt
Hello Try to do a java thread dump and check the stuck threads (possibly by comparing with the output of the tomcat server status page). Hopefully this will give you a clue about what the threads are doing at that time. If the application uses a database, you may see that they are stuck waiting