On Wed, 28 Aug 2002, Craig R. McClanahan wrote: > If you run Tomcat behind Apache using JK, the entire combination is the > "container" from the perspective of the servlet specification. The entire > combination has to meet all the spec rules or it's not compliant. > > The fact that the servlet spec defines things differently than web servers > did things is totally irrelevant to spec compliance.
Apache, IIS and iPlanet all follow some rules that are different from the servlet spec. And I don't expect those web servers to be changed to match what the JCP defines. Apache is a web server, it provides support for a servlet container ( tomcat + jk ), and also for PHP, mod_perl and even ASP. Apache+PHP+mod_perl+ASP+jk+tomcat is not a servlet container. We do have a problem that jk+tomcat has to deal with what becomes a bigger and bigger mismatch, but that's mostly irrelevant to the web server. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>