0
votes
0answers
22 views

tomcat 6 horizontal clustering?

Please see my previous question.I didn't get any answer and the answer was not helped.That's why I created a new ...
0
votes
0answers
41 views

Confusion setting up a simple tomcat6 clustering on ubuntu 12.04 using mod_jk: status page won't show

am a little confused when setting up 2 tomcat6 instances cluster in a clean ubuntu server 12.04. i didn't install default tomcat6 i used tomcat6-user's tomcat6-instance-create to create 2 instances. ...
0
votes
0answers
50 views

Can Tomcat Cluster/Farmwardeployer be implemented without session replication?

We have multiple tomcat nodes behind a load balancer and are looking at options for automated deployment. Our apps are stateless and we don't want\need the added overhead of session replication, but ...
2
votes
1answer
75 views

Tomcat 7 Clustering using IIS webserver

I successfully configured Apche httpd server for load balancing and clustering od multiple tomcat instances on same machine. Now I need to use IIS web server instead of Apache server. How can I ...
0
votes
0answers
416 views

Tomcat 7.0 Clustering FarmWarDeployer Not working

I'm currently working on a Tomcat Cluster for Q&A, but unfortunatly, it seems that the auto deploy of a war across this cluster is not working at all. I know the cluster is working perfectly ...
1
vote
1answer
573 views

Tomcat mod_jk cluster skip 404 http status

I am trying Tomcat Clustering with mod_jk for months and so far not so bad but facing a problem during deployment. I am using FarmDeployer to copy and deploy the WAR to other nodes in the cluster but ...
1
vote
1answer
3k views

Load Balancing and Clustering using mod_proxy_ajp on Apache HTTP Server 2.2.21 and Tomcat 7.0.23

I've been struggling to make load balancing and clustering working using these combination: Apache HTTP Server 2.2.21 (httpd-2.2.21-win32-x86-openssl-0.9.8r) using mod_proxy_ajp with sticky session ...
1
vote
3answers
163 views

Setting up Tomcat on shared drive for clustered environment

We have a production environment with externally load-balanced Tomcat servers running on multiple servers, serving HTTP requests and maintaining stick sessions. Due to lack of complete build and ...
0
votes
2answers
374 views

How can I make a high available tomcat cluster with no single point of failure?

I've surfed the web and tried to find a way in order to make a tomcat cluster with no single point of failure , and all what I have found is that I need something called dispatcher which will be ...
2
votes
6answers
338 views

Running background jobs In a clustered environment

I have an architecture question. In a clustered web app environment, I can think of three ways to deal with background jobs: have a dedicated machine run all the jobs, thus freeing the web servers ...
0
votes
1answer
71 views

Is it possible to establish more than one load balancer with apache?

I've decided to cluster my J2EE web application using apache mod_jk as a front-end load balancer which redirects requests to a bunch of tomcat6 instances. Something like this. But there is a problem ...
1
vote
2answers
539 views

Tomcat clustering/loadbalancing performance in production environment

I have some doubts on the performance of clustering and session management in load balanced environment. Here are my questions: What are the drawbacks of sticky-sessions and session replication. The ...
0
votes
3answers
947 views

Is Tomcat Shared Session / Cluster between two machine possible?

I have a setup of several Tomcat servers distributed between a few servers, all running the same thing. Apache is on top of Apache and a loadbalancer in front of the Apache servers. I want to cluster ...
0
votes
2answers
680 views

Alternatives for load balancing Tomcat webapp?

We wish to enable some form of load balancing for a Tomcat webapp we're currently using today. Unfortunately, I know almost to nothing about Tomcat load balancing, clustering and so on. Can anyone ...
1
vote
1answer
2k views

Tomcat6 clustering, loadbalancing ,session sharing ,failover

I am trying to implement a failover enabled loadbalanced cluster using tomcat.(6.0.14/Apache 2.2) I have 2 tomcats runs in same machine. Both are load balanced using mod_jk/workers.properties and ...
1
vote
3answers
925 views

Tomcat Clustering and Load Balancing?

I have 3 tomcat servers where users get into all time. They are 3 because the processing of each request is heavy (lot of sql). Users enters to server 1 or 2 or 3. Now I want to make them "one". I ...