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 47569 - WebApp context log - links to JSP/JSP-servlet don't work
Summary: WebApp context log - links to JSP/JSP-servlet don't work
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 16:25 UTC by zikmund
Modified: 2006-03-24 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2004-08-20 16:25:07 UTC
Build 200408181800

1) Have a WebApp
2) Open application's context log (in Runtime
window - the module|Context log)
3) Have a JSP which throws exception
e.g. with code:
  <% if (request != null) throw new
        NullPointerException(); %>
4) Run project
5) The exception stack trace begins with link to
JSP servlet
(org.apache.jsp.index_jsp._jspService(index_jsp.java:54))
6) ERROR:
the link doesn't work (neither to JSP nor to
generated servlet)

Notice: I'd suppose same behavior of links as in
single JSP compilation.
Comment 1 Sherold Dev 2004-09-01 16:14:08 UTC
Fixed when fixing issue 47940.
Comment 2 Sherold Dev 2004-09-02 14:39:21 UTC
Update to fix based on Karel's comments.

Commit log:

Checking in nodes/TomcatWebModule.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/nodes/TomcatWebModule.java,v
 <--  TomcatWebModule.java
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in util/LogViewer.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/LogViewer.java,v
 <--  LogViewer.java
new revision: 1.5; previous revision: 1.4
done
Processing log script arguments...
More commits to come...
Checking in TomcatManager.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/TomcatManager.java,v
 <--  TomcatManager.java
new revision: 1.50; previous revision: 1.49
done
Comment 3 zikmund 2004-09-07 10:35:17 UTC
Verified.