Tomcat cluster behaviour issues

2017-07-21 Thread niranjan kumar
While experimenting with cluster of two tomcat nodes node1,node2 i came to know that: 1. Don't keep your .war in watch-dir beforehand.Copy after, node1 has started,then it will be deployed to other node. 2. If .war file is there in watch-dir start the second node before .war

Re: tomcat cluster questions

2016-05-24 Thread Keiichi Fujino
Hi, 2016-05-23 18:56 GMT+09:00 Hans-Joachim Kliemeck < hans-joachim.kliem...@hays.de>: > Hey, > > > If you do not set the LocalMember, > > the implementation class of local members will become MemberImpl rather > than the StaticMember. > > In addition, you can not explicitly specify the domain

AW: tomcat cluster questions

2016-05-23 Thread Hans-Joachim Kliemeck
Hey, > If you do not set the LocalMember, > the implementation class of local members will become MemberImpl rather than > the StaticMember. > In addition, you can not explicitly specify the domain and the uniqueId of > local member. > If you do not mind these, there is no problem if you do not

Re: tomcat cluster questions

2016-05-23 Thread Keiichi Fujino
2016-05-19 17:55 GMT+09:00 Hans-Joachim Kliemeck < hans-joachim.kliem...@hays.de>: > Hey, > > currently i'm building up a tomcat cluster and after studying the > documentation/source some questions came up: > > Is it really necessary to add a

tomcat cluster questions

2016-05-19 Thread Hans-Joachim Kliemeck
Hey, currently i'm building up a tomcat cluster and after studying the documentation/source some questions came up: Is it really necessary to add a LocalMember xml element to the StaticMembershipInterceptor? I found a lot examples where this element was not added. FYI: we are using TCP

Re: Problem with Tomcat Cluster

2016-02-03 Thread Edwin Quijada
Well, I have a clustered , I dont test in non clustered environment From: Mikel Ibiricu <jlumi...@gmail.com> Sent: Wednesday, February 3, 2016 5:32 AM To: Tomcat Users List Subject: Re: Problem with Tomcat Cluster Are you sure it starts in non-clu

Problem with Tomcat Cluster

2016-02-02 Thread Edwin Quijada
Hi! I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this environment I get eerror. I tested with examples project and it works fine. My log iis this 01-Feb-2016 19:07:39.474 SEVERE [main

Re: Problem with Tomcat Cluster

2016-02-02 Thread Mikel Ibiricu
Are you sure it starts in non-clustered environment? It sounda to me to be just a spring initialization error. El 02/02/2016 22:40, "Edwin Quijada" <listas_quij...@hotmail.com> escribió: > Hi! > I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , > P

Synchronous Tomcat cluster

2016-01-25 Thread João Sávio
Hello guys I'm trying to setup a Tomcat cluster to be synchronous (default uses channelSendOptions=8, which is asynchronous). Some time ago, I had issues with session replication, I asked on this list, and using the configuration channelSendOptions="6" solved my issues. However, now, d

Re: Tomcat cluster with static membership

2014-12-17 Thread Théo Chamley
={10,1,0,100,0,0,0,0,0,0,0,0,0,0,0,0}/ Member className=org.apache.catalina.tribes.membership.StaticMember port=4001 host=192.168.1.6 uniqueId={10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}/ Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley theo...@mley.fr wrote: Hello, I am trying to setup a simple Tomcat cluster

Re: Tomcat cluster with static membership

2014-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 12/17/14 11:22 AM, Théo Chamley wrote: Mark, things haven't changed on Tomcat8 for the logging properties, your configuration did work. In the end, I had two problems: * My client did not have a distributable/ element in his web.xml

Re: Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-10 Thread Aaron R
to resolve this problem(a), it must be synchronized between cluster nodes cache of SingleSignOnEntry at startup. Please open a bug entry for a). 2014-12-05 3:35 GMT+09:00 Aaron R aaron14.pub...@gmail.com: Hello, I have a Tomcat cluster (7.0.42) that is configured to use the DeltaManager

