[jboss-dev-forums] [Design of POJO Server] - Re: AS 5 not reliably picking up changes in exploded EAR

jaikiran do-not-reply at jboss.com
Tue Apr 7 07:47:01 EDT 2009


"jaikiran" wrote : (i don't exactly remember where this logic resides, but i strongly believe its somewhere within tomcat/jboss web code). 
  |  
For those curious, when the jsp is being serviced, the call goes through org.apache.jasper.compiler.Compiler:

    /**
  |      * Determine if a compilation is necessary by checking the time stamp of the
  |      * JSP page with that of the corresponding .class or .java file. If the page
  |      * has dependencies, the check is also extended to its dependeants, and so
  |      * on. This method can by overidden by a subclasses of Compiler.
  |      * 
  |      * @param checkClass
  |      *            If true, check against .class file, if false, check against
  |      *            .java file.
  |      */
  | public boolean isOutDated(boolean checkClass) 
  | 
  | 

Not sure about xhtml.




View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224010#4224010

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224010



More information about the jboss-dev-forums mailing list