[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
I should specify, I'm running Eclipse 3.4.2 w/ JBoss Tools. The JBoss version is 5.0.1.GA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225980#4225980 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225980

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread PeterJ
I thought it should be as easy as specifying a property somewhere, but it appears that no such place exists. It even looks like Eclipse runs JBoss AS via a java command that it generates, rather than relying on the run.bat file, so it is not like you could edit the run file. Found it! Look in

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread PeterJ
Caveats: You have to change the XXX.launch file while Eclipse is not running - apparently the file is not reread when you start the server, and also the file is overwritten when you stop Eclipse. So stop Eclipse first, then change the file. Eclipse can no longer tell if the JBoss AS has

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
Thanks Peter. Using what you said I think I found the solution. Instead of editing the launch configuration though, you can actually just double-click on the server from either the Servers or JBoss Server View views to open up the Overview window. From there, select Open launch configuration