Anybody using autofarming feature on Tomcat 5.5 cluster?

2005-10-11 Thread Edmon Begoli
Hey all, Can anyone share any experiences with web application autofarming on the Tomcat 5.5 cluster. Is it reliable? Do you use it for production purposes? How big is the cluster? -- Thank you in advance, Edmon Begoli http://blogs.ittoolbox.com/eai/software

using disks SATA against SCSI in tomcat 5.5.9 cluster servers

2005-08-26 Thread Acácio Furtado Costa
Respected friends of the list, I am specifying Cluster nodes (hosts) to use with tomcat 5.5.9 with an apache server as dispatcher. In the specification of the disks I have doubts because the new disks SATA has great performance and speed and with cost comparative minor to the SCSI Disks.

RE: using disks SATA against SCSI in tomcat 5.5.9 cluster servers

2005-08-26 Thread Peter Crowther
From: Acácio Furtado Costa [mailto:[EMAIL PROTECTED] In the specification of the disks I have doubts because the new disks SATA has great performance and speed and with cost comparative minor to the SCSI Disks. Considering applications WEB, where the WAR files are loaded in memory

Re: Tomcat 5.5.9 Cluster Error

2005-08-24 Thread SUGAHARA Toshio
) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) Hi all, I'm building Tomcat Cluster environment on the same box. Configuring sevrer.xml and starting tomcat instance, I got error message as attached

Re: Tomcat 5.5.9 Cluster Error

2005-08-22 Thread SUGAHARA Toshio
Hi Peter, I'm using Windows XP SP1 and not enable Firewall. Also I can use Multicast. I was able to set-up Tomcat Cluster with 5.0.16, but I failed with 5.5.9 and 5.0.28. On only uncommenting the Cluster and Value element in server.xml, I succeeded to set-up with 5.0.16. But with 5.5.9

Tomcat 5.5.9 Cluster Error

2005-08-19 Thread SUGAHARA Toshio
Hi all, I'm building Tomcat Cluster environment on the same box. Configuring sevrer.xml and starting tomcat instance, I got error message as attached file. Here is my envrinment; Apache:2.0.54 MPM worker Tomcat:5.5.9 JK_Connector:mod_jk 1.2.14.1 JDK:J2SE 1.5.0_04 Also, I modified web.xml

Re: Tomcat 5.5.9 Cluster Error

2005-08-19 Thread SUGAHARA Toshio
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) Hi all, I'm building Tomcat Cluster environment on the same box. Configuring sevrer.xml and starting tomcat instance, I got error message as attached file. Here is my envrinment; Apache:2.0.54 MPM worker Tomcat

Re: Tomcat 5.5.9 Cluster Error

2005-08-19 Thread Peter Rossbach
(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409) Hi all, I'm building Tomcat Cluster environment

apache/tomcat/mysql cluster info request

2005-07-26 Thread Kiarna Boyd
Good Morning, I'm looking for suggestions on a large scale tomcat cluster for one deployed app. I currently run our app happily with all server apps smushed on one server. Apache webserver 2.0.52/mod_jk/tomcat5.0.28/mysql 4.1.7 on Fedora Core 3. My company wants to deploy a site that would

Re: How to query for number of active participants in the tomcat 5.5 cluster

2005-06-09 Thread Filip Hanik - Dev Lists
you would need to write a component that queries the cluster classes (internal tomcat components) yourself. I believe you can reach the cluster object through JMX and through the tomcat classes (host etc) the interface CatalinaCluster.getMembers() returns all members in a cluster. Filip

Re: How to query for number of active participants in the tomcat 5.5 cluster

2005-06-09 Thread Peter Rossbach
a component that queries the cluster classes (internal tomcat components) yourself. I believe you can reach the cluster object through JMX and through the tomcat classes (host etc) the interface CatalinaCluster.getMembers() returns all members in a cluster. Filip Edmon Begoli wrote: Hi

