Thanks Layton.  Makes sense.

Looking back now, when I read the Jasper How-to page
(http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html) the
implication (at least, how I comprehended it) was that Jasper would produce
the "same output" including the seemingly prescient ability of compiling
only what's "needed".

I'll change the extensions or place them in a subdir (adding the appropriate
exclusions to the build xml).



Now, if only someone would pay attention to "Classloader behavior in 5.0.25
& 5.0.16" (104699)

-- RH



From: Berry, Layton
------------------------------------------------
Tomcat compiles pages as needed.  So if someone hits
File.jsp, the FileA_jsp.java file is created and compiled.

If you were to hit FileB.jsp, Tomcat would try to compile
it and get the compile errors.

Your ant job is no doubt trying to compile all the .jsp files,
causing your compile errors.  Try giving FileB.jsp a different
extension.

Layton


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

Reply via email to