Re: Connection pool in a clustered environment

2016-03-08 Thread Daniel Savard
Hi Chris, thanks for the explanations. I just completed a first dirty test and it is actually working fine. I believe I did something wrong on my first trial. I did put the distributable="true" attribute in the Context element of my context file in $CATALINA_BASE/conf/[[enginename]/[hostname]/mywe

Re: Connection pool in a clustered environment

2016-03-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, On 3/8/16 2:27 PM, Daniel Savard wrote: > I wonder how you handle a pool of connections (not necessarily to > a database, think about something generic) in a clustered > environement. Generally, there is nothing to be done, here. Each node is

Connection pool in a clustered environment

2016-03-08 Thread Daniel Savard
Hi everyone, I wonder how you handle a pool of connections (not necessarily to a database, think about something generic) in a clustered environement. I defined a pool of connections in my application context and I did put it in the context with the setAttribute() method. Since each instance is d

Re: clustered environment

2016-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Usair, On 3/1/16 12:00 AM, uzair rashid wrote: > Background,: windows boxes, cms servers, bobj, tomcat servers > 7.057. Distributed landscape. (Clustered) > > Ive configured the server xml for clustering and distributable to > true in the web xml.

clustered environment

2016-02-29 Thread uzair rashid
Hello Experts Background,: windows boxes, cms servers, bobj, tomcat servers 7.057. Distributed landscape. (Clustered) Ive configured the server xml for clustering and distributable to true in the web xml. In the cms, we have a Java null pointer exception. At login it first says page is expire

AW: Where should I store my static content in a clustered environment

2005-11-24 Thread Eickvonder Bjoern
3:01 > An: Tomcat Users List > Betreff: Re: Where should I store my static content in a > clustered environment > > Bjoern > > Do you need some sort of fault tolerant system? > Can you clarify the requierments you have, do you need load > balancing, session sync repli

AW: Where should I store my static content in a clustered environment

2005-11-24 Thread Eickvonder Bjoern
Tomcat Users List > Betreff: RE: Where should I store my static content in a > clustered environment > > A simple solution would be to have all static pages hosted on > an Apache httpd server in front of tomcat clusters. If you > need more performance, just cluster the httpds. To

Re: Where should I store my static content in a clustered environment

2005-11-23 Thread Bruno Georges
. Cheers Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: "Duan, Nick" [EMAIL PROTECTED] Sent: 23.11.2005 21:21 To: "Tomcat Users List" Subject: RE: Where should I store my static content in a clustered e

RE: Where should I store my static content in a clustered environment

2005-11-23 Thread Duan, Nick
uld I store my static content in a clustered environment Hi, lets start with describing my current task where I would appreciate any advice from you. I have to construct a clustered system (with lots of webservers) that has few dynamic pages but a lot of static ones, whereby all resources have

Vedr.: Where should I store my static content in a clustered environment

2005-11-23 Thread Thomas Nybro Bolding
enligst til "Tomcat Users List" Til: cc: Vedr.: Where should I store my static content in a clustered environment Hi, lets start with describing my current task where I would appreciate any advice from you. I have to construct a clustered system (with

Where should I store my static content in a clustered environment

2005-11-23 Thread Eickvonder Bjoern
Hi, lets start with describing my current task where I would appreciate any advice from you. I have to construct a clustered system (with lots of webservers) that has few dynamic pages but a lot of static ones, whereby all resources have to be protected by security-constraints of a webapp (so lett