I deployed a war inside jboss5.1.0-GA
. And if I started jboss with eclipse, I'm not able to debug the java files inside eclipse.
Able to debug jsp scriptlets.
Event tried with remote debugging.
Set the java opt properly. (set JAVA_OPTS=-Xdebug-Xrunjdwp:transport=dt_socket,address=4142,server=y,suspend=n %JAVA_OPTS%
)
Is there any problem in Jboss 5.1.0 ?