Skip to main content

Scan JSP files from a WebSphere server with Greenlight for Eclipse

You can use Greenlight for Eclipse to scan JSP files from a WebSphere Server.

Before you begin:

You meet the Greenlight prerequisites.

To complete this task:

  1. Clean the server of data and restart the server in debug mode. Review your WebSphere documentation for information on these tasks.

  2. Configure the local WebSphere server with these JSP engine configuration parameters for the project:

    jsp-attribute name="keepgenerated" value="false" /
    jsp-attribute name="keepGeneratedclassfiles" value="false" /
    jsp-attribute name="deleteClassFilesBeforeRecompile" value="true" /