Re: Code/Design Mapping in Tomcat

2009-03-14 Thread Mark Thomas
Michael Vitousek wrote: > Greetings, > > First of all, this isn't a question about how to use Tomcat, but > rather a research question about its architecture, so if this should be > going to a different mailing list, please let me know. Here is fine. A few comments. Executors (shared thread p

Re: Code/Design Mapping in Tomcat

2009-03-13 Thread Michael Vitousek
Thanks a lot; I'll add that one in. From the javadocs, it looks like there should be a dependency from the Service layer to the Server as well as vice versa, so I'll include that as well. I don't have a lot of direct experience working with Tomcat, so I'm most concerned that there could be impo

RE: Code/Design Mapping in Tomcat

2009-03-13 Thread Caldarale, Charles R
> From: Michael Vitousek [mailto:mvito...@willamette.edu] > Subject: Code/Design Mapping in Tomcat > > if there are any gross violations or omissions here please > let me know where I should look. You left out the Service layer; it should go between Server and Engine. Connectors belong to a S