Detect change in JSP and recompile (BEA)Tag(s): Servlet/JSP
By default, if you deployed an application in exploded mode, BEA WLS doesn't recompile a modified JSP. You change this behaviour by adding this directive in a weblogic.xml configuration file.
<jsp-descriptor>
<jsp-param>
<param-name>page-check-seconds</param-name>
<param-value>60</param-value>
</jsp-param>
</jsp-descriptor>
If set to 0, pages are checked on every request. If set to -1, page checking and recompiling is disabled.
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com