Sometimes when you deploy an application WAR file into your jBoss Server, it can get blacklisted. The reasons for this can be many, like:
1. You've copied the file into the deploy folder but it took to long to paste all the archive before de deploy process started. If you repeat this again and again the your application will get blacklisted.
2. Your WAR application archive is corrupted. Make sure you can open it. If you don't then your file is corrupted and jboss will not be able to deploy it.
To solve this just restart the server and try to deploy it again.


