On 2007-06-11, at 17:53 EDT, Vincent de Phily wrote:
I slowly gave it up because compile on tomcat was slightly faster
(some
caching feature I think) and a vague feeling that I wasn't doing
thing the
Proper Way (tm).
Also, the compiler warnings/errors are not the same on both
compilers (you
thought it was just a different interface to the same code, did'nt
you ? :p),
but there is no clear winner (sometimes lzc is more usefull, sometimes
tomcat).
Correct on both counts. The JSP has some compilation caches, which
the command-line version does not. And the JSP hides some errors in
the tomcat logs. Sorry.