Hi, I am using version 5.1.1 GA.
I’m thinking the problem is me, rather than a bug.
my global-web-application.xml for OC4J contains this definition
<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>emit_debuginfo</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>0</load-on-startup>
</servlet>
As you know from my other posts, Java class debugging works fine. I cannot set breakpoints in my JSP’s though. Do I have to configure the server further to do this?