Sorry.  Mistake.  It was forwarded to the Kawa development team.  Will let you know 
when they reply 

-----Original Message-----
From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 8:09 AM
To: Orion-Interest
Subject: RE: Kawa


I have an inquiry into Allaire about Orion and Kawa enterprise, which was forwarded to 
the Orion development team.  If and when I get a response, I will share it with 
everyone. 

-----Original Message-----
From: Patrick Deloulay [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 7:07 PM
To: Orion-Interest
Subject: Re: Kawa


I have 5.0 Ent as well. I have not tried to debug with it. But when I have
time I will give it a shot and report it to the list. As far as I know, the
debugger is the same in KAWA 4.0, 5.0Pro and 5.0Ent. 5.0Ent integreates with
some EJB tools. So the same debug setup should work as well. This is the
original posting from Dave Smith. (Kawa version mentioned is 4.0Pro)

Patrick Deloulay
www.nomadis.com

Dave Smith adds:

"Debugging with Orion and Kawa is a pleasure."

Get Kawa Pro (not the enterprise version) from Tek-Tools and install it.
Configure your JDK as required when you first run Kawa. (Note that Kawa is a
Win32 application, which is one of the reasons I don't use it.)

Create a new project for your servlets or EJBs. Add orion.jar, any
additional jars required by the application, and the deployed class
directory (i.e., c:\applications\myApp\myApp-web\WEB-INF\classes or
c:\applications\myApp\myApp-ejb, or both).

>From the Project/Interpreter menu, set the Java class to run to
com.evermind.server.ApplicationServer and remember to tell it to use this
class (as this image, given me by Chris Miller, shows). Turn off JVMDI
debugger from the Customize/Options/Advanced Paths form, which is for
performance only and is not vital.

Add the breakpoints to your servlets and/or EJBs. F5 starts debugging, and
Dave adds to "Relax, sit back and enjoy the ride. The speed kills NetBeans
dead."

Also from Dave: For a real screamer, use Jikes:

Customize/Options/Advanced Paths/Compiler = D:\jikes\jikes.exe +E

And set Orion to use jikes from $ORION/server.xml.



Reply via email to