In Tomcat 4.0 look at the $CATALINA_HOME/conf/web.xml file. In there look for the word "Jikes" and you will see the necessary configuration information on what parameters you need to set.
For jsp pre-compilation, take a look at the "jspc" utility available with Tomcat. Justy ----- Original Message ----- From: "Joe Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 10:51 AM Subject: Jikes with tomcat? > Anybody know how to make Tomcat (3.x or 4) use Jikes for compiling JSP's? > > Also, is there an easy way to precompile JSP's using Tomcat? > > thanks- > jmc > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
