[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: How to debug jsp?
> -----Original Message-----
> From: Sheng-Long Zou [mailto:sheng-long.zou@integral.com]
> Does anyone have experience debugging JSPs? By that, I mean
> something like
> attaching Apache Web Server/JServer process.
>
> I want to debug/track communication between my jsp/servlets/supporting
> classes with Http Server.
Well presumably you could run JSERV in manual mode and execute the whole
thing from within a Java debugger, you could then set breakpoints, etc
wherever you wanted.
HTH,
Steve