Re: Project blocking problem

2001-07-02 Thread Glenn Nielsen
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

Re: Project blocking problem

2001-07-02 Thread Joakim Verona
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

Project blocking problem

2001-07-02 Thread Jason_Henriksen
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