tomcat 4.1.x jsp pre-compilation

2004-06-11 Thread Woodchuck
hi, when i pre-compile my jsps, i found that Tomcat only likes them when they are compiled with the package "org.apache.jsp". if i change the generated *_jsp.java files (before compiling) to a different package that is anything but "org.apache.jsp", Tomcat fails to load them when I try to access

Re: tomcat 4.1.x jsp pre-compilation

2004-06-11 Thread Jason Palmatier
Hi Woodchuck, I just fought the exact same thing for two weeks and this is what I discovered: If you want to precompile all the JSPs with a package name other than org.apache.jsp you have to use the -p option and give it a new package name. This doesn't really work, as you may have already disco

Re: tomcat 4.1.x jsp pre-compilation

2004-06-11 Thread Woodchuck
hi Jason, thx a lot for your reply. i am, unfortunately, stuck with Tomcat 4.1.x. i don't have any problems getting jspc to generate .java files for jsps that exist in a hierarchical (sp?) tree. for instance, my jsps are scattered under my web root folder, in sub folders, etc.. my problem is t