View Single Post
  #2 (permalink)  
Old 11-26-2008, 09:25 AM
tgx tgx is offline
Elite Member
 
Posts: 291
Default

Quote:
Originally Posted by Chewie71 View Post
Hi...

Does anyone know how to debug Zimlet JSP? I've written some but it's not doing what it is supposed to, and I don't get any errors in the WebUI, or in any logfiles that I can see.

I've tried using '?dev=1' and ?debug=1' in the URL but neither of those are telling me if there are errors with my JSP.

Help...

Thanks,
Matt
You can also use your browsers error log. Firefox it is Tools>Error Console.
Many times though there seems to be nothing to go on. Might have to increase verbosity or turn debugging on in Jetty.
Reply With Quote