This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Starting JBoss in debug modeanders.hedstrom Dec 6, 2005 5:24 AM (in response to eric.lewis)What you're doing is that you start JBoss with remote debugging enabled. When you do that you need to connect a remote debugger to your JBoss instance and then you will see JBoss continue booting... 
- 
        2. Re: Starting JBoss in debug modeschrouf Dec 6, 2005 5:40 AM (in response to eric.lewis)change your suspend=y to suspend=n. Otherwise the JVM will wait for your debugger to connect before proceeding with the programm execution. 
 Regards
 Ulf
- 
        3. Re: Starting JBoss in debug modevishak_s Dec 7, 2005 12:46 AM (in response to eric.lewis)Please modify java_opts as follows 
 set JAVA_OPTS=%JAVA_OPTS% -Xbootclasspath/p:%LM%\lib\vbjorb.jar
 -Xdebug -Xnoagent -Djava.compiler=NONE
 -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
 -Xbootclasspath can be used if you need to add any jar to bootclasspath its optional.
 
     
     
    