Please Help: How can I generate .java files from JSP files

2002-10-18 Thread Carson, Chuck
What within tomcat pre-compiles the jsp pages into java files so that they can then be compiled by javac? Much thanks, CC -- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate,

Re: Please Help: How can I generate .java files from JSP files

2002-10-18 Thread Jean-Francois Arcand
Go under ${catalina.home}/bin and then type jspc.{bat or sh, depending on which machine}. You will invoke manually Jasper (The JSP compiler used by Tomcat) . The following options will be displayed: where jsp files is any number of: file A file to be parsed as a jsp page -webapp