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
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
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
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
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
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
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
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
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
-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
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
>
> 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
) 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
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
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="
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
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
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
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
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.
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
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
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
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
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
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
> 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
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 ?
> >
>
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
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
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
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
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
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
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
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
-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
; 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
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
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
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
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
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
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
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,
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
-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
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
-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
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
>>
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
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
>
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
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
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
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
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
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
> 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
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
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
&
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
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
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
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
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.
... 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
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:
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
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
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
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
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
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.
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.
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
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
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
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
-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
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
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
-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
:
-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:
>
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
--
. 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
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
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
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
-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
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
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
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
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
> 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
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
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
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
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
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 - 100 of 333 matches
Mail list logo