You can do remote debugging in JBuilder,
While starting web/apps/standalone Server, with the remote debugging
option
java -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,address=5001,suspend=n
org.apache.axis.transport.http.SimpleAxisServer -p 8080
Open JBuilder
Run -> Configurations
In Debug Tab, Attach remote debugger and change the address to 5001.
Thanks
--mahmood.
-----Original Message-----
From: Jung, Eric (Contractor) [mailto:ejung@xxxxxxxxxxxxxxxxx]
Sent: Wednesday, August 28, 2002 2:34 PM
To: 'axis-user@xxxxxxxxxxxxxx'
Subject: RE: Debugging a service ...
I'm also interested in this, although I use JBuilder and Eclipse, not
NetBeans.
I haven't had much luck getting debugging Axis with JBuilder, and
haven't
tried
it with Eclipse yet.
Has anyone else done this?
-----Original Message-----
From: Philippe Chretien [mailto:philippe.chretien@xxxxxxxxxxxxxxx]
Sent: Wednesday, August 28, 2002 4:57 PM
To: axis-user@xxxxxxxxxxxxxx
Subject: Debugging a service ...
Hi,
I want to debug my web services java classes using NetBeans ... My
target is
to have SimpleAxisServer running in my environment so I can place break
points into my web services.
To do that I first tried to run the SimpleAxisServer with the switch -p
8080
to set the listening port number. By running this from the webaps\axis\
directory I can call .JWS web services with no problem. What I cant do
is
calling webservices that are registered in the server-config.wsdd file.
Is there a switch to tell the server where to read services definitions
???
If you have any beter idea to debug web services please let me know.
Regards,
Phil
|