There are lots of posts in the archive available in the Orion Support
web-site on how to do this.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, February 23, 2001 4:55 PM
To: Orion-Interest
Subject: RE: Debugging and orion


Is it possible to debug JSP using JBuilder with Orion?

Thanks in advance!

-----Original Message-----
From: Edoardo Comar [mailto:[EMAIL PROTECTED]]
Sent: February 23, 2001 7:13 AM
To: Orion-Interest
Subject: RE: Debugging and orion


I've used jbuilder 4.0 (the free foundation version will be just fine) and
it is a great debugger.

you define a seprate project for orion server :
a project with no sources to compile but two libraries : one contains all
the orion binaries, one contains all your sources.
it has the orion server main class as main class, and the orion dir as
working dir.

select a source where you want to set a breakpoint (using the class
sleector, not the project pane because there you won't see your sources).
run the project in debug mode, use the browser or whatever client to invoke
your classes deployed in orion and jb will stop at your breakpoint.

BTW, exactly this same procedure works also with weblogic, jboss ... (well,
with wl6 you have to define a wrapper class that invokes weblogic server,
but apart form that it's the same).

Edo

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
> Randy-W18971
> Sent: 22 February 2001 20:07
> To: Orion-Interest
> Subject: RE: Debugging and orion
>
>
> Thanks, Mac.  I will give it a shot.
>
> -----Original Message-----
> From: Mac Ferguson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 12:20 PM
> To: Orion-Interest
> Subject: RE: Debugging and orion
>
>
> start orion with the following options:
>
> java -Xdebug -Xnoagent -Djava.compiler=NONE
> -Xrunjdwp:transport=dt_socket,se
> rver=y,suspend=y,address=<whatever port you're going to use> -jar
> orion.jar
>
> then create a new project in Bugseeker, selected Remote as the
> project type,
> and accepted all other default properties. Then set the
> Debug|Remote|Attach
> to type socket, Hostname=<your server ip> and Port=<the port you specified
> above>
>
> I like this setup, particularly for EJBs, but I'll be interested to see if
> Kawa will work any better.
>
> Cheers,
> Mac Ferguson
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
> > Randy-W18971
> > Sent: Wednesday, February 21, 2001 1:39 PM
> > To: Orion-Interest
> > Subject: RE: Debugging and orion
> >
> >
> > Mac
> >    I would be interested in what steps you took to get Bugseeker
> > connected to your remote VM, as would other people on the list.
> > Are the steps short enough to include in an Orion Interest email?
> > Randy
> >
> > -----Original Message-----
> > From: Mac Ferguson [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 21, 2001 10:59 AM
> > To: Orion-Interest
> > Subject: RE: Debugging and orion
> >
> >
> > I was in contact with Allaire's Kawa support recently and they
> > told me that
> > Kawa will support running/debugging Orion directly in it's IDE in an
> > upcoming service pack, how soon it will be released is not certain, so
> > caveat emptor. I found Kawa to be a pretty good basic IDE (I
> > don't like lots
> > of frills, I just want codesense and debugging), although in
> > addition to not
> > yet supporting Orion it was not a simple affair to add .class
> files to the
> > CodeSense. If you want a decent step-thru remote debugger, check out
> > Bugseeker (http://www.karmira.com) it was a bit tricky to get
> it connected
> > to my remote JVM, but once I figured it out it was pretty good,
> > it's *very*
> > affordable, too. I also have recently become aware of JSwat
> > (http://www.bluemarsh.com/java/jswat/), an open-source debugger. I am
> > currently using the combination of Visual Slickedit for
> editing, Bugseeker
> > for debugging and ANT for building, I occasionally fire up Forte (only
> > because I have 256 MB memory and lots of time!) to do visual
> Swing stuff.
> >
> > Hope this helps,
> > Mac Ferguson
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Julian
> > > Richardson
> > > Sent: Wednesday, February 21, 2001 6:18 AM
> > > To: Orion-Interest
> > > Subject: Debugging and orion
> > >
> > >
> > > Hi,
> > >
> > > What tools / IDEs are people out there using to develop EJBs
> > for use with
> > > Orion? At the moment we (as a project team, rather than company)
> > > are trying
> > > to standardise on an app server and IDE to use, requirements being the
> > > usual:
> > >
> > >   cost
> > >   speed
> > >   flexibility
> > >   resource usage
> > >   debugging support from the IDE
> > >
> > > - I saw that someone mentioned using Kawa with Orion on the
> orionsupport
> > > website; has this combination been used by many people? (I'm new
> > > to the app
> > > server world, although I've been doing server-side Java work
> for several
> > > years now - I'm not used to environments where it's even possible
> > > to use an
> > > integrated debugger, but others on the team say it's necessary :-)
> > >
> > > Comments about the speed / flexibility / resource usage of Orion
> > > are welcome
> > > too, from the website it looks pretty slick and the
> documentation looks
> > > good, but time will tell... also if there's any major snags
> > with orion in
> > > terms of things that the current version doesn't do correctly
> or doesn't
> > > implement...
> > >
> > > cheers
> > >
> > > Jules
> > >
> > > --
> > >
> >
> >
>
>
>



Reply via email to