> There's a K.B. at Allaire's Knowledge Base on how
> to run JRun with jdb under 1.1 and 1.2 JVMs.
>
> Scott Stirling

Do you have the link ? I was able to debug "regular" servlets of Jrun with
jdb, but I get a NullPointerException on the generated line:

        PageContext pageContext =
JspFactory.getDefaultFactory().getPageContext(this, request, response,
null, true,8192, true);

I guess some initialization is in place.

Erez


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to