How to stop scanning of war files during deployment on jboss
During deployment the jboss deployer scans all jar开发者_如何学Cs inside wars it slows down the deployment.
how to stop that so that deployment speed improves.
regards Shreyas
Project -> Properties -> Validation -> Configure Workspace settings
Disable all in Build column, except for App Client and classpath
got the same problem with JBoss 6. Still no idea how to fix it there, but about Jboss 5, looks like there is a special conf file where you can minimize scanning. Read this wiki page: JBoss5 custom metadata files, there is a sample of such a configuration, maybe it helps
精彩评论