簡體   English   中英

使用jboss 7.1.0服務器在eclipse juno上部署java應用程序

[英]deploying a java application on eclipse juno using jboss 7.1.0 server

我正在使用jboss 7.1.0服務器在eclipse juno上部署一個java應用程序。 以下是我遇到的問題。請幫我解決這個問題。

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中的所有文件和文件夾,然后重試。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM