LOAD BALANCING

2001-06-06 Thread Chauhan, Anand
Hi, I would like to know of a good reference site for load-balancing in Tomcat. -Andy -Original Message- From: Swart, James (Jim) ** CTR ** [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 12:53 PM To: '[EMAIL PROTECTED]' Subject: RE: Apache and Tomcat on different boxes

RE: LOAD BALANCING

2001-06-06 Thread Chauhan, Anand
from the list. Let me know what the further steps.. I am stuck.. Thanks in advance, -Andy -Original Message- From: Chauhan, Anand Sent: Wednesday, June 06, 2001 8:00 PM To: [EMAIL PROTECTED] Subject: LOAD BALANCING Hi, I would like to know of a good reference site for load-balancing

load balancing help docs wrt workers.properties not sufficient plz help

2001-06-06 Thread Chauhan, Anand
Hi All: Please help me with the load balancing feature in Tomcat3 3.2.1 -Andy -Original Message- From: Chauhan, Anand Sent: Wednesday, June 06, 2001 8:04 PM To: [EMAIL PROTECTED] Subject: RE: LOAD BALANCING I tried refering to the workers.properties file

RE: load balancing help docs wrt workers.properties not sufficien t plz help

2001-06-06 Thread Chauhan, Anand
Okay guyz .. I fixed it .. It is pretty easy to go for load balancing using tomcat.. -Original Message- From: Chauhan, Anand Sent: Wednesday, June 06, 2001 9:19 PM To: [EMAIL PROTECTED] Subject: load balancing help docs wrt workers.properties not sufficien t plz help Hi All

Re: load balancing help docs wrt workers.properties not sufficien t plz help

2001-06-06 Thread Paul Tan
Would u be so kind to tell me what you placed into workers.properties to make that work??? :) Thks again, Paul - Original Message - From: Chauhan, Anand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 07, 2001 10:37 AM Subject: RE: load balancing help docs wrt

load balancing

2001-06-05 Thread Ian Mair
Hello all, I am trying to load balance 2 machines with tomcat 3.2.1 My set up is as follows: mach1 has Apache with mod_jk and tomcat, mach2 only has tomcat. in the workers.properties file on mach1 I have : worker.list=loadbalancer, rinv002,

RE: load balancing

2001-06-05 Thread Swart, James (Jim) ** CTR **
I am sure this us a silly question, but did you put a load on it? If it's round-robin that's one thing.. if it's SMART load-balancing.. then you would have to hammer on it for it to push to the second machine (assuming your configuration is correct, of course). A program like LoadRunner(tm

Load balancing

2001-05-21 Thread Antonio Parolini
Hi there, Where can I find info on loadbalancing tomcat/apache ? we need statefull load balancing (we have user session). Is this possible without posting the user ID in links and forms ? Tony.

mod_jk and load balancing (quick question)

2001-04-23 Thread Matt Goss
Hi all, Does mod_jk support load balancing??? Also does it work with tomcat 3.1 3.2 ??? Thanks :) Matt begin:vcard n:Goss;Matt tel;fax:919-657-1501 tel;work:919-657-1432 x-mozilla-html:FALSE url:www.rtci.com org:RTCI;Custom Solutions adr:;;201 Shannon Oaks Circle;Cary;NC;27511;US version:2.1

load balancing questions

2001-04-20 Thread Kelly Kleinfelder
s used for our new testing ground. We want to use the load balancing features of tomcat so that we can perform the switchover without disrupting any user sessions. We propose to set the lbfactor of the testing tomcat, tomcat2, to 99 and the "live" server, tomcat1, to 1 when we're rea

Load balancing with sticky sessions

2001-04-17 Thread Chen Li
Hi, I am having problems with tomcat 3.2.1 sticky session feature.Currently my configuration is having one machine running as the webserver (apache) machine and the other two machines runningone tomcat on each.Our application has already implemented session cookies but mod_jk doesn't add

load balancing performance

2001-04-12 Thread Nico Wieland
hi list i'm wondering if somebody has experience with the tomcat load balancing in real life? i have set it up and it works nicely, but i want to use it for a project that will generate quite some load for a couple of days, and am not sure if it then will continue to work as it should

