JspC.bat is just a windows "batch" file that probably just calls a java command to compile the JSPs. I would search for the jspc compiler. The version of the install you have for Tomcat probably just doesn't have that "batch" file included. There is an Ant task (jspc) that will do this as well.
On 5/31/06, Venkatesh Jayapal <[EMAIL PROTECTED]> wrote:
Hi all i have installed Apache Tomcat 5.5.9 Server. i need to precompile JSPs.But that *JspC.bat* is not found in CATALINA_HOME/bin.May i know where it will be? or how to do the same in this Tomcat 5.5.9 Regards, Venkly
-- Marc Farrow