Hi,
I have a related question...I was able to get the server to work in the servers window, but in the manual it says "we recommend running JBoss in a JVM with a large perm gen space at development time." Is this now already configured by default?
Apparently, the old way was to go to the JBoss Server view, select "Edit Launch Configuration", and enter the following for VM arguments:
-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512
There's no place to configure VM arguments in the main Eclipse servers window.