Pier Fumagalli wrote: > I can't be a RM for 4.0.4 because I would simply remove 70% of the code, and > kiddies would start crying their butts off because they don't have the > manager application, or JSP support :) > > But if anyone is interested I'd like to explore the opportunity of a > Tomcat-HA (high-availability or hard-edition), based on 4.0 without the > "crap" in there, and straightening out the request-response model...
If you just want to remove the extra features, then you can do that by doing some JAR editing. That's not very hard to do. > Simply, take the Catalina classes, and remove piles of useless stuff (more > or less what Jon does for Scarab, but to a greater degree, maybe even > reimplementing some of the Standard* classes). I don't see that much to remove. I assume JNDI is the ever popular target, but I didn't notice it causing major problems (either performance or reliability), so I'd say it's not worth it. Historically, the major reliability problems have been in the connectors / thread pooling code. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>