+

Search Tips   |   Advanced Search

(iSeries)

Backing up and recovering JavaServer Pages files

JavaServer Pages source and generated servlet classes, Hypertext Transfer Protocol (HTTP) configuration, and administrative configuration should be considered for backup when using JavaServer Pages files.


Tasks


Example

WebSphere Application Server places the generated files (.class, .java, and optionally, .dat) in a temporary directory under the WAS instance. For example, the default instance stores the generated files in this directory:

/profile_root/temp/node/application_server/enterprise_app/web_module

In this example:

A .dat file is a helper file used by the generated servlet.


Related:

  • JavaServer Pages
  • Assembling web applications