Perhaps I should clarify…

 

Strictly speaking of servlets, not JSP’s.

Tomcat can be ‘imported’ into IBM Visual Age for Java.

Once this is done, a small java program can be written to start up tomcat from within the IBM Visual Age for Java IDE.

If a break point is set on any servlet code, since Tomcat is running within IBM Visual Age for Java, then when the browser hits the correct servlet, and the correct line of code, it will stop the servlet and show the code on the IDE in debugging mode.  At this point you can step through the program line by line.  The browser will wait until the servlet completes to show any results.

 

Again the full information is somewhere in www.ibm.com/vadd

 

Note that I used IBM Visual Age professional, which does not have WebSphere in it.

 

Regards,

 

Rob Lapensee

Director of Technology

Delfour Corporation

[EMAIL PROTECTED]

www.delfour.com

 

-----Original Message-----
From: Steven Punte [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 13, 2000 12:38 PM
To: Rob Lapensee; Orion-Interest
Subject: Re: Real Debuggin On Orion? How

 

Rob:

 

    Thanks for the reply. 

 

    This is very interesting.  So WebSphere has the ability to allow  a

    particular thread, and their dependences, to be debugged without

    putting the entire server into debug mode.   Is this a correct

    perception of you statement, or is the debugging mode taking

    over the server completely and it is not usable by other when

    in this mode?

 

    Sincerely

 

        STeve Punte

 

 

 

----- Original Message -----

To: Orion-Interest

Sent: Thursday, July 13, 2000 4:30 AM

Subject: RE: Real Debuggin On Orion? How

 

Put my vote in for IBM Visual Age for Java support.

 

All you would need to do is get Orion to run within IBM Visual Age.  I have tried this, but it doesn’t work.

It works quite well with Tomcat, and I can debug servlets very nicely (www.ibm.com/vadd has details on how to do this).

But I would really like to be able to debug EJB’s from within the IDE.

 

This also begs the question of what Orion themselves are using.

Is it straight JDK, or one of the IDE’s?

 

 

Regards,

 

Rob Lapensee

Director of Technology

Delfour Corporation

[EMAIL PROTECTED]

www.delfour.com

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Punte
Sent: Wednesday, July 12, 2000 7:29 PM
To: Orion-Interest
Subject: Real Debuggin On Orion? How

 

Dear Orion, and Orion Users:

 

    How does one do serious servlet and server side java bean debugging

    on orion?

 

    I understand how I could run the jdb debugger on the entire Orion

    server, but I expect a more user friendly and productive mechanism

    on a commercial product.  In particular, I have several developers

    all using the same orion process to server from.

 

    Being that Orion is 100% Java, and how wonderful Java is, is 

    there, or is the Orion company working on a way, that I as

    a developer could debug a particular thread which is

    initiated by the browser I'm using?  And it would be nice

    if it an IDE could interface with it.

 

    Sure, it is not straight forward to implement, but something

    that is desperately needed by developers. 

 

    And, yes, send me a million dollars while your at it!  :-)

 

STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]

Reply via email to