load balancing

2001-04-09 Thread unplug
Hi all, I have searched the web about load balancing of tomcat. However, I still get no idea how it does. Does anyone have experience and tell me how to do that?? Rgds, unplug

Using session id for load balancing

2001-04-09 Thread David M. Rosner
Hi All, We use a Foundry Server Iron switch to load balance our Tomcat application servers. I recently discovered that it uses IP addresses to determine which server to send the user back to. Problem is many networks may use different IP addresses for a single client for different requests.

load balancing and synchronization

2001-04-02 Thread Nico Wieland
hi list if i do load balancing with tomcat (w/ mod_jk), what happens if the two tomcat servers at the same time execute a synchronized method? will they know that they mustn't execute it concurrently or not? if synchronization worked only per JVM, would there be a workaround? thanks, -nico

RE: load balancing and synchronization

2001-04-02 Thread William Kaufman
is accessible from all server machines/processes. -- Bill K. -Original Message- From: Nico Wieland [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 8:40 AM To: [EMAIL PROTECTED] Subject: load balancing and synchronization hi

RE: load balancing and synchronization

2001-04-02 Thread GOMEZ Henri
if i do load balancing with tomcat (w/ mod_jk), what happens if the two tomcat servers at the same time execute a synchronized method? With mod_jk, even in load balancing mode, a request is allways sent a a SINGLE tomcat ! will they know that they mustn't execute it concurrently

Re: load balancing not working...

2001-03-28 Thread David Crooke
the load balancing will work but not session failover. We use mod_jserv in test and production on Linux and FreeBSD, and I can verify that the VM failover works on both. We have developers who work on NT and have set up load balancing on their boxes, but we don't use in anger. For testing, note

load balancing not working...

2001-03-27 Thread Guntupalli Shanti
Hi, I am using Apache 1.3.12 with mod_jserv module (build into apache) talking to tomcat 3.2.1. I am trying to load balance between 2 servers and my configuration is like this: ApJServBalance loadbalancer ins1 ApJServBalance loadbalancer ins2 ApJServHost ins1 ajpv12://server1:9100

Re: Load Balancing and JkMount

2001-03-21 Thread Amir Nuri
Hi Thanks for your response, I can't activate the load balancing yet, Do you have any more ideas ?? I use the following configuration: My worker configuration file: worker.list=lb worker.ajp12.host=host1 worker.ajp12.port=8007 worker.ajp12.type=ajp12 worker.ajp13.host=host1 worker.ajp13.port

RE: Load Balancing and JkMount

2001-03-20 Thread David Oxley
- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 07:23 To: Tomcat-User Subject: Load Balancing and JkMount All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers

Re: Load Balancing and JkMount

2001-03-20 Thread tomcat
I'll look into the files a bit and give you a more exact answer. On Tue, 20 Mar 2001, Amir Nuri wrote: All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrospondi

Qs on Load Balancing and JkMount

2001-03-19 Thread Amir Nuri
All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrosponding workers in the workers.properties file. But they all use different Mount Moints for each worker

Load Balancing and JkMount

2001-03-19 Thread Amir Nuri
All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrosponding workers in the workers.properties file. But they all use different Mount Points for each worker

Load balancing using external kit, max lbfactor ??

2001-03-16 Thread Steve Quail
We have two hosts, each has an Apache and a Tomcat for resilience, access to the hosts is not direct but via a load-balancer box. This external load-balancer is able to stick users to particular hosts. I want to configure mod_jk on the two hosts so they know

Load Balancing with Apache-JServ

2001-02-28 Thread Manuel Alvarez
Hi! I'm working with balancing JServs in Apache over multiple hosts (1 Apache, n balanced JServs). All run ok, but sessions are ignored. Can anybody help me?? [Apache 1.3.12, JServ 1.1.2, Linux RedHat 7.0] Thanks in advance -- Saludos ++ Manuel

Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
Ok, I have implemented load balancing with mod_jk (sticky sessions). Seems to work well. However, I need to implement load balancing with non-sticky sessions. (Teflon sessions? :) ) I need all of the tomcat servers to be aware of all the sessions currently in use on the system

