Sven Malvik [
https://community.jboss.org/people/svenmalvik] commented on
"How to use JBoss AS 7 Beta 2 with JBoss Tools & Developer Studio"
To view all comments on this blog post, visit:
https://community.jboss.org/community/tools/blog/2011/04/18/how-to-use-jb...
--------------------------------------------------
Regarding starting and stopping AS7 via JBoss Developer 4.1 you can as mentioned above go
via external tools. BUT
instead of executing standalone.bat (I know Windows is borring :) ) I wrote me a one line
batch which executes that standalone.bat.
start cmd.exe /C "C:/jboss-as-7.0.2.Final/bin/standalone.bat"
Now, you at least got the possibility to stay in your IDE.
/Sven Malvik
--------------------------------------------------