Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Hello list, I have some questions on Tomcat 5.5.15 clustering. The apache httpd server connects to the cluster members with mod_jk. All the cluster members have the jvmRoute attribute set to the same value cluster as well as the same multicast group. Multicast routes are activated on the

Re: Questions on Clustering

2006-03-20 Thread Edoardo Causarano
Thanks Filip... e Alle 17:30, lunedì 20 marzo 2006, Filip Hanik - Dev Lists ha scritto: you have several problems: 1. jvmRoute should be a unique value on each tomcat, not the same across all. 2. you have used (tcpListenAddress=auto) - what this does, is look up your hostname, and then

Re: FarmWarDeployer instructions

2006-03-22 Thread Edoardo Causarano
watchEnabled=false --true means we are watching for new deployments, false means we act as a slave, only get deployments from other nodes. Filip Edoardo Causarano wrote: Hello list, I've managed to get a test cluster working. ATM all cluster members have their own copy of deployed servlets

Intercepting Context exceptions

2006-05-09 Thread Edoardo Causarano
Hello list, I'm managing some legacy web apps, some jsp and other servlet based, that lack good Exception handling (or at least Logging and reporting). Rather than a plain blank page I'd like to return some infomative message within sone nice html message. Most importantly I'd like to log these

Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
Hello list, I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would disabling http keepalives reduce the open file count? tnx, e

Re: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
] -- Edoardo Causarano Direzione Operazioni Tecnologia Area Sistemi Laziomatica S.p.A. Via Adelaide Bono Cairoli, 68 00145 Roma mobile: --- fisso: +39 0651689829 [EMAIL PROTECTED] www.laziomatica.it - To start a new topic, e-mail

Re: Tomcat 5.0.28 reaches OS open files limit

2006-06-02 Thread Edoardo Causarano
Hmm... I'll check. Thanks e 2006/5/26, [EMAIL PROTECTED] [EMAIL PROTECTED]: I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-24 Thread Edoardo Causarano
Don't flame, remember it's Christmas. Recompiling Java apps isn't strictly necessary but from a maintainer point of view it makes sense: they want to assure that the distribution they provide is as complete and workable as possible. That includes the ability to build, patch, integrate any

Re: JK Connector

2006-12-25 Thread Edoardo Causarano
Rename your app archive ROOT.war and deploy it. Tomcat will use it as unnamed context Ciao, e 2006/12/22, wolverineny ny [EMAIL PROTECTED]: Hello, How can I configure JK connector to redirect all requests to a particular webapp. http://localhost/index.html

Re: BOOBIES!

2006-07-23 Thread Edoardo Causarano
Everyone, please chill out. The duck picture is a funny pun, no need to see some kind of macho-sexist-cover-up-minimization-of-a-serious- issue paranoia. BTW, Mr. Harris still hasn't excused himself to the gals in this list... time to do so and close the issue. Ideally everyone should

Re: Creating /WEB-INF folders for virtualhosts

2006-08-19 Thread Edoardo Causarano
The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored and is not a documentroot in the apache httpd sense. The latter would be the ROOT.war webapp to which root relative paths unmatched by any other war prefix resolve. Distribution of object

Re: Creating /WEB-INF folders for virtualhosts

2006-08-21 Thread Edoardo Causarano
-through you may feed resources not intercepted by JkMount from the directory configured under htttpd. Ciao, e On 21/ago/06, at 08:47GMT+02:00, John Hinton wrote: Edoardo Causarano wrote: The host appbase attribute specifies the directory where the wars (exploded or left intact) are stored

Clustering with mod_jk

2006-09-01 Thread Edoardo Causarano
Hello List, scenario: - 4 node tc 5.0.28 vertical cluster ( :-| same server... still testing, but it could have been 8) listening on ajp Connector address=x.x.x.x port=8009 maxProcessors=150 minProcessors=50 protocol=AJP/1.3

Re: Clustering with mod_jk

2006-09-01 Thread Edoardo Causarano
with MaxClients 4096 and still have a much less maxProcessor value on Tomcat Filip Edoardo Causarano wrote: Hello List, scenario: - 4 node tc 5.0.28 vertical cluster ( :-| same server... still testing, but it could have been 8) listening on ajp Connector address=x.x.x.x port=8009