Jim,

> [what is the best way to debug JSP's ???]

The very best thing to do with JSPs is never put any Java code into them. If you can avoid that, and always use taglibs or other JSP directives, etc. then you'll be much better off.

(BTW, is there a way to get at the servlet that's generated by compiling the
JSP?)

Yes. Tomcat generates the .java source files into a directory called "work" which contains a directory structure similar to that of your webapps directory. Poke around in there and you should be able to see the source files for your JSPs.


-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to