> 
> It seems I should be getting some decent debugging info, or at least more of
> a stack trace. I'm going nuts here trying to figure out why the servlet
> won't serve. 
> 

put try {} catch() {} blocks around every code block that might be causing
the exception, and be sure to call printStackTrace() in the catch block.

Joe Yandle
Internet Programmer
Westlake Consulting Group



--
--------------------------------------------------------------
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]

Reply via email to