"John W. Warner" <[EMAIL PROTECTED]> writes:

> 1) If you use ANT or can use ant... Put the following in the build
> script.
> <!-- JSPC Precompile -->
> <target name="jspc" depends="init">
>   <java fork="yes" classname="org.apache.jasper.JspC">
>     <arg line="-uriroot /your/Catalina_home/webapps/context -d
>        /your/Catalina_home/WEB-INF/classes -p jsp -webapp
>        /your/Catalina_home/webapps/context" />
>   </java>
> </target>
> (from Jay Gardner's Message 04/08/2002 help with JspC)

Or simply use Ant's jspc optional task.

-- 
/me @ home
MAN-UANIC

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to