Mathias,
It would be great to see some details on your experiences with
load-balancing Tomcat, and any tricks you've come up with would be much
appreciated by the community (well, at least my part of it ;)
We also run Tomcat 4.0 in production, behind a hardware load balancer. It's
working great
Title: RE: shutdown code
The servlet 2.3 specification (implemented by Tomcat 4) allows the user to register as an event listener for container events like application startup/shutdown, session create, session invalidate/timeout, etc.
The proposed final draft of the servlet 2.3 spec can be do
Title: JDBC session store, release date projections, etc
I apologize in advance for the lengthy and less-than-technical message, but my experience has been that the info flowing over this list is better than pretty much any other source, so here goes:
We are in the process of evaluating appli
Title: RE: Use of Apache proxy module to connect to Tomcat
Yes - it seems to work just fine with Tomcat. I've been experimenting with it as a possible authentication and firewall solution, and we may consider it as a method for load-balancing as well.
We're thinking of having Apache segment o
Title: Re: TC3.3m1 Possible bug with session.invalidate
I seem to be having a similar problem. My app also uses session information to track
logins, and calls session.invalidate() when a user logs out.
So far I'm seeing that if a user starts up a new browser, logs in, logs out, and attempts