We have several j2ee applications (e.g. A.ear, B.ear, C.war) running in a single jboss instance, we have a requirement to share a set of static files across these applications. So I should be in a position to access these files as http://myhost/folderA/fileA.htm or http://myhost/folderB/file.js from within my ear or war files.
How should I tell the jboss appserver (5.1.0) to look for these files, how should I deploy this static content in my server/default/deploy
directory or the docs
folder