NAS Application Packages



All compiled Java files, HTML pages, JavaServer Pages (JSPs), and database access files are deployed to the application server (or servers, if there is more than one server in the configuration).

Static files that do not require interaction with the application server, such as images, static HTML pages, and JavaScript files, are deployed directly to a Web server if one exists in your server configuration. These files can be served by the application server if no Web server exists.

.ntv file

A Name Type Value (NTV) file called appInfo.ntv is created by default if such a file doesn't already exist. This file contains a list of the servletInfo files in the JAR file.