deployment - deploying a java application on eclipse juno using jboss 7.1.0 server -


i deploying java application on eclipse juno using jboss 7.1.0 server. below problem encountering.please me this.

532 error [org.jboss.as.server.deployment.scanner] (deploymentscanner-threads - 1) jbas015010:  deployment scanner found directory named meta-inf not inside directory name ends  .ear, .jar, .rar, .sar or .war. result of unzipping archive directly inside  c:\jboss\jboss-as-7.1.0.final\standalone\deployments directory, user error. meta-inf  directory not scanned deployments, possible scanner mayfind other files  unzipped archive , attempt deploy them,  leading errors.   532 error [org.jboss.as.server.deployment.scanner] (deploymentscanner-threads - 1) jbas015010:  deployment scanner found directory named web-inf not inside directory name ends  .ear, .jar, .rar, .sar or .war. result of unzipping archive directly inside  c:\jboss\jboss-as-7.1.0.final\standalone\deployments directory, user error. web-inf directory not scanned deployments, possible scanner mayfind other files  unzipped archive , attempt deploy them, leading errors. 

try delete files , folders inside c:\jboss\jboss-as-7.1.0.final\standalone\deployments , try again.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -