This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 66447

Summary: Server must know whether supports JSP debugging
Product: serverplugins Reporter: Libor Kotouc <lkotouc>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Libor Kotouc 2005-10-11 09:00:03 UTC
Debugger needs to know whether server supports JSP debugging or not. If not then
breakpoint toggling must be disabled.
Comment 1 Vince Kraemer 2009-02-13 21:30:02 UTC
It think a null return from

org.netbeans.modules.j2ee.deployment.devmodules.api.JSPServletFinder.getServletTempDirectory() is a good first clue.