Keep java files generated from JSP (BEA WLS)

Set the 'keepgenerated' parameter in weblogic.xml to 'true'
<jsp-descriptor>
    <jsp-param>
        <param-name>keepgenerated</param-name>
        <param-value>true</param-value>
     </jsp-param>
      <jsp-param>
        <param-name>working-dir</param-name>
        <param-value>c:/bea10/user_projects/domains/mydomain/tmp</param-value>
     </jsp-param>
</jsp-descriptor>
Thanks to jimbo for the tip!


If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2010
[ home ]