InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.1: Developing servlets >
4.2.1.3: Servlet content, examples, and samples >
4.2.1.3.7: Serving all files from application servers
4.2.1.3.7: Serving all files from application servers
Files are served on a per-web module, not a per-appserver basis.
To enable file serving, you can either:
- Click the File Serving Enabled checkbox in the
IBM extensions panel of the Application Assembly Tool (AAT), or
- Change the fileServingEnabled flag from
false to true in the ibm-web-ext.xmi file.
The ibm-web-ext.xmi file is located in the WEB-INF
directory of the installed Web module
See section 4.2.1.2.3a for details and instructions.
|
|