> -----Original Message-----
> From: Kevin_D'[EMAIL PROTECTED] [mailto:Kevin_D'[EMAIL PROTECTED]]
> Sent: Thursday, June 29, 2000 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: Two questions
> Hello,
> 
>      I would like to ask the following questions:
> 
>      2. Is there any support for debugging Web applications 
> which run under
> WebLogic 4.5.1?
> 

 JDEbug works great for me. I'm on NT, and set up JDebug just like the web
site says to, except adding -Xnoagent and -Djava.compiler=NONE to the
command line to lauch the weblogic server. This is for WebLogic 5.1, and I
am able to debug EJBs nicely. Tell ejbc to -keepgenerated and you can even
step thru the Impl code, but I just use breakpoints for following EJB to EJB
communication.

Reply via email to