Conor MacNeill wrote: > > To make a point -- look at how we refer to Tomcat 4.0 -- we call it > > "Catalina" in casual conversation even though it's Tomcat 4. Why do we do > > it? > > I thought it was Tomcat = Catalina + Jasper >
Yes, it is. Tomcat supports both servlets and JSP pages, implemented through a servlet container (Catalina) and a JSP compiler+runtime environment (Jasper). Don't be too surprised ... some of the Tomcat world doesn't seem to understand this simple equation either :-) Craig McClanahan >
