Hi, there,

I 've precompiled JSPs using jspc, and included them in web.xml. Most of
precompiled JSPs work fine. Only when a JSP(A) is called(/included) by
another JSP(B) from a subdirectory(or a different dir). The JSP(A) is
recompiled by Tomcat, and  the java and class files is put to 'work'
directory.

If a servlet(even in different directory) gets the request dispatch of
the JSP(A) and forword the JSP, it works OK. No java or class is
created.

Any way to prevent the JSP(A) compiled if called by another JSP(B).

Thanks

Michael


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

Reply via email to