Static files

You can include files that provide static content for the site in a Web site, including HTML, images, sounds, and so forth. You can also include Java applet files. You can configure an application’s deployment descriptor to specify security constraints for static files and any unique MIME types required by your content.

You must deploy static files to the following subdirectory in your EAServer installation directory:

deploy/webapps/web-app

Where web-app is the name of the Web application. You can include subdirectories, which are reflected in your application’s URL namespace.

Any Web archive (WAR) files that you import are expanded to the deploy/webapps/web-app directory.