After reading the Eclipse published by Dawave, Lomboz and Tomcat debugged JSP files
I do it in order, but it is better, the following is a little experience. In Eclipse, when debugging JSP, the output path to the JSP file is set in the server.xml of Tomcat. View example:
Workdir = "d: / project / eclipse / jsp_debug / jsp_debug / j2src"
RELOADABLE = "true" debug = "0"
DOCBASE = "D: / project / Eclipse / jsp_debug / jsp_debug"
PATH = "/ jsp_debug" />
Mainly, when setting the JSP file in Workdir, the .java file
Location, other locations seem to be used, so setting the workdir directory,
Oblifting points in the JSP generated .java file.