Re: How to query for number of active participants in the tomcat 5.5 cluster

2005-06-09 Thread Edmon Begoli
of active participants in the cluster that host tomcat belongs to. If yes - can you please point me to the API, and possibly examples. Thank you, Edmon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

How to query for number of active participants in the tomcat 5.5 cluster

2005-06-07 Thread Edmon Begoli
Hi, Is it possible to query host tomcat for the number of active participants in the cluster that host tomcat belongs to. If yes - can you please point me to the API, and possibly examples. Thank you, Edmon - To unsubscribe

Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Micky Williamson
I have two machines running Tomcat 5.0 with java 1.4. Both are clustered together. Every once in a while, one or the other just starts spinning out of control and clocking wall time. This is on hp ux version 11. New machines, lots of resources (16 Gig of RAM) Any ideas? Thanks, Micky

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Tim Funk
Are you using apache in front of tomcat? Have you done thread dumps when in a good state vs a 100% cpu state? Sounds like an inifinite loop. -Tim Micky Williamson wrote: I have two machines running Tomcat 5.0 with java 1.4. Both are clustered together. Every once in a while, one or the other

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Micky Williamson
No, not using Apache to front end. Haven't done any thread dumps...yet. I just was throwing feelers out to see if there is any history of this. Tim Funk wrote: Are you using apache in front of tomcat? Have you done thread dumps when in a good state vs a 100% cpu state? Sounds like an inifinite

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Filip Hanik - Dev
, we will know more. or even better, profiling it. Filip - Original Message - From: Micky Williamson [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, February 10, 2005 1:24 PM Subject: Re: Tomcat 5 cluster spins out of control periodically

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Micky Williamson
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, February 10, 2005 1:24 PM Subject: Re: Tomcat 5 cluster spins out of control periodically No, not using Apache to front end. Haven't done any thread dumps...yet. I just was throwing feelers out to see if there is any

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Filip Hanik - Dev
LD_ASSUME_KERNEL for example, Filip - Original Message - From: Micky Williamson [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, February 10, 2005 2:44 PM Subject: Re: Tomcat 5 cluster spins out of control periodically Filip, thanks for the information. I did

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Micky Williamson
:44 PM Subject: Re: Tomcat 5 cluster spins out of control periodically Filip, thanks for the information. I did notice that on our test servers, it doesn't happen as frequently. And in the production server.xml we had: Sender className

Re: Tomcat 5 cluster spins out of control periodically

2005-02-10 Thread Filip Hanik - Dev
@jakarta.apache.org Sent: Thursday, February 10, 2005 3:43 PM Subject: Re: Tomcat 5 cluster spins out of control periodically hmm is there any difference in performance with pooled vs async? The OS is HPUX 11 Filip Hanik - Dev wrote: ah, you might be having problems with the java.nio package

Tomcat 5.0.27 Cluster Issues

2004-12-07 Thread Pablo Carretero
Hi all, I have some problem with my Tomcat cluster configuration. I’m doing the test only with to machines (Windows 2K, Tomcat 5.0.27 and the ISAPI Filter). I can’t setup the cluster ok. Now I’m using the default setup in both machines: As you can see in the logs, both

Re: Tomcat 5.0.27 Cluster Issues

2004-12-07 Thread Filip Hanik - Dev
:4010,172.26.102.2,4010, alive=357296] It appears as multicasting is not working properly in your network. Filip - Original Message - From: Pablo Carretero [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 11:44 AM Subject: Tomcat 5.0.27 Cluster Issues Hi all, I have some

Tomcat in Cluster

2004-11-29 Thread Boulay Arnaud
Hello , a specific jk2+lb question please. Says that I have apache HTTP + 2 Tomcats Workers. Each worker is defined in the same lb group and manage the same webapp. - It works fine in optimal context (2 Tomcat + Apache run). - It works fine in 1 tomcat crash. But the problem is when the webapp

Tomcat 5 Cluster on blades with multiple network adapters

2004-11-22 Thread Maibaum, Norbert
Title: Tomcat 5 Cluster on blades with multiple network adapters I try to get Tomcat-Cluster running on blades where two network-adapters are active. So i figured out that mcastBindAddr parameter has to specified. (mcastBindAddr = bind the multicast socket to a specific address) Has

RE: tomcat 5.0.28 cluster with useDirtyFlag=false and NO session.setAttribute(...) within request.

2004-09-16 Thread rolf.schenk
the entire session on each request, you are probably better off just fixing your code Filip - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 3:24 AM Subject: tomcat 5.0.28 cluster with useDirtyFlag=false and NO session.setAttribute

tomcat 5.0.28 cluster with useDirtyFlag=false and NO session.setAttribute(...) within request.

2004-09-15 Thread rolf.schenk
Hello all, We have the following tomcat cluster setup: - Reverse Proxy: Apache reverse proxy which distributes every request to different tomcat instance. Works fine. - Tomcat Cluster: Cluster with 2 instances, pooled synchronization using mcast, useDirtyFlag=false

Re: tomcat 5.0.28 cluster with useDirtyFlag=false and NO session.setAttribute(...) within request.

2004-09-15 Thread Filip Hanik - Dev
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 3:24 AM Subject: tomcat 5.0.28 cluster with useDirtyFlag=false and NO session.setAttribute(...) within request. Hello all, We have the following tomcat cluster setup: - Reverse Proxy

Tomcat 4 cluster - drops members

2004-08-03 Thread Nandish Rudra
Hello, I have an application deployed on a tomcat 4.1.30 cluster. I retrieved a jar from http://cvs.apache.org/~fhanik/ , a tomcat 5 clustering jar that has been made portable for tomcat 4. We followed the instructions and setup the server.xml for the cluster. The application is deoplyed using

Re: Tomcat 4 cluster - drops members

2004-08-03 Thread Filip Hanik - Dev
(E-mail) [EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 11:54 AM Subject: Tomcat 4 cluster - drops members Hello, I have an application deployed on a tomcat 4.1.30 cluster. I retrieved a jar from http://cvs.apache.org/~fhanik/ , a tomcat 5 clustering jar that has been made portable for tomcat 4

Re: tomcat 5.0.19 cluster problem

2004-02-23 Thread Antonio Fiol Bonnn
Filip Hanik (lists) wrote: In any case could a cluster node that ran out of memory destroy the entire cluster? it shouldn't, it can temporary slow it down if the node that is down is accepting connections and broad casting its membership. I'm running a load test right now with the latest

RE: tomcat 5.0.19 cluster problem

2004-02-23 Thread Filip Hanik \(lists\)
: tomcat 5.0.19 cluster problem Filip Hanik (lists) wrote: In any case could a cluster node that ran out of memory destroy the entire cluster? it shouldn't, it can temporary slow it down if the node that is down is accepting connections and broad casting its membership. I'm running a load test

tomcat 5.0.19 cluster problem

2004-02-22 Thread Ilyschenko, Vlad
=org.apache.catalina.cluster.tcp.ReplicationTransmitter replicationMode=pooled/ Valve className=org.apache.catalina.cluster.tcp.ReplicationValve filter=.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;/ /Cluster Yesterday tomcat on one of the servers ran out

RE: tomcat 5.0.19 cluster problem

2004-02-22 Thread Filip Hanik \(lists\)
at my apache.org email for help with debugging Filip -Original Message- From: Ilyschenko, Vlad [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004 5:15 PM To: [EMAIL PROTECTED] Subject: tomcat 5.0.19 cluster problem Hi, We are running three Solaris9 boxes with tomcat 5.0.19

RE: tomcat 5.0.19 cluster problem

2004-02-22 Thread Filip Hanik \(lists\)
not BS:ing you here :) Filip -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Sunday, February 22, 2004 5:51 PM To: Tomcat Users List Subject: RE: tomcat 5.0.19 cluster problem I haven't tested clustering on Solaris 9, but on linux it works great

RE: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

2003-09-09 Thread Filip Hanik
have you tried http://cvs.apache.org/~fhanik/ Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:32 AM To: Tomcat Users List Subject: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support.

2003-09-08 Thread Yefym . Dmukh
Hello , I still have no idea what could I do to get apache-tomcat cluster up'n'running. Current problem is that browser session got right workerid added JSESSIONID=19E9FD015AF34C5181322F3FEF37B0D6.tomcat-worker-01, but sends request for processing to all tomcat nodes using round-robin. So

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with stickysession support.

2003-08-29 Thread Yefym . Dmukh
Hi people, I still have no any progress , I've installed the newest version of tomcat 4.1.27 and build mod_jk from the sources. Still the same : all requests are sent to one tomcat , but if I shutdown it apache redirects the work to another one No error messages, in mod_jk.log I see that two

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky sessionsupport.

2003-08-29 Thread Yefym . Dmukh
Hi people, I still have no any progress , I've installed the newest version of tomcat 4.1.27 and build mod_jk from the sources. Still the same : all requests are sent to one tomcat , but if I shutdown it apache redirects the work to another one No error messages, in mod_jk.log I see that two

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running withsticky session support.

2003-08-29 Thread John Turner
A couple of things: 1. Your workers.properties file (to me) seems needlessly complex. I would cut it down to match Pascal's example. 2. In your server.xml, you have jmvRoute. I don't load balance, but as far as I know it should be jvmRoute (note spelling). 3. You only sent one

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky sessionsupport.

2003-08-29 Thread Yefym . Dmukh
] 29.08.2003 14:23 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support. A couple of things: 1. Your workers.properties file (to me

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with stickysession support.

2003-08-28 Thread Yefym . Dmukh
: Subject:Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session support. [EMAIL PROTECTED] wrote: Hi guys here is detail description: I have Apache/2.0.45 running on the server A If your Apache is running on UNIX/Linux/BSD/MacOS X, load balancing

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with stickysession support.

2003-08-28 Thread Yefym . Dmukh
. No errors or exceptions in mod_jk.log were found. [EMAIL PROTECTED] 28.08.2003 09:07 Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky session

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running withsticky session support.

2003-08-28 Thread Vladyslav Kosulin
[EMAIL PROTECTED] wrote: Hi , some additional information . I've got with mozilla LiveHTTPHeaders that my session cookie doesn't recieve Jvmroute parameter , so apache doesn't know anything about load-balancing . Cookie: JSESSIONID=5387242C819757A9BC12B2FAF1AF2AD8; Does anybody have any

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky sessionsupport.

2003-08-27 Thread Yefym . Dmukh
Hi guys here is detail description: I have Apache/2.0.45 running on the server A And two tomcat workers are running on B and C The problem is that I cannot get Tomcat cluster load balanced , playing around with workers.properties on Apache gave me two different situations. 1.if I have

Urgent !!! Problem to get TOMCAT/4.1.24 cluster running with sticky sessionsupport.

2003-08-27 Thread Yefym . Dmukh
is that I cannot get Tomcat cluster load balanced , playing around with workers.properties on Apache gave me two different situations. 1.if I have local_worker parameter equal to 1, then I have no lost sessions but also no loadbalancing . But cluster is still fail safe, if one tomcat dies - another

Re: Urgent !!! Problem to get TOMCAT/4.1.24 cluster running withsticky session support.

2003-08-27 Thread Vladyslav Kosulin
is that I cannot get Tomcat cluster load balanced , playing around with workers.properties on Apache gave me two different situations. 1.if I have local_worker parameter equal to 1, then I have no lost sessions but also no loadbalancing . But cluster is still fail safe, if one tomcat dies - another