RE: Load balancing for Tomcat with mod_jk

2001-02-20 Thread Brett Knights
You might want to check this out: http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-servlets.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 7:53 AM To: [EMAIL PROTECTED] Subject: Load balancing for Tomcat with mod_jk

Re: Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
, Rory --Original Message-- [EMAIL PROTECTED] ([EMAIL PROTECTED]) writes: I have implemented load balancing with mod_jk (sticky sessions). Seems to work well. However, I need to implement load balancing with non-sticky sessions. (Teflon sessions? :) ) I need all of the tomcat servers

Re: Load balancing for Tomcat with mod_jk

2001-02-20 Thread [EMAIL PROTECTED]
, Rory - Original Message - From: "Brett Knights" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 20, 2001 11:22 AM Subject: RE: Load balancing for Tomcat with mod_jk You might want to check this out: http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-ser

Re: Load balancing for Tomcat with mod_jk

2001-02-20 Thread Nick Holloway
[EMAIL PROTECTED] ([EMAIL PROTECTED]) writes: Are you aware of any Tomcat versions (past, present, future) that might support this type of functionality? I suppose I could do it using mod_jserv but I would rather stay with the newer architecture(mod_jk). Any idea if Tomcat 4.0 might support

AW: Load balancing for Tomcat with mod_jk

2001-02-19 Thread Ralph Einfeldt
Have a look at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo .html -Ursprngliche Nachricht- Von: Account for Rory [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 19. Februar 2001 18:55 An: [EMAIL PROTECTED] Betreff: Load balancing for Tomcat with mod_jk

Re: Load balancing for Tomcat with mod_jk

2001-02-19 Thread [EMAIL PROTECTED]
: "Ralph Einfeldt" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:18 PM Subject: AW: Load balancing for Tomcat with mod_jk Have a look at: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo .html -Ursprngliche Nachricht-

Re: Load balancing for Tomcat with mod_jk

2001-02-19 Thread [EMAIL PROTECTED]
Ok, I have implemented load balancing with mod_jk (sticky sessions). Seems to work well. However, I need to implement load balancing with non-sticky sessions. (Teflon sessions? :) ) I need all of the tomcat servers to be aware of all the sessions currently in use on the system

load balancing + s

2001-02-18 Thread Zhiqiang Luo
We're trying to get load balancing set up between Apache and Tomcat, using mod_jserv(also trying mod_jk). The connection itself seems to work fantastically, and the whole site runs fine, except for one thing: it does not append a few characters (say "JS1" or "J

Tomcat load-balancing (via mod_jk)

2001-02-05 Thread Wei Wu
I understand tomcat3.2.1 supports the Apache JServ style load-balancing via mod_jserv. Does anyone know if the same is true when using mod_jk instead of mod_jserv? Any advice on how to setup load balancing with Tomcat3.2.1 and Apache (mod_jk) is appreciated. Thanks, Wei Wu WRLC

RE: mod_jk load balancing error mechanisms during tomcat failure

2001-01-30 Thread Jord Sonneveld
Title: RE: mod_jk load balancing error mechanisms during tomcat failure Hi, Running Apache 1.3.14, Win 2k pro, and tomcat 3.2.1, with mod_jk, and with pretty much the same setup, only with 2 tomcats, it did reconnect to the failed server after about 1 minute. jk_lb_worker.c says

Re: mod_jk load balancing

2001-01-26 Thread Luc Vanlerberghe
og files are showing no load balancing, all requests are processes via port 10101. Does anyone know, what should I put into Apache configuration file to achieve load balancing? Thank you very much in advance, Margaret Royzen. ---

RE: mod_jk load balancing

