| Author |
Message |
|
|
Post subject: JSP Debugging issue
Posted: Jul 24, 2008 - 02:32 PM
|
|
Registered Member

Joined: Apr 04, 2008
Posts: 6
|
|
When I try to debug the jsp, it displays the following message.
Source not found for MyTest.jsp line: 29
If i just run it. it will work, but when i put a breakpoint in the jsp it displays the above message, Please help.
Thanks |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 24, 2008 - 02:49 PM
|
|
Registered Member

Joined: Apr 04, 2008
Posts: 6
|
|
found the solution . I have to put each jsp in the debug source lookup path, there must be better way to do that . If i have 100 jsps unfortunately i have to add all of them to the lookup path. unless I am mising something here. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 24, 2008 - 02:49 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 8013
|
|
Which server are you debugging against?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 24, 2008 - 02:56 PM
|
|
Registered Member

Joined: Apr 04, 2008
Posts: 6
|
|
*** Date:
Thursday, July 24, 2008 9:56:09 AM EDT
** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710
Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555
Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145
Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145
Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145
Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145
Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
8f4_74
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 24, 2008 - 04:01 PM
|
|
Registered Member

Joined: Apr 04, 2008
Posts: 6
|
|
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 24, 2008 - 04:10 PM
|
|
Registered Member

Joined: Apr 04, 2008
Posts: 6
|
|
unfortunately lot of jsps i have the same problem as mentioned above ,It does not find the source, althought i put it in the Tomcat Server Source. Not sure why jsp source does not find in the debug environment. Please help |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: JSP Debugging issue
Posted: Jul 25, 2008 - 09:55 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 8013
|
|
Can you try the MyEclipse Tomcat server and see if it works? |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|