Hello,
I am getting the error when I try to start a JBoss AS 7.1.1 Server from MyEclipse, it shows a popup with the message in the subject of the topic and then in the console i can read Unrecognized option: -JBoss
Also the deployment doesn’t seem to work when it is “Exploded Archive”, the deployment scanner throws an error in the log:
10:24:02,957 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-
threads – 1) JBAS015010: The deployment scanner found a directory named WEB-INF
that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .
war. This is likely the result of unzipping an archive directly inside the \jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\standalone\deployments directory, which is a user error. The WEB-INF directory will not be scanned for deployments, but it is possible that the scanner mayfind other files from the unzipped archive and attempt to deploy them, leading to errors.