RE: Session Serialize code

2000-12-30 Thread shai
Thanks. I'll love to see this. I'm rewriting the session serialize code as a plug-in module (that was your offer), so I need sterilization support for ServerSession. Please take care of that as fast as you can. --Shai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Session Serialize code

2000-12-28 Thread shai
ce of code to serialize sessions. (Functions: writeObject, readObject) Thx. ____ Shai Fultheim Chief Technology Officer BRM Group E-Mail: [EMAIL PROTECTED] Mobile: 972-53-866-459 Office: 972-2-5891-459

RE: [RFC] Distributed sessions in Catalina

2000-12-24 Thread shai
?), and forward requests to the relevant instance. I have start working on that for 3.3. Do you want to combine efforts? --Shai -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 24, 2000 22:12 To: [EMAIL PROTECTED] Subject: [RFC] Distributed sessions

[PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
e log and paths will be "fixed" based on * context manager settings. * @@ -94,6 +97,7 @@ * @author Harish Prabandham * @author [EMAIL PROTECTED] * @author Gal Shachor [EMAIL PROTECTED] + * @author Shai Fultheim [[EMAIL PROTECTED]] */ public final class Context implements LogAware

FW: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Again, with patches as attachment. --Shai -Original Message- From: Shai Fultheim (BRM IL) Sent: Sunday, December 24, 2000 23:27 To: [EMAIL PROTECTED] Subject: [PATCH] Tomcat session replicator - Pathces for phase I Hi, These patches will allow you to add serialize="true&qu

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Where is the piece of code you have written for jserv??? --Shai -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday, December 25, 2000 00:47 To: [EMAIL PROTECTED] Subject: Re: [PATCH] Tomcat session replicator - Pathces for phase I on 12/24/2000 1:26 PM

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Ahh... The patches I have sent were written originally to 3.2. Jon's code was part of 3.2 (and I have used it) but is not included in 3.3. Thanks to Jon having my attention to that. I'll fix that soon. --Shai -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: [PATCH] Tomcat session replicator - Pathces for phase I

2000-12-24 Thread shai
Hashtable()); } } --Shai -Original Message- From: Nacho [mailto:[EMAIL PROTECTED]] Sent: Monday, December 25, 2000 02:07 To: '[EMAIL PROTECTED]' Subject: RE: [PATCH] Tomcat session replicator - Pathces for phase I Hola Shai: for 3.3, The code Jon points it's

RE: [MY_OPINION] Tomcat 3.x

2000-12-19 Thread shai
to help tomcat (3.0 again) to be more 'enterprise/production' league. Shai Fultheim Chief Technology Officer BRM Seed E-Mail: [EMAIL PROTECTED] Mobile: 972-53-866-459 Office: 972-2-5891-459 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent

RE: [PATCH] Saving sessions across tomcat instances (#1)

2000-12-18 Thread shai
Agree. How do I configure wincvs to give me file with differences. How do I configure wincvs to do diff -u ? (default is -w) ? --Shai -Original Message- From: Nacho [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 16:48 To: 'tomcat-dev' Subject: RE: [PATCH] Saving sessions

[PATCH] Saving sessions across tomcat instances (#1)

2000-12-17 Thread shai
Arieh Markel [[EMAIL PROTECTED]] + * @author Shai Fultheim [[EMAIL PROTECTED]] */ public class Context { private static StringManager sm =StringManager.getManager(org.apache.tomcat.core); @@ -114,6 +115,7 @@ private boolean crossContext = true; private ServletLoader servletL; boolean

Saving sessions across tomcat instances

2000-12-16 Thread shai
?) I would like to get you thoughts whether this is required or not, any implementation hints, or any other requests before Im getting into implementing this. Please let me know what you think. Shai Fultheim Chief Technology Officer BRM Seed E-Mail: [EMAIL PROTECTED

Servlet Engine performance comparison

2000-11-27 Thread shai
engines (what about robustness, platform support?). Any resource will be welcome. Shai Fultheim Chief Technology Officer BRM Seed E-Mail: [EMAIL PROTECTED] Mobile: 972-53-866-459 Office: 972-2-5891-459

sessionID within URL and loadbalance (was: WAP and sessionIDs)

2000-11-15 Thread shai
of apache+tomcat. Thanks in advance. --Shai Fultheim. Shai Fultheim Chief Technology Officer BRM Seed E-Mail: [EMAIL PROTECTED] Mobile: 972-53-866-459 Office: 972-2-5891-459 Index: tomcat/request/SessionInterceptor.java

RE: Ready for 3.2b7?

2000-11-11 Thread shai
). My original mail attached below. --Shai -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 19:51 To: [EMAIL PROTECTED] Subject: Ready for 3.2b7? It's been a week now, and I've committed 20 patches to the 3.2 tree, ranging from simple

Tomcat and WAP phones

2000-11-09 Thread shai
there are no cookies). In order to fix that I have written RequestInterceptor to allow URL session support to work with multiple Tomcat configuration. To use that you must REPLACE the SessionInterceptor with the new interceptor. Here is that part of server.xml: !-- Commented out by Shai