Re: Tomcat cluster with static membership

2014-12-09 Thread Théo Chamley
={10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}/ Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley theo...@mley.fr wrote: Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment that does not allow it. Debian 7

Re: Tomcat cluster with static membership

2014-12-09 Thread Daniel Mikusa
=org.apache.catalina.tribes.membership.StaticMember port=4001 host=192.168.1.6 uniqueId={10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}/ Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley theo...@mley.fr wrote: Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use

Re: Tomcat cluster with static membership

2014-12-09 Thread Mark Eggers
className=org.apache.catalina.tribes.membership.StaticMember port=4001 host=192.168.1.6 uniqueId={10,1,0,101,0,0,0,0,0,0,0,0,0,0,0,0}/ Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley theo...@mley.fr wrote: Hello, I am trying to setup a simple Tomcat cluster

Re: Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-09 Thread Keiichi Fujino
) There are no documents. In order to resolve this problem(a), it must be synchronized between cluster nodes cache of SingleSignOnEntry at startup. Please open a bug entry for a). 2014-12-05 3:35 GMT+09:00 Aaron R aaron14.pub...@gmail.com: Hello, I have a Tomcat cluster (7.0.42

Tomcat cluster with static membership

2014-12-08 Thread Théo Chamley
Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment that does not allow it. Debian 7 Tomcat 8.0.14 Oracle JVM 1.8.0_25 Both Tomcat are ok on their own, but I can't seem to make the clustering work

Re: Tomcat cluster with static membership

2014-12-08 Thread Ameer Mawia
On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley theo...@mley.fr wrote: Hello, I am trying to setup a simple Tomcat cluster with static membership. I can't use multicast because I am on a virtualization environment that does not allow it. Debian 7 Tomcat 8.0.14 Oracle JVM 1.8.0_25 Both

Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-04 Thread Aaron R
Hello, I have a Tomcat cluster (7.0.42) that is configured to use the DeltaManager for session replication. It also uses the ClusterSingleSignOn valve for SSO and for propagating authentication to the other nodes in the cluster. If I log into Tomcat1, the session state and the single sign

tomcat cluster on amazon ec2 - SEVERE: Unable to start cluster receiver

2014-02-09 Thread Ja kub
I wget latest tomcat.tgz, unpack it and catalina.sh run start ok. now in server.xml I uncomment Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ and get following stack trace: ubuntu@db1:/opt/test/apache-tomcat-7.0.50/bin$ ./catalina.sh run Using CATALINA_BASE:

Tomcat cluster problems regarding multicast

2013-07-29 Thread Willem Fibbe - Realworks BV
Hi, We have a Tomcat Cluster consisting of 2 servers that replicate their sessions with the following configuration in server.xml (directly under Engine..): ... Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster Channel className

Re: Tomcat cluster problems regarding multicast

2013-07-29 Thread Mark Thomas
On 29/07/2013 12:27, Willem Fibbe - Realworks BV wrote: I'm hoping someone can provide some suggestions to identify the exact problem (and the solution:)). This is one of those things (like SSL) where several things all need to be lined up or nothing works and debugging it is tricky. The best

Maximum instances in Tomcat cluster

2013-05-17 Thread Soumya Chatterjee
Hi, I am using Apache Tomcat (version: 6.0.35) with horizontal clustering (static membership) for hosting my web application. I want to know if there is any upper limit of instances that Tomcat supports in order to maintain its optimum performance. (I searched the Tomcat clustering documentation

Re: Maximum instances in Tomcat cluster

2013-05-17 Thread Mark Thomas
On 17/05/2013 10:08, Soumya Chatterjee wrote: Hi, I am using Apache Tomcat (version: 6.0.35) with horizontal clustering (static membership) for hosting my web application. I want to know if there is any upper limit of instances that Tomcat supports in order to maintain its optimum

Re: Scenario with Tomcat cluster session management

2013-01-30 Thread Konstantin Kolinko
2013/1/30 Josh Gooding josh.good...@gmail.com: As usual, I am always working with Tomcat to tweak every ounce of oomph out of it and I ran across this scenario in my configuration trials. At present, I have a small 3 server tomcat cluster running 7.0.30 64-bit on CentOS, and jdk6. I want

Scenario with Tomcat cluster session management

2013-01-29 Thread Josh Gooding
As usual, I am always working with Tomcat to tweak every ounce of oomph out of it and I ran across this scenario in my configuration trials. At present, I have a small 3 server tomcat cluster running 7.0.30 64-bit on CentOS, and jdk6. I want to move the project from having to use kill -9

Re: How to send some requests to all tomcat cluster nodes from loadbalancer

2012-09-14 Thread Orhan Karasakal
, there is no multicasting Is it possible that could I send some special requests (after request header control) or broadcast message to all tomcat cluster nodes ? Is there any rule or method ? Normally every request goes one node but for some special url, I want to send these requests

Re: How to send some requests to all tomcat cluster nodes from loadbalancer

2012-09-12 Thread Pid
(after request header control) or broadcast message to all tomcat cluster nodes ? Is there any rule or method ? Normally every request goes one node but for some special url, I want to send these requests to all cluster nodes. For example for some url, application should not be seen to user

Re: How to send some requests to all tomcat cluster nodes from loadbalancer

2012-09-12 Thread Orhan Karasakal
. Among nodes, there is no multicasting Is it possible that could I send some special requests (after request header control) or broadcast message to all tomcat cluster nodes ? Is there any rule or method ? Normally every request goes one node but for some special url, I want to send

Re: Access Tomcat cluster info thru MBean

2012-09-02 Thread Mark Thomas
On 01/09/2012 00:42, Mark Thomas wrote: On 29/08/2012 13:22, Mark Thomas wrote: On 29/08/2012 08:29, Awdhesh Kumar wrote: I am working with Tomcat 7.0.X. Just to be clear, do you mean Tomcat 7.0.x built from tc7.0.x/trunk in svn or do you mean some unknown Tomcat 7 version? I have started

Re: Access Tomcat cluster info thru MBean

2012-08-31 Thread Mark Thomas
On 29/08/2012 13:22, Mark Thomas wrote: On 29/08/2012 08:29, Awdhesh Kumar wrote: I am working with Tomcat 7.0.X. Just to be clear, do you mean Tomcat 7.0.x built from tc7.0.x/trunk in svn or do you mean some unknown Tomcat 7 version? I have started some work to improve the cluster

Re: Access Tomcat cluster info thru MBean

2012-08-30 Thread Pid
secret classified) 7.0.X release. p Mark -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 29, 2012 12:57 PM To: Tomcat Users List Subject: Re: Access Tomcat cluster info thru MBean Awdhesh Kumar awdh...@adobe.com wrote: I am running my

Access Tomcat cluster info thru MBean

2012-08-29 Thread Awdhesh Kumar
I am running my Tomcat is running in clustered mode with four instances configured to same machine. In the application, I need to retrieve information regarding all the running instances of this cluster (nodes) through MBean. Information like instance IP, instance name are my primary

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
Awdhesh Kumar awdh...@adobe.com wrote: I am running my Tomcat is running in clustered mode with four instances configured to same machine. In the application, I need to retrieve information regarding all the running instances of this cluster (nodes) through MBean. Information like instance IP,

RE: Access Tomcat cluster info thru MBean

2012-08-29 Thread Awdhesh Kumar
I am working with Tomcat 7.0.X. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 29, 2012 12:57 PM To: Tomcat Users List Subject: Re: Access Tomcat cluster info thru MBean Awdhesh Kumar awdh...@adobe.com wrote: I am running my Tomcat is running

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
, August 29, 2012 12:57 PM To: Tomcat Users List Subject: Re: Access Tomcat cluster info thru MBean Awdhesh Kumar awdh...@adobe.com wrote: I am running my Tomcat is running in clustered mode with four instances configured to same machine. In the application, I need to retrieve information

Re: tomcat cluster for stateless web application

2012-06-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 6/13/12 8:12 AM, Pid * wrote: On 12 Jun 2012, at 18:22, Albert Kam moonblade.w...@gmail.com wrote: I've noticed that in the documentation, it says a lot about session replication. I wonder what can be omitted in the configurations

Re: tomcat cluster for stateless web application

2012-06-13 Thread Pid *
On 12 Jun 2012, at 18:22, Albert Kam moonblade.w...@gmail.com wrote: I've noticed that in the documentation, it says a lot about session replication. I wonder what can be omitted in the configurations for a stateless java webapp setup (without any sessions), to hopefully get a simpler

Re: post redirect get to the same tomcat instance in a tomcat cluster ?

2012-06-13 Thread Pid *
On 12 Jun 2012, at 18:17, Albert Kam moonblade.w...@gmail.com wrote: Hi all ! Is it possible to do POST submit to the tomcat-A, redirect happens, and then GET to the same tomcat-A again in a tomcat cluster ? And, in hope to make things easier, all the tomcat servers in the cluster

Re: post redirect get to the same tomcat instance in a tomcat cluster ?

2012-06-13 Thread Pid
On 13/06/2012 13:13, Pid * wrote: On 12 Jun 2012, at 18:17, Albert Kam moonblade.w...@gmail.com wrote: Hi all ! Is it possible to do POST submit to the tomcat-A, redirect happens, and then GET to the same tomcat-A again in a tomcat cluster ? And, in hope to make things easier, all

Re: tomcat cluster for stateless web application

2012-06-13 Thread zhenek
On 06/12/2012 07:21 PM, Albert Kam wrote: I've noticed that in the documentation, it says a lot about session replication. I wonder what can be omitted in the configurations for a stateless java webapp setup (without any sessions), to hopefully get a simpler configuration or even gain more

Re: post redirect get to the same tomcat instance in a tomcat cluster ?

2012-06-13 Thread Albert Kam
: Hi all ! Is it possible to do POST submit to the tomcat-A, redirect happens, and then GET to the same tomcat-A again in a tomcat cluster ? And, in hope to make things easier, all the tomcat servers in the cluster are stateless wihout any sessions You contradict this statement below

post redirect get to the same tomcat instance in a tomcat cluster ?

2012-06-12 Thread Albert Kam
Hi all ! Is it possible to do POST submit to the tomcat-A, redirect happens, and then GET to the same tomcat-A again in a tomcat cluster ? And, in hope to make things easier, all the tomcat servers in the cluster are stateless wihout any sessions This needs arise because each tomcat servers

Re: Securing Tomcat cluster communication

2011-11-23 Thread Filip Hanik - Dev Lists
On 10/6/2011 8:31 AM, Afkham Azeez wrote: I had a look at the Tribes code. Can somebody please explain how Channel.SEND_OPTIONS_SECURE works? not yet implemented :( From the JavaDoc: SEND_OPTIONS_SECURE - Message is sent over an encrypted channel How is this encrypted channel setup? How do

Re: Securing Tomcat cluster communication

2011-11-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Afkham, On 10/6/11 10:17 AM, Afkham Azeez wrote: Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure

Re: Securing Tomcat cluster communication

2011-11-23 Thread Afkham Azeez
On Wed, Nov 23, 2011 at 8:48 PM, Filip Hanik - Dev Lists devli...@hanik.com wrote: On 10/6/2011 8:31 AM, Afkham Azeez wrote: I had a look at the Tribes code. Can somebody please explain how Channel.SEND_OPTIONS_SECURE works? not yet implemented :( What is the proper way of implementing

Re: Securing Tomcat cluster communication

2011-11-23 Thread Filip Hanik - Dev Lists
Yes, that way you could encrypt your data packets and not worry about the wire protocol. the placement of the interceptor will be important, so that you don't encrypt packets you don't need to (like ping and failure detection) Filip On 11/23/2011 10:53 AM, Afkham Azeez wrote: On Wed, Nov 23,

Re: Securing Tomcat cluster communication

2011-11-23 Thread Afkham Azeez
Thanks Filip. I will try to implement this contribute it back to Tomcat if that would be useful. Azeez On Thu, Nov 24, 2011 at 2:06 AM, Filip Hanik - Dev Lists devli...@hanik.com wrote: Yes, that way you could encrypt your data packets and not worry about the wire protocol. the placement

Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
Hi folks, Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure security? Thanks Azeez

AW: Securing Tomcat cluster communication

2011-10-06 Thread Alexander Diedler
. Oktober 2011 16:18 An: Tomcat Users List Betreff: Securing Tomcat cluster communication Hi folks, Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure

Re: Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
I had a look at the Tribes code. Can somebody please explain how Channel.SEND_OPTIONS_SECURE works? From the JavaDoc: SEND_OPTIONS_SECURE - Message is sent over an encrypted channel How is this encrypted channel setup? How do we define the keys/keystores etc? On Thu, Oct 6, 2011 at 7:47 PM,

Re: Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
: Securing Tomcat cluster communication Hi folks, Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure security? Thanks Azeez

Re: AW: Securing Tomcat cluster communication

2011-10-06 Thread Ronald Klop (Mailing List)
Tomcat cluster communication Hi folks, Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure security? Thanks Azeez

Re: AW: Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
/workers.html Only requests from members with the same secret word will be acceped. Greetings Alexander -Ursprüngliche Nachricht- Von: Afkham Azeez [mailto:afk...@gmail.com] Gesendet: Donnerstag, 6. Oktober 2011 16:18 An: Tomcat Users List Betreff: Securing Tomcat cluster

Re: Securing Tomcat cluster communication

2011-10-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Azeez, On 10/6/2011 10:17 AM, Afkham Azeez wrote: Is there a way to do authentication in Tribes when new members try to join a cluster so that unauthorized nodes cannot join in? Also, when clustering messages are sent back forth, how do we ensure

Multiple Apache with mod_jk managing the same Tomcat Cluster

2011-07-27 Thread David
Hi, i have one Apache Server with mod_jk who loadbalances Traffic to six Tomcat Servers. Is it possible to have a second loadbalancer for the same Tomcat Cluster? Traffic for both loadbalancers could be shaped through DNS Round Robin. Actually I already tested this but the setup crashed

Re: Tomcat Cluster Membership establishment query

2011-02-08 Thread Konstantin Kolinko
2011/2/6 Caldarale, Charles R chuck.caldar...@unisys.com: We have a simpleTCP cluster built between 2 Tomcat 6.0.18 nodes It would be beneficial for you to move up to a newer level - that one is over 2.5 years old, and lots and lots of fixes have gone in since then. when we use another IP

Re: Tomcat Cluster Membership establishment query

2011-02-08 Thread rajeshwar bharathi
Thanks All for the information provided. RB On Tue, Feb 8, 2011 at 4:02 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2011/2/6 Caldarale, Charles R chuck.caldar...@unisys.com: We have a simpleTCP cluster built between 2 Tomcat 6.0.18 nodes It would be beneficial for you to move up

Re: Tomcat cluster error (null pointer exc ept) on NioReceiver.java:266 [Solved]

2010-11-10 Thread s.suzzi
17:06:07 +0200 Oggetto: Re: Tomcat cluster error (null pointer except) on NioReceiver.java:266 In the post before I sed why accept() returns null, so i was investigating in tomcat and jdk_1.6 source code, and I found that the method accept in ServerSocketChannel.java can return null in case

Re: Tomcat cluster error (null pointer except) on NioReceiver.java:266

2010-10-26 Thread Stefano Suzzi
In the post before I sed why accept() returns null, so i was investigating in tomcat and jdk_1.6 source code, and I found that the method accept in ServerSocketChannel.java can return null in case of non-blocking socket e no connection available. Should this be tested? and why ask for session

Re: Tomcat cluster error (null pointer except) on NioReceiver.java:266

2010-10-25 Thread Stefano Suzzi
Hi, thanks for reply, I was watching too the NioReceiver.java source code, and I was wondering why server.accept() does not throw an exception instead null, mha!. The java version in production is 1.6.0_20 vendor Sun 64bit. while in my devel environment is 1.6.0_11 vendor Sun 32bit. In

Tomcat cluster error (null pointer except) on NioReceiver.java:266

2010-10-22 Thread Stefano Suzzi
Hi, i've 3 tomcat 6.0.26 on 3 different IBM machines linux RedHat el 5, kernel.osrelease = 2.6.18-194.el5 . The 3 tomcat are giving an error that cannot replicate the session, of course I cannot replicate the error in my devel systems that work perfectly with the same configuration. In anycase

Re: Tomcat cluster error (null pointer except) on NioReceiver.java:266

2010-10-22 Thread Konstantin Kolinko
2010/10/22 Stefano Suzzi s.su...@protesa.it: Hi, i've 3 tomcat 6.0.26  on 3 different IBM machines linux RedHat  el 5, kernel.osrelease = 2.6.18-194.el5 . The 3 tomcat are giving an error that cannot replicate the session, of course I cannot replicate the error in my devel systems that work

How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
Dear All, I would like to setup a tomcat cluster with 2 nodes. The configuration must be in a horizontal alignment, meaning that the two nodes are going to reside on two different machines. Any idea of how to set it up since the default tomcat help guide does not provide any configuration

Re: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Philip Wigg
On 12 March 2010 09:29, Josef Pullicino josef.pullic...@go.com.mt wrote: Dear All, I would like to setup a tomcat cluster with 2 nodes. The configuration must be in a horizontal alignment, meaning that the two nodes are going to reside on two different machines. Any idea of how to set it up

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Original Message- From: Josef Pullicino [mailto:josef.pullic...@go.com.mt] Sent: Friday, March 12, 2010 3:30 AM To: Tomcat Users List Subject: How to setup Tomcat Cluster - Help

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. -Original Message- From: Robin D. Wilson [mailto:rwils...@gmail.com] Sent: 12 March 2010 14:12 To: 'Tomcat Users List' Subject: RE: How to setup Tomcat Cluster

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
] Sent: Friday, March 12, 2010 8:04 AM To: Tomcat Users List Subject: RE: How to setup Tomcat Cluster - Help needed Dear Robin, Thanks very much for your kind help and information provided below. Up till now, I copied the following configuration into the server.xml file of each of the two tomcats

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
' Subject: RE: How to setup Tomcat Cluster - Help needed I can't recall exactly why we went with the channelSendOptions=6, but the docs are here: http://tomcat.apache.org/tomcat-6.0-doc/config/cluster.html Basically the '6' was to use synchronous replication. To get the receiver to stop 'auto

test session's replication in tomcat cluster ?

2010-02-23 Thread Stephane Lorin
Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. Thank you.

Re: test session's replication in tomcat cluster ?

2010-02-23 Thread André Warnier
Stephane Lorin wrote: Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. I am sure that several people on this list are already busy sharpening their knives to send you pointed answers requesting

Re: test session's replication in tomcat cluster ?

2010-02-23 Thread Pid
On 23/02/2010 17:13, André Warnier wrote: Stephane Lorin wrote: Hi, I've just configure a tomcat cluster and i would like to know how could i test that and see the data were replicated on my second node. I am sure that several people on this list are already busy sharpening their knives

tomcat cluster does'nt work

2010-02-19 Thread Stephane Lorin
Hi, I'm configuring a tomcat cluster with 3 nodes. I use Tomcat 5.0.19 with jdk 1.4_2.19 1st node : On a Windows XP @ IP : 192.168.1.91 Server.xml : Cluster className=org.apache.catalina.cluster.tcp.SimpleTcpCluster managerClassName=org.apache.catalina.cluster.session.DeltaManager

Re: tomcat cluster does'nt work

2010-02-19 Thread André Warnier
Stephane Lorin wrote: Hi, I'm configuring a tomcat cluster with 3 nodes. I use Tomcat 5.0.19 with jdk 1.4_2.19 Both these things are about 10 years old, and not developed nor supported anymore by their respective suppliers. That looks like a very bad way to start, and you will get very

RE: tomcat cluster does'nt work

2010-02-19 Thread Stephane Lorin
-Message d'origine- De : André Warnier [mailto:a...@ice-sa.com] Envoyé : vendredi 19 février 2010 11:21 À : Tomcat Users List Objet : Re: tomcat cluster does'nt work Stephane Lorin wrote: Hi, I'm configuring a tomcat cluster with 3 nodes. I use Tomcat 5.0.19 with jdk 1.4_2.19 Both

AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-03 Thread Alexander Diedler
request.secret=x maxThreads=1 tcpNoDelay=true / Greetings Alexander -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Montag, 1. Februar 2010 11:51 An: Tomcat Users List Betreff: Re: AW: Tomcat Cluster 6.x

AW: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-03 Thread Alexander Diedler
Nachricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Montag, 1. Februar 2010 22:27 An: Tomcat Users List Betreff: Re: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/1/2010 3:54

AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Alexander Diedler
. Februar 2010 08:40 An: Tomcat Users List Betreff: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable Hello, Server Version: Apache/2.2.14 (Win32) mod_jk/1.2.28 Server Built: Sep 28 2009 22:41:08 Server loaded APR Version: 1.3.9 Compiled with APR Version: 1.3.9 Server loaded APU

Re: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Mark Thomas
On 01/02/2010 07:40, Alexander Diedler wrote: 44 requests currently being processed, 1656 idle workers I doubt you have that many AJP threads available on Tomcat. AJP connector config in server.xml? mod_jk config in httpd.conf? Looks like my guess was right. Mark

AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Alexander Diedler
=org.apache.catalina.ha.session.ClusterSessionListener/ /Cluster -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Montag, 1. Februar 2010 11:51 An: Tomcat Users List Betreff: Re: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable On 01/02/2010 07:40

Re: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, I took at look at your log file, and everything looks good to me, honestly. There are no errors that I can see, other than the setsockopt(SO_UPDATE_ACCEPT_CONTEXT) warning that apparently accompanies every child process shutdown.\ On

Re: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread André Warnier
Alexander Diedler wrote: Hello, Interesting, MaxRequestsPerChild limit is to low. How I should set the limit? Unless you have an application which leaks memory, you could try setting it to zero (= unlimited) Or, since you appear to be under Windows, just comment it out, since 0 is the

Re: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread André Warnier
worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=worker1 worker2 Should this not be : worker.loadbalancer.balance_workers=worker1,worker2 http://tomcat.apache.org/connectors-doc/reference/workers.html balance_workers - A comma separated list of workers that the load

Re: AW: AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/1/2010 3:54 PM, André Warnier wrote: worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=worker1 worker2 Should this not be : worker.loadbalancer.balance_workers=worker1,worker2

Re: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-01-31 Thread Mark Thomas
On 31/01/2010 17:50, Alexander Diedler wrote: Hello, We spend a lot of time to investigate the mistake, but I would not be found by us. We have two Virtual Machines with Windows 2003 R2 Standard Edition and on every node there is a Apache 2.2.14 and Tomcat 6.0.20 (and tcnative installed)

AW: Tomcat Cluster 6.x and HTTP/1.1 503 Service Temporarily Unavailable

2010-01-31 Thread Alexander Diedler
2257 (0/sec) 112 24 0 1.3M (104 /sec) 17M (1.3K/sec) 0 11 worker2 0/0 13277 Greetings Alexander Diedler -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Sonntag, 31. Januar 2010 18:55 An: Tomcat Users List Betreff: Re: Tomcat Cluster 6.x and HTTP/1.1

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Okubo, Yasushi (TSD)
forROOT.war on tomcat cluster 2010/1/23 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: 1. What attributes are set on the Host element of your server.xml Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: OK - Listed applications for virtual host localhost This: /manager:running:1:manager /:running:0:/ /host-manager:running:0:host-manager and this: HTTP Status 404 - / type Status report message

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Okubo, Yasushi (TSD)
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Monday, January 25, 2010 11:16 AM To: Tomcat Users List Subject: Re: question for deploystartup forROOT.war on tomcat cluster 2010/1/25 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: OK - Listed

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Caldarale, Charles R
From: Okubo, Yasushi (TSD) [mailto:yasushi.ok...@takedasd.com] Subject: question for deploystartup forROOT.war on tomcat cluster 3. confirmed that [Catalina_home]/conf/ROOT.xml and webapps/ROOT and webapps/ROOT.war existed Two obvious problems: 1) The ROOT.xml file belongs in conf

RE: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Okubo, Yasushi (TSD)
Thanks for your reply. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Saturday, January 23, 2010 8:53 AM To: Tomcat Users List Subject: RE: question for deploystartup forROOT.war on tomcat cluster From: Okubo, Yasushi (TSD) [mailto:yasushi.ok

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Konstantin Kolinko
2010/1/23 Okubo, Yasushi (TSD) yasushi.ok...@takedasd.com: 1. What attributes are set on the Host element of your server.xml http://tomcat.apache.org/tomcat-6.0-doc/config/host.html 2. Are there any Context elements inside Host in your server.xml? Remove them, if there are any. 3. When ROOT

question for deploystartup forROOT.war on tomcat cluster

2010-01-22 Thread Okubo, Yasushi (TSD)
Hi I have my application packaged as ROOT.war file. I can auto-deploy this war file on single tomcat instance whenever I restart tomcat or put a new war file into webapps. However, if I put the same war file into tomcat cluster and restart tomcat, tomcat does not redeploy this war file

form authentication error on tomcat cluster

2010-01-20 Thread Okubo, Yasushi (TSD)
Hi I have configured tomcat cluster [v6.0.20] on linux box with mod_proxy/mod_proxy_ajp [tomcat 6/Redhat 5/stickysession also turned on for load balancer] on two different nodes. Each node is running one tomcat instance. I inserted cluster element under engine and turned on jvmroute

Tomcat Cluster 6.0.20 White sites

2010-01-19 Thread Alexander Diedler
Hi everybody, We have some issues with a Tomcat Cluster. Sometimes (after a few hours without restart of services) , the webserver doesn´t deliver the complete content to the browser. It means, in the browser ther appear the header and some parts of the website, but then only blank and white

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-18 Thread Pid
On 18/11/2009 01:10, Imad Hachem wrote: Dear Pid, After one Tomcat Cluster node shutdown, what kind of variables (that might come as null) I should rely on to know that my node has been stoped. Why do they need to be null? You're *still* not explaining why you think they should be null

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Pid
On 17/11/2009 04:14, Imad Hachem wrote: Dear all, I am using Tomcat-5.5.12 as Clustering nodes, and after one node shutdown sessionDestroyed is called before contextDestroyed. Are you still using 5.5.12? Hasn't anyone advised you to upgrade to a newer version yet? I think it's perfectly

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
taking in consideration that Tomcat Cluster is used in our environment as well. Best Regards, Imad Hachem System Engineer Date: Tue, 17 Nov 2009 10:15:58 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node

Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Pid
. But you might be facing some security ones. I will appreciate if you can adivse to which Tomcat Stable version we should Migrate taking in consideration that Tomcat Cluster is used in our environment as well. The latest: Tomcat 5.5.28. Same app, many bugfixes. Your version was released

RE: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed

2009-11-17 Thread Imad Hachem
Nov 2009 11:41:20 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: MISC; Tomcat-5.5.12; After one Tomcat Cluster node shutdown, sessionDestroyed been called before contextDestroyed On 17/11/2009 11:31, Imad Hachem wrote: Dear Pid, Thanks for your reply. But can

  1   2   3   4   >