Re: fault-tolerant/backup_mode in mod_jk : Was: [j-t-c] OS poll => [j-t-c] webserver poll

2001-06-15 Thread Paul Frieden
so it will never be selected for any practical purposes. This patch has been tested extensivly in production use, and works perfectly. Paul Frieden GOMEZ Henri wrote: > > >On Thu, Jun 14, 2001 at 10:28:47AM +0200, GOMEZ Henri wrote: > >> mod_jk support Apache 2.0 > &g

[PATCH] jk_lb_worker patch

2001-05-07 Thread Paul Frieden
Attached is a patch for the lb worker for mod_jk. Basically, it changes the selection behavior slightly and adds some error and debugging logging where we would find it useful. The code uses two variables, lb_factor, and lb_value. lb_factor is the numerical inverse (1/x) of what is entered into

Re: Jakarta PMC Meeting Agenda / Info

2001-01-15 Thread Paul Frieden
Rather than add fuel to the fire, I would like to summarize what I need out of a servlet engine. Hopefully this will help the members of the PMC make the correct decisions based off of what users need. High Priority: * Stability We've been running Tomcat 3.1 without any problems for qui

Re: [MY_OPINION] Tomcat 3.x

2000-12-18 Thread Paul Frieden
d by everybody as a toy, and Apache wouldn't be in the position it is in today. Paul Frieden PS: www.apache.org runs Apache 1.3.15-dev, and java.sun.com runs Apache 1.3.3. GOMEZ Henri wrote: > > >It really scares me that you are the only person (as far as I > >can tell) that &

Re: how to maintain session between HTTP and HTTPS?

2000-12-09 Thread Paul Frieden
In a load balanced environment, this is tricky with people behind a IP randomizing proxy (like AOL). If you use all SSL, the load balancer can track the SSL session ID across different IPs. If you use all non-SSL, you can track with a cookie. You can use IP based sticky if the IP stays the same

Re: Tomcat sessions and load balancing

2000-12-06 Thread Paul Frieden
t, I'd be willing to write up a section on it. Anybody interested? Paul Frieden On Wed, 6 Dec 2000, Bohm, Matt wrote: > > I am a programmer in an environment that features load balancing on 3 > > production machines. Typically, requests to a given URL will be routed to > > an

Re: Fw: Virtual Hosts and Context Path Question

2000-12-01 Thread Paul Frieden
uides? If not, it might be helpful if it was. Paul Frieden > Shahed Ali wrote: > > > -Original Message- > From: Shahed Ali <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date:

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/http Cookies.java ServerCookie.java

2000-12-01 Thread Paul Frieden
I was just flipping through this code because I did some changes to CookieTools. To force a V0 cookie to be deleted properly, the time should actually be set way in the past rather than the current time to make it be deleted properly. I did it by checking if maxAge was 0 and setting the expires

[PATCH] tomcat.sh su support

2000-11-30 Thread Paul Frieden
nvironment (JAVA_HOME, JAVACMD, etc). I don't know if this is suitable for inclusion in one of the maintenance releases, but I thought perhaps somebody would get some good out of it. Paul Frieden --- jakarta-tomcat-3.2-src/src/shell/tomcat.sh-old Wed Nov 29 21:50:50 2000 +++ jakarta-tom

[PATCH] trivial makefile patch

2000-11-28 Thread Paul Frieden
Attached is a trivial patch for src/native/apache1.3/Makefile.linux. It applies on 3.2b8. All it does is add an ifdef around the definition of APXS so that you can override it in some other kind of build script. Paul --- Makefile.linux-old Tue Nov 28 13:16:05 2000 +++ Makefile.linux Tue

Re: No revolution today

2000-11-22 Thread Paul Frieden
here is no reason why mod_jserv shouldn't work also. Paul Frieden Andrew Cowie wrote: > > Joseph Chiu [mailto:[EMAIL PROTECTED]] wrote: > > In my environment, I wanted to force all contexts to be in > > the root context. > > > > So, my point is -- if you onl

Re: BugRat Report #380 has been filed.

2000-11-14 Thread Paul Frieden
As close as I can tell, SessionInterceptor needs to be called first to parse the url sessionid out of the URL before it can be context mapped. StandardSessionInterceptor lets you work with the sessions once you know which context the request is going to. I've done some work in there, but I won't

[PATCH] Re: Ready for 3.2b7?

2000-11-10 Thread Paul Frieden
app. Both SessionInterceptor1 and StandardSessionInterceptor1 are mostly the same as the originals, but some code has been moved. Sending these as patches might make it unclear where the changes had occured and why, so I'm sending them in their entirity. Paul Frieden "Craig R

Re: No revolution today

2000-11-09 Thread Paul Frieden
egant, but what I need right now is robust and fast Servlet 2.2/JSP 1.1. Paul Frieden Joseph Chiu wrote: > > Matthew, > > In my environment, I wanted to force all contexts to be in the root context. > > So, my point is -- if you only need the root context (one context only!),

RE: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Paul Frieden
ry and let us develop applications based off the newer specifications. They made the way for Tomcat 4.0, whatever code that may be. I don't think that code that works now should be thrown away until the code that is intended to replace it is ready to replace it. Paul Frieden On Sat, 4 Nov