Re: Debugging a WebObjects Application

Nathan Fiedler <[email protected]> 10 Jan 2003 09:17:48 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1042219067.32273.3.camel@nuts>
Assuming this is like an application server, you will have to start the
WebObjects server with the appropriate debugging flags. Something like:

java -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 ...

Then start JSwat and attach to port 5000. See the documentation for more
on remote debugging.

Let me know how it goes.

n


On Fri, 2003-01-10 at 03:09, Michael Bieri wrote:
> Hi folks
> 
> I'm pretty new to JSwat and would like to know if anybody has ever tried 
> to debug a WebObjects application.
> If so, how is it done?
> 
> - jdk 1.3.1_06
> - WebObjects 5.2
> - JSwat 1.7
> 
> thx
> - Michael