DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26022>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26022

background compile thread compiles pages with errors on every run

           Summary: background compile thread compiles pages with errors on
                    every run
           Product: Tomcat 4
           Version: 4.1.29
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


hi,

imagine i've got my jasper configured to use thee background compile thread that
runs every 300 secons, and imagine that there is a JSP page with an error inside
that makes it uncompilable. Than the jasper will compile the every 300 seconds
and will also create a log-entry every 300 seconds. jasper should somehow
remember that he tried that JSP already, for example by using a dummy class file
like 

  class XYZ {
    static {
      throw new RuntimeException("this page had compilation errors");
    }
  }

If this hasn't been fixed in Tomcat 5 yet, than of course this also applies for
Tomcat 5 too. You may also say that this is more a RFE than a Bug, but the
current behaviour is really stupid.

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

Reply via email to