I'm implementing a Manager (session management) that stores sessions on shared
servers (that is, a distributed manager, but not the default one that comes
with tomcat). A key difference between the implementation that I'm working on
and the ClusteredManager is that the entire session is distri
I've got a webapp that's entirely dynamic. That is, all of the content is
produced by servlets through Tomcat. The only static content for the site is a
.css file and a small error page. Is there any reason for me to have Apache
httpd listening on port 80 and have that connected to Tomcat wit