error getting to page MyEclipse IDE > Installation, Configuration & Updates This topic has 1 reply, 2 voices, and was last updated 20 years, 9 months ago by Scott Anderson. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 9, 2004 at 4:37 pm #203107 Reply arnjmllrMember once I launch the local host I get this message: what/where is the init-param debug_mode OracleJSP: java.io.FileNotFoundException: Set the init-param debug_mode to “true” to see the complete exception message. February 10, 2004 at 6:31 pm #203172 Reply Scott AndersonParticipant In global-web-application.xml you can set the parameter as follows: <servlet> <servlet-name>jsp</servlet-name> <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class> <init-param> <param-name>debug_mode</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>developer_mode</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>encode_to_java</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>emit_debuginfo</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>jspjavacompiler</param-name> <param-value>oracle.jdevimpl.jsp.JspOjcCompiler</param-value> </init-param> </servlet> Author Posts Viewing 2 posts - 1 through 2 (of 2 total) Reply To: error getting to page You must be logged in to post in the forum log in