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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: load balancing and failsafety

2001-01-21 Thread James Courtney

You mean tomcat sans Apache or IIS out front?
-Jamey

-Original Message-
From: Jayesh [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 10:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: load balancing and failsafety


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: load balancing and failsafety

2001-01-21 Thread Kief Morris

Jayesh typed the following on 10:55 AM 1/21/2001 -0800
Anybody implemented load balancing and failsafety on tomcat stand alone?

I've started some work on session persistence, which works with
a single-instance application, which should lead into sharing
sessions between instances of a distributable application. If you're
interested in this area I'd appreciate if you'd have a look and let
me know what you think. It isn't in CVS yet because the 4.0 repository 
is being reorganized a bit, but if you check the archive for this list you 
should find the messages and patches, mostly in the past 2 weeks.

Kief


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: load balancing and failsafety

2001-01-21 Thread Jayesh

yes.

-Original Message-
From: James Courtney [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 1:23 PM
To: [EMAIL PROTECTED]
Subject: RE: load balancing and failsafety


You mean tomcat sans Apache or IIS out front?
-Jamey

-Original Message-
From: Jayesh [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 10:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: load balancing and failsafety


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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: load balancing and failsafety

2001-01-21 Thread Craig R. McClanahan

Jayesh wrote:

 yes.


In principle, it seems to me that you could write a webapp that does what
mod_proxy does for Apache -- making this server a proxy for some other server --
and then extend it with support for load balancing and other such features.  I
do not know of any efforts in this direction at the moment, but would be
interested in hearing about such a thing.

Craig McClanahan


 -Original Message-
 From: James Courtney [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 21, 2001 1:23 PM
 To: [EMAIL PROTECTED]
 Subject: RE: load balancing and failsafety

 You mean tomcat sans Apache or IIS out front?
 -Jamey

 -Original Message-
 From: Jayesh [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 21, 2001 10:56 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: load balancing and failsafety

 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

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: load balancing and failsafety

2001-01-21 Thread Jon Stevens

on 1/21/01 4:50 PM, "Craig R. McClanahan" [EMAIL PROTECTED]
wrote:

 In principle, it seems to me that you could write a webapp that does what
 mod_proxy does for Apache -- making this server a proxy for some other server
 --
 and then extend it with support for load balancing and other such features.  I
 do not know of any efforts in this direction at the moment, but would be
 interested in hearing about such a thing.
 
 Craig McClanahan

You can start with Noodle for creating such a system...

http://noodle.tigris.org/

It is the base framework for creating the rest of the system...

-jon


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: load balancing and failsafety

2001-01-21 Thread Jayesh

Thanks Kief. I would like to help too. Let me take a look at the messages.

-Original Message-
From: Kief Morris [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 21, 2001 3:22 PM
To: [EMAIL PROTECTED]
Subject: Re: load balancing and failsafety


Jayesh typed the following on 10:55 AM 1/21/2001 -0800
Anybody implemented load balancing and failsafety on tomcat stand alone?

I've started some work on session persistence, which works with
a single-instance application, which should lead into sharing
sessions between instances of a distributable application. If you're
interested in this area I'd appreciate if you'd have a look and let
me know what you think. It isn't in CVS yet because the 4.0 repository 
is being reorganized a bit, but if you check the archive for this list you 
should find the messages and patches, mostly in the past 2 weeks.

Kief


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]