How can I get to view any compilation/parsing errors at the client while developing JSP pages?
Created May 4, 2012
Govind Seshadri With JSWDK 1.0, set the following servlet initialization property within
the WEB-INFservlets.properties file for your application:
jsp.initparams=sendErrToClient=true
This will cause any compilation/parsing errors to be sent as part of the response to the client.