- This topic has 3 replies, 3 voices, and was last updated 19 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
Mike S.MemberIs there any way to enable the proper debugging of JSPs in WebSphere Application Server 5.1.1 when the server is launched from within Eclipse/MyEclipse? When I add a breakpoint to a JSP, my code stops at that line in the generated Java servlet source code, not at that line in the original JSP.
Thanks,
Mike
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Mike S.MemberWhat operating system and version are you running?
Windows XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Eclipse 3.0.1
– Was Eclipse freshly installed for MyEclipse?
Yes
– If not, was it upgraded to its current version using the update manager?
N/A
– Are any other external plugins installed?
ClearCase, Omondo EclipseUML, CheckStyle
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
8
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
3.8.4
What JDK version are you using to run Eclipse? (java -version)
1.4.2_05
What JDK version are you using to launch your application server?
IBM 1.4.1
What steps did you take that resulted in the issue?
Attempt to debug a JSP after adding a breakpoint.
What application server are you using?
WAS 5.1.1 Express
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
No
Scott AndersonParticipantMike,
We don’t support JSP debug in WAS 5.1, but do in WAS 6, using our WAS 6 connector. The reason is due to recent support by IBM of JSR-045 in WAS 6. In WAS 5.1, there’s just no way to look up the source since the map between the Java and JSP is what the map provided by JSR-045 does.
-
AuthorPosts