0 Replies Latest reply on Aug 2, 2005 12:05 PM by alchemista

    How to get better error logging for a JSP exception in Jetty

    alchemista

      Is there any way to get a better error message out of Jetty 4 integrated with Jboss 3.2.5?

      When I get a JSP error I only get:
      HTTP ERROR: 500 JSP+has+thrown+a+ServletException%2E++Cannot+forward+response+to+specified+JSP%2E

      However, I'd like to see any additional information like which tag is causing a problem, or which location of the file, etc.

      I tried looking at the Jboss/Jetty FAQ but that did not help.