The version of jasper used in Tomcat 4 already solves this problem
by breaking out the jsp generated java source and class files by directory.
Regards,
Glenn
[EMAIL PROTECTED] wrote:
>
> Hi All,
>
> I've just come to a problem using tomcat that is completely blocking my
> development. I hav
Here is a thought,
since it is the work dir created by tomcat that break things, why not
use jspc to build a jar of all your classes, and a servlet mapping file.
i think this process is described in the docs for jspc. hans bergstens
jsp book on oreilly also describe it.
i dont know if this is
Hi All,
I've just come to a problem using tomcat that is completely blocking my
development. I have a JSP in this directory:
\jsp\VarDep2\BR-brand-card\BR-smartcard-CardB\cardBenefits.jsp
My HTML developers are using Windows machines. When I generate the .class
file from compiling the JS