If these questions have been answered on the list already, reply privately with links to the archives. I could not find clear answers to them.
I just installed Apache-Tomcat 4.0.4final on Redhat7.3 i386 and read from the RELEASE-NOTES, "The Java compiler leaks memory each time a class is compiled. ... The JSP command line compiler (JSPC) can also be used to precompile the JSPs." I'm assuming JSPC is Jasper (correct me if I'm wrong). How do I configure Tomcat 4.0.4 to precompile JSP (and servlets) with JSPC instead of JAVAC? Precompiling is the actual creation of the servlet (from the jsp page) to .java and the compiling of the servlet (.java) to a class file? Also, it was mentioned that their is no way to unload servlets (servlets and JSPs compiled to servlets) from a running Tomcat container without restarting it. Is this true? If so, the best solution would probably be to run multiple tomcat instances for different webapps that are running for production (or even development) purposes, so as to not have to restart all applications because of changes in one. I'm assuming you could also erase everything belowing the $CATALINA_HOME/work directory to force the re/pre/compiling of JSP pages (but not controller servlets, im assuming)? Thank you for reading, Adam K. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