2001-01-26 Thread Royzen, Margaret
Title: RE: mod_jk load balancing Thank you! I added loadbalancer to the workers.list worker.list=worker_1, worker_2, my_loadbalancer (it was not there), and it starts balancing! -Original Message- From: Luc Vanlerberghe [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001

RE: mod_jk load balancing

2001-01-26 Thread Royzen, Margaret
Title: RE: mod_jk load balancing You should send requests from the different browsers, otherwise it will be send to the same tomcat process according to the session ID. Apache configuration file should point to: JkMount /*.jsp loadbalancer in server.xml file of the MACHINE1, that have

RE: mod_jk load balancing

2001-01-26 Thread Nair, Nipun
Title: RE: mod_jk load balancing Hi Margaret, Thank for you help on this - i am able to get a bit further now and I see the mod_jk log setting up the workers... But I am getting the following error in my tomcat log when i try to get to a servlet Parse error, empty line:2001-01-26

RE: mod_jk load balancing

2001-01-25 Thread Nair, Nipun
Title: mod_jk load balancing Hi Margaret, Take a look at the link :- http://java.apache.org/jserv/howto.load-balancing.html This is a bit old, and it talks about load balancing with Jserv ( not tomcat ) - using mod_jserv I assume that the syntax for the load balacing portion is mostly

load balancing and failsafety

2001-01-21 Thread Jayesh
Anybody implemented load balancing and failsafety on tomcat stand alone? Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

load balancing

2001-01-18 Thread Jayesh
Is it possible to do load balancing with Tomcat 3.2.1 or Tomcat 4.0 alone. I don't want to install Apache. Thanks, Jayesh _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Tomcat 3.2.1 load balancing with mod_jk

2001-01-15 Thread Mathias Herberts
of the two workers being load balanced. What I wanted was that the lb worker be able to do session tracking, but this indeed could not work all the times since one of the Apache was not using a lb worker. I fixed the problem by having a lb worker load balancing to only one ajp12 worker instead of having

Tomcat 3.2.1 load balancing with mod_jk

2001-01-12 Thread Mathias Herberts
Hi, I've been lurking around the mod_jk and Tomcat 3.2.1 source tree looking for the load balancing related code. I've seen that the load balancing possibilities of Apache JServ were transfered into Tomcat but saw no example of their use. I did put together a very simplistic Interceptor which

RE: Tomcat 3.2.1 load balancing with mod_jk

2001-01-12 Thread GOMEZ Henri
I've been lurking around the mod_jk and Tomcat 3.2.1 source tree looking for the load balancing related code. I've seen that the load balancing possibilities of Apache JServ were transfered into Tomcat but saw no example of their use. You can use like this : - workers.properties

RE: Tomcat 3.2.1 load balancing with mod_jk

2001-01-12 Thread Jord Sonneveld
Title: RE: Tomcat 3.2.1 load balancing with mod_jk Hi Mathias, I've been playing around a fair amount with the loadbalancing code in mod_jk. You might want to read through the jakarta-tomcat/src/native/jk/jk_lb_worker.c file to get a feeling for how it works. As far as I can tell

Load Balancing / multiple mount points

2000-12-18 Thread Shahed Ali
on different ports. Is this an acceptable way of doing Load Balancing for 1 website / context ? Are there any docs on how to detrmine the load balance factor etc ? Thanks Shahed.

Qs on Load Balancing and JkMount

2000-12-12 Thread Shahed Ali
Hi , All the examples and archive messages that I have seen so far talk about load balancing using either multiple JVM's or Multiple Connector Directives with different port numbers and corrosponding workers in the workers.properties file. But they all use different Mount Moints for each

How to check if Load Balancing is working ?

2000-12-12 Thread Shahed Ali
I am using Tomcat 3.2 with Apache 1.3.14 on Solarin 8 Intel / JSK 1.3 and am using ajp13 with Load Balancing. I am running a single Tomcat instance with Multiple Connector directives for each worker. Is there any way that I can monitor the Load balancing using either O/s specfic tools

Load balancing status test

2000-11-01 Thread Sean Dowd
I'm attempting to migrate from jserv to tomcat and everything appears to be working well, except for testing the status of the servers in my load balancing set. The status page appears (/jserv/status?module=xxx.domain) and I see the correct load balancing definitions. But if I poke the Test

OT: Apache and JServ: Anyone had load-balancing problems?

2000-10-27 Thread Michael Percy
Hello all, I know this is somewhat off-topic, but since I could have sworn I have seen a thread like this in the past on this mailing list and I believe there is quite a bit of expertise here, I decided to ask. I have searched the archives, but could not find any reference to this. My company is

<    1   2   3   4   5   6