You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Coetmeur, Alain" <al...@caissedesdepots.fr> on 2001/10/09 19:44:51 UTC

Debugging JSP with jasper: java compile with -g flag

I'm developing JSP's (and EJB, and servlets)
on the  embedded Catalina/Jasper engine of Jboss...
(I'm using the jboss EAR or WAR deployer, with ant.. cool)

all work fine, and to debug
I can plug jdb on the server JVM
and compile my java code with the debug flag on.

however to debug the servlets generated
from the JSP by the jasper engine, I need
to set the debug flag on...

where can I control the debug flag of 
jasper generated servlets ?