When you package a web module as a WAR file, the default package includes only those files that are part of the web module. To add a file that is external to the web module to the WAR package, use the Extra Files property in the WEB-INF property sheet. Extra files might include image files, text files, or other resources that reside outside the web module. When adding extra files, the default target directory is the web module's document base (root directory).
To include extra files in a web module archive:
See Also | |
---|---|
Editing Web Module Archive Properties Creating WAR Files |