Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325169 - JSP Debugger can't find source file during remote jsp debugging on weblogic 10 mp2
Summary: JSP Debugger can't find source file during remote jsp debugging on weblogic 1...
Status: NEW
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: jst.server (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.server CLA
QA Contact: Angel Vera CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 17:14 EDT by Missing name Mising name CLA
Modified: 2010-09-13 17:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name Mising name CLA 2010-09-13 17:14:59 EDT
Build Identifier: 20100218-1602

This bug is similar to this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=104401

The difference is that the current project is a 'java project' and not a web project.

The debugger stops at the selected line but it cannot find the source, even though the path has been specified clearly under the "Edit Source Lookup Path" window. The addition of the server's stage path where the exploded war file containing the jsp file did not work.  Neither did configuring weblogic.xml's jsp-param.



Reproducible: Always

Steps to Reproduce:
1. setup java project from an existing source
2. build project separately using ant script from windows command prompt
3. start weblogic with debug start up args and deploy app separately using WLST
4. setup a couple breakpoints on the servlet that handles the jsp to see that the debugger is working with java files
5. step through until the intended line in the jsp is reached and observe the jsp source is not displayed