A little attention to the Eclipse debugging JSP

xiaoxiao2021-03-06  15

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.

转载请注明原文地址:https://www.9cbs.com/read-46043.html

New Post(0)