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 fi

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 an

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 L

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 a

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 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-clustered environment? It

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" escribió: > Hi! > I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , > PostgreSQL 9.5 ,Apache 2.4 , Mod_jk

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

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, n

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 > element in his web.xml This was

Re: Tomcat cluster with static membership

2014-12-17 Thread Théo Chamley
ng on the same machine, they have varying port with same ip): Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley 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 tha

Re: Single Sign On Replication with New Tomcat Cluster Nodes

2014-12-10 Thread Aaron R
> > 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 : > > > Hello, > > > > I have a Tomcat cluster (7.0.42) that

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 : > Hello, > > I have a Tomcat cluster (7.0.42) that is configured t

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 M

Re: Tomcat cluster with static membership

2014-12-09 Thread Daniel Mikusa
port="4000" >> host="192.168.1.6" >> uniqueId="{10,1,0,100,0,0,0,0,0,0,0,0,0,0,0,0}"/> >> >> > className="org.apache.catalina.tribes.membership.StaticMember" >> port="4001" >> host="

Re: Tomcat cluster with static membership

2014-12-09 Thread Théo Chamley
ng 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: the s

Re: Tomcat cluster with static membership

2014-12-08 Thread Ameer Mawia
these two members entries in both node's server.xml(since running on the same machine, they have varying port with same ip): Regards, Ameer Mawia On Mon, Dec 8, 2014 at 8:26 PM, Théo Chamley wrote: > Hello, > > I am trying to setup a simple Tomcat clust

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 cluste

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 on

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 and get following stack trace: ubuntu@db1:/opt/test/apache-tomcat-7.0.50/bin$ ./catalina.sh run Using CATALINA_BASE: /opt/test/apache-tomcat-7.0.50 Using CATALINA_HOME: /opt/test/apache-tomcat-7.

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 bes

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 ): ... ... When I do a 'tcpdump host 228.0.0.7' on both serv

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 p

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: Scenario with Tomcat cluster session management

2013-01-30 Thread Konstantin Kolinko
2013/1/30 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

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 ki

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

2012-09-14 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 eve

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

2012-09-12 Thread Orhan Karasakal
ssion is true mode. > 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 ? > > >

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

2012-09-12 Thread Pid
d 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 to all cluster nodes. For example for s

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

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 inf

Re: Access Tomcat cluster info thru MBean

2012-08-30 Thread Pid
ean the (until now, highly 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

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
org] > Sent: Wednesday, August 29, 2012 12:57 PM > To: Tomcat Users List > Subject: Re: Access Tomcat cluster info thru MBean > > Awdhesh Kumar wrote: > >> I am running my Tomcat is running in clustered mode with four instances >> configured to same machine. In the appli

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 wrote: >I am running my Tomcat is running in clustered m

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
Awdhesh Kumar 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, instance name

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 requiremen

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 > 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 >> statele

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 ses

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 effic

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 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 t

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 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 are st

Re: tomcat cluster for stateless web application

2012-06-13 Thread Pid *
On 12 Jun 2012, at 18:22, 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 g

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 will

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 wrote: > Yes, that way you could encrypt your data packets and not worry about the > wire protocol. > the placement of the intercepto

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
On Wed, Nov 23, 2011 at 8:48 PM, Filip Hanik - Dev Lists 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 this if I w

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 ensu

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-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 ens

Re: AW: Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
gt; Von: Afkham Azeez [mailto:afk...@gmail.com] >> Gesendet: Donnerstag, 6. 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 >>

Re: AW: Securing Tomcat cluster communication

2011-10-06 Thread Ronald Klop (Mailing List)
ectors-doc/reference/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: Sec

Re: Securing Tomcat cluster communication

2011-10-06 Thread Afkham Azeez
r 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 security? > > Thanks > Azeez >

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, Af

AW: Securing Tomcat cluster communication

2011-10-06 Thread Alexander Diedler
nerstag, 6. 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, ho

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

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 the

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 wrote: > 2011/2/6 Caldarale, Charles R : > > > >> 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

Re: Tomcat Cluster Membership establishment query

2011-02-08 Thread Konstantin Kolinko
2011/2/6 Caldarale, Charles R : > >> 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 like 172.x.x.x the

RE: Tomcat Cluster Membership establishment query

2011-02-05 Thread Caldarale, Charles R
> From: rajeshwar bharathi [mailto:rajeshwarbhara...@gmail.com] > Subject: Tomcat Cluster Membership establishment query > To: d...@tomcat.apache.org; Tomcat Users List Don't cross-post. > We have a simpleTCP cluster built between 2 Tomcat 6.0.18 nodes It would be beneficia

Tomcat Cluster Membership establishment query

2011-02-05 Thread rajeshwar bharathi
Hi, We have a simpleTCP cluster built between 2 Tomcat 6.0.18 nodes and the jvmroute is configured to have the IP address of the local interface on the servers. The cluster come up fine and session replication also happens fine. The only query here is when we configure the jvmroute to a non-routa

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

2010-11-10 Thread s.suzzi
rg Cc: Data: Tue, 26 Oct 2010 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 &

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 rep

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 catalina.o

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

2010-10-22 Thread Konstantin Kolinko
2010/10/22 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 w

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: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
List' 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.

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
... That seemed to work for us. -- Robin D. Wilson Director 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 8:04 AM To: Tom

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Josef Pullicino
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 - Help needed This reference is what we used - it seemed to work fine for us:

RE: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Robin D. Wilson
rrant replication. The best way to avoid this is to not create sessions that you don't really want replicated to all members of the cluster. -- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -Origina

Re: How to setup Tomcat Cluster - Help needed

2010-03-12 Thread Philip Wigg
On 12 March 2010 09:29, Josef Pullicino 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 sinc

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: 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 k

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 requesti

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: tomcat cluster does'nt work

2010-02-19 Thread Stephane Lorin
for advice -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.

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

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 : 2nde node : On a Windows XP

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

2010-02-03 Thread Alexander Diedler
Probe.xml Manager.xml Articlefinder ROOT.xml Probe.xml Manager.xml -Ursprüngliche 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

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

2010-02-03 Thread Alexander Diedler
t: 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, Alexander Diedler wrote: > 44 requests currently being processed, 1656 idle workers I doubt you have that many AJP threads a

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 > > http://tomcat.apache.org

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 balan

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 defau

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 2/1/2

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

2010-02-01 Thread Alexander Diedler
: -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, Alexander Diedler wrote: >

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: 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

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

2010-01-31 Thread Alexander Diedler
3K/sec) 0 5 worker1 0/0 298 [S|E|R] worker2 ACT OK 0 100 1 0 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

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 > installe

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

2010-01-31 Thread Alexander Diedler
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) with mod_jk 1.2.28 (all 32 Bit) installed. After a pe

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) : > OK - Listed applications for virtual h

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-25 Thread Konstantin Kolinko
2010/1/25 Okubo, Yasushi (TSD) : > 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 / > description Th

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) : > >1. What attributes are set on the element of your server.xml http://tomcat.apache.org/tomcat-6.0-doc/config/host.html >2. Are there any elements inside

Re: question for deploystartup forROOT.war on tomcat cluster

2010-01-23 Thread Konstantin Kolinko
2010/1/23 Okubo, Yasushi (TSD) : > 1. What attributes are set on the element of your server.xml http://tomcat.apache.org/tomcat-6.0-doc/config/host.html 2. Are there any elements inside in your server.xml? Remove them, if there are any. 3. When ROOT fails to deploy at startup, does Tomcat Man

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

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

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. In

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 by

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

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

2009-11-17 Thread Imad Hachem
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. Best Regards, Imad Hachem System Engineer > From: p...@pidster.com > Date: Wed, 18 Nov 2009 00:19:07 + > Su

  1   2   3   4   >