Skip to content

Commit

Permalink
LPS-134421 Turn off weblogic jsp precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou authored and brianchandotcom committed Jun 21, 2021
1 parent 2570a71 commit 95739ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions portal-web/docroot/WEB-INF/weblogic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
<principal-name>users</principal-name>
</security-role-assignment>
<jsp-descriptor>
<keepgenerated>true</keepgenerated>
<page-check-seconds>60</page-check-seconds>
<precompile>true</precompile>
<precompile-continue>true</precompile-continue>
<page-check-seconds>-1</page-check-seconds>
<precompile>false</precompile>
</jsp-descriptor>
<container-descriptor>
<prefer-application-packages>
Expand Down

0 comments on commit 95739ec

Please sign in to comment.