Compiling JSP Files at Runtime

If you have made changes to JSP files and want to make modified JSP files reloadable at runtime, do the following:

  1. Back up your server.conf file, which is located in the <PPM_Home> directory.

  2. Run the kStop.sh script to stop the PPM Server:

    sh ./kStop.sh
  3. Open the server.conf file in a text editor, and set com.kintana.core.server.JSP_RECOMPILE_ENABLED to true.

  4. Specify folders to exclude when compiling the modified JSP files.

    For example,

    com.kintana.core.server.JSP_COMPILE_EXCLUDE_FOLDERS=web/knta/rpt;web/knta/test
  5. Save the server.conf file.

  6. To regenerate the server.conf file and propagate the changes, run the kUpdateHtml.sh script from the <PPM_Home>\bin directory.

  7. Run the kStart.sh script to restart the PPM Server.

    sh ./kStart.sh