"Andreas Schildbach" <[EMAIL PROTECTED]> writes: > Unfortunately, the Servlet now throws some exceptions (Null Pointer > etc). How can I have a look at the stack trace of the exceptions, > and how can I insert debug output into the Servlet? > (System.out.println does not work) System.err.println and Exception.printStackTrace() write to error_log. -Paul -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
