MyEclipse Blue 2014 on Linux OS.
Configure the server to use JBoss 7.x connecotr. From the server Panel, right mouse click on the server to run it. Then go to the Console panel, it displays:
[org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /jboss/jboss-as-7.1.1.Final/standalone/deployments.
This indicateds the server was started as a standalone, i.e., launched via the standalone.sh
Now, my quesiton:
I want to start the server in Domain mode (in the IDE), how can I do it?
Thanks
Eugene