You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Zhonghua (Patrick) Zhu" <zz...@atico.com> on 2001/03/23 02:42:01 UTC

precompile JSP with Tomcat3.2

Hi,

I found the jspc.bat in %TOMCAT_HOME%\bin folder. I put an .jsp file called simplest.jsp under %TOMCAT_HOME%\webapps\myLab\jsp folder. In console windows, I went to the directory %TOMCAT_HOME%\webapps\myLab and execute comand "jspc simplest.jsp". There was no error message. But, no .java or .class file was created. 

Can you tell me why?

Thanks.

Patrick