| Author |
debugging JSPs
|
Jens Voss
Greenhorn
Joined: Jun 20, 2001
Posts: 14
|
|
I have a web application with JSPs that is running on Tomcat. I would like to debug the application in an IDE, but for that I need debug information in the compiled servlets. Does anyone know of a way to tell Jasper to compile the JSPs with debug information? Thanks, Jens
|
Jens Voß
SCJP 5.0 (97%), SCJD (98%), SCWCD (92%)
|
 |
Sean MacLean
author
Ranch Hand
Joined: Nov 07, 2000
Posts: 621
|
|
Perhaps you could use a JSP pre-compile util and tie that in with you IDE. Might give you a bit more debugging info. Sean
|
 |
 |
|
|
subject: debugging JSPs
|
|
|