Title: RE: [JBoss-user] jBoss + ANT + NetBeans

 \usr\j2se\bin\java -Xint -Xdebug -Xnoagent %JAXP% -classpath "%JBOSS_CLASSPATH%" -Xrunjdwp:transport=dt_socket,server=y,address=12999,suspend=n org.jboss.Main %1 %2 %3 %4 %5 %6 %7 %8 %9

I have used the above to debug beans running within jboss on Win2K.   You have to attach to the jboss jvm from netbeans after you run.   This is from our run.bat, the same should work on unix changing \ to / and %[var]% to ${var}.  Make sure you compile with -g for access to everything and change back to -g:none before you test/deploy.

john moore




-----Original Message-----
From: IvanLatysh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 10, 2001 1:49 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] jBoss + ANT + NetBeans


Someone have samples how run jBoss with my beans for debugging from NetBeans.

I am using NetBeans 3.2 and latest jBoss.
I have visited jBoss manual and NetBeans manual - but there are soo old information.

Sincerely yours, Ivan Latysh.
[EMAIL PROTECTED]
http://ivan.yourmail.com


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to