For some reason, instead of target jspx page i am gettin the error
OracleJSP error: java.io.FileNotFoundException:
Set the init-param debug_mode to "true" to see the complete exception message.
(thats it, no file name).
But i have no idea where to set this init-param.
As far as i googled, everyone suggesting (well, back in 2001-2009 years) to set it in global-web-application.xml
file, but it seems missing in modern JDeveloper setup.
Also ones are suggesting to add init-param in web.xml
(which is exists), but to non-existing section:
<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
So i am confused. Where should i add this init-param in modern (11.1.1.6.0+) JDeveloper setups?