You have to enable remote debugging for your remote JBoss instance. Open your remote 
/bin/run.conf and uncomment or include something like 

# JDK 1.4.1 JPDA settings
JAVA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n 
$JAVA_OPTS"


On a Windows JBoss-Instance your have to modify run.bat 


rem Sun JVM memory allocation pool parameters. Uncomment and modify as appropriate.
JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m

rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
et JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822641#3822641

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822641


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to