Hi guys. I'm trying to precompile my jsp pages into servlets like the tomcat developers recommend so that I don't have to worry about memory leaks and whatnot on the production servlet container. Unfortunately, jasper's JspC is giving me fits. One version generates servlets that have race conditions that can result in apparent server deadlock. Another version can't deal with my directory structure (e.g. /foo.jsp and /foo/bar.jsp) and/or the fact that I use taglibs. None of the versions seem to work with the ant jspc task. Argh!
Does anyone have a particular combination that works for them? The target servlet container is tomcat-4.0.6, although it really shouldn't matter as long as I stick jasper-runtime.jar in my WEB-INF/lib, right? - donald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
