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 66409 - Server must know the source path of the debugged JSP
Summary: Server must know the source path of the debugged JSP
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on: 196959
Blocks: 65969
  Show dependency tree
 
Reported: 2005-10-10 17:04 UTC by Libor Kotouc
Modified: 2011-03-22 13:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Libor Kotouc 2005-10-10 17:04:56 UTC
Server plugin must be able to say what source path it uses for
the JSP.
E.g. ReferenceType for the JSP page <web root>/dir/pageName.jsp has source path
dir/pageName.jsp when debugged on Tomcat and source path
jsp_servlet/_dir/pageName.jsp when debugged on WL.
Comment 1 _ ludo 2005-10-11 02:22:31 UTC
don't remember all, but isn't it achieved via
org.netbeans.modules.j2ee.deployment.plugins.api.FindJSPServlet

Each server should implement that and register it in optional factory.
Comment 2 Vince Kraemer 2009-02-13 21:20:43 UTC
this reads like a dup of issue 66407.

since both are pretty sparce, you may want to make the requests a bit clearer
Comment 3 Petr Hejl 2011-03-22 13:23:26 UTC
Related to #196959 - once this is done the plugin/j2eeserver will implement the SPI.