facebook

error getting to page

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203107 Reply

    arnjmllr
    Member

    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.

    #203172 Reply

    Scott Anderson
    Participant

    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>
    
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