简体   繁体   中英

deploying a java application on eclipse juno using jboss 7.1.0 server

I am deploying a java application on eclipse juno using jboss 7.1.0 server. Below is the problem i am encountering.Please help me with this.

532 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015010: 
The deployment scanner found a directory named META-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 C:\jboss\jboss-as-7.1.0.Final\standalone\deployments directory, which is a user error. The META-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.


532 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 C:\jboss\jboss-as-7.1.0.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.

尝试删除C:\\ jboss \\ jboss-as-7.1.0.Final \\ standalone \\ deployments中的所有文件和文件夹,然后重试。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM