Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » How to debug JSP using WTP
How to debug JSP using WTP [message #79658] Thu, 03 March 2005 04:46 Go to next message
Eclipse UserFriend
Originally posted by: zhangjy.necas.nec.com.cn

step:
1. create a J2EE web project.
2. add a JSP file to WebContents
3. right click on the project and select debug | debug on server
4. set breakpoint in the JSP file
5. Open IE and access the JSP file
6. when run to the breakpoint, automatically switched to Eclipse, but
can't find the servlet file.
7. I try to attach the servlet source to %TOMCAT_HOME%/work/org/apache/jsp
directory, but eclipse still can't find the servlet source.

What should i do to find the java (resulted from compiled JSP)?

please help! Thanks in advance.
Re: How to debug JSP using WTP [message #83430 is a reply to message #79658] Mon, 14 March 2005 08:53 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Which version of Tomcat are you using? Only later versions have support for
JSR 45, which allows debugging of JSP files.
Re: How to debug JSP using WTP [message #83644 is a reply to message #83430] Mon, 14 March 2005 23:06 Go to previous message
Eclipse UserFriend
Originally posted by: hill.zxd.263.net

I met the same problem , using tomcat 5.0.28 :'(
>Tim deBoer wrote:
> Hi,
> Which version of Tomcat are you using? Only later versions have support for
> JSR 45, which allows debugging of JSP files.
Previous Topic:IWAB0489E Error when deploying Web service to Axis runtime
Next Topic:Tomcat and External JARs
Goto Forum:
  


Current Time: Thu May 08 14:48:52 EDT 2025

Powered by FUDForum. Page generated in 0.05259 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top