implementing a Manager - how do I get a reference to it?

2009-06-08 Thread Nolan Johnson
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

do I need Apache httpd?

2006-08-19 Thread Nolan Johnson
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