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:
Ensure you meet the Greenlight prerequisites.
To complete this task:
-
Clean the server of data and restart the server in debug mode. Review your WebSphere documentation for information on these tasks.
-
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" /