I am trying to use netbeans to debug a JSP.
I have set a BP in the .jsp file, but the debugger doesn't stop at the BP.
If I use v1u1, the debugger hits the BP.. (in the same build of
NetBeans....)
I have the following jsp-config property values set:
<jsp-config>
<property name="classdebuginfo" value="true">
<description>Enable debug info compilation in the generated
servlet class</description>
</property>
<property name="mappedfile" value="true">
<description>Maintain a one-to-one correspondence between static
content and the generated servlet class' java code</description>
</property>
</jsp-config>
The issue appears to be very similar to issues that this person saw in
mid December...
https://glassfish.dev.java.net/servlets/ReadMsg?list=users&msgNo=1628
Has anyone else seen this?
Is there a new property that I need to set to get this to work in v2?
vbk