Application Platform 10.3 | Diagnostics and Troubleshooting | JSP Validation in WmAppPlat
 
JSP Validation in WmAppPlat
When performing JSP validation, the WmAppPlat ignores custom webMethods tags with missing required attributes and logs warning messages for each missing attribute. You can enable exception messages to be logged for missing attributes by adding the following line to SoftwareAG_directory/profiles/IS_instance/configuration/config.ini:
com.softwareag.applatform.pls.web.is.strictValidation = "true"
This configuration enables javax.servlet.jsp.JspException exceptions when a required attribute is missing.