[JBoss-dev] [JBoss IDE] - Re: Which are the correct steps to configure JBoss-Remote on

2004-08-27 Thread AlexM
Hi, I had similar problems until I opened a port in my WinXP firewall :). Now, I can connect to the JBoss, but there is no way to deploy the app from within Eclipse :(. I suggest that you look at the JBoss IDE tutorial and quick start documents. Alex View the original post :

[JBoss-dev] [JBoss IDE] - Re: Which are the correct steps to configure JBoss-Remote on

2004-08-24 Thread danjar
i've been having trouble with running jboss 3.2.5 on redhat 8. j2sdk1.4.2_05 I've been trying to set it so i can debug from a remote eclipse ide and have tried each of the folloing settings. The first two hang on startup and i have to reboot my machine. And the third seems to boot fine but no

[JBoss-dev] [JBoss IDE] - Re: Which are the correct steps to configure JBoss-Remote on

2004-05-12 Thread mdomingu
Thanks ! ! ! I've tried your solution and it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834630#3834630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834630

[JBoss-dev] [JBoss IDE] - Re: Which are the correct steps to configure JBoss-Remote on

2004-05-11 Thread letiemble
Hi, You must launch the JBoss server with the debug options to enable remote connection. Take a look at the run.bat file and the line : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS% Don't forget to