Let weblogic check the modification of jsp automatically

Just configure the weblogic.xml, make the param-value to be 0.

=========================================================

<jsp-descriptor>
  <jsp-param>
   <param-name>pageCheckSeconds</param-name>
   <param-value>0</param-value>
  </jsp-param>
 </jsp-descriptor>

 

 

And set weblogic launch mode to "Debug mode", then it will work fine.

你可能感兴趣的:(jsp,weblogic)