![[IBM i]](../images/iseries.gif)
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.
Procedure
Example
WebSphere® Application Server places the
generated files (.class, .java, and optionally, .dat) in a temporary directory under the WebSphere Application Server instance. For example, the default instance stores
the generated files in this directory:
/profile_root/temp/node_name/application_server/enterprise_app/web_module
In this example:
- profile is the name of your instance. The default instance name is default.
- node_name is the name of the iSeries server or partition on which your WebSphere Application Server instance is running
- application_server is the name of your WebSphere Application Server
- enterprise_app is the name of the enterprise application to which the JSP file belongs
- web_module is the web module that contains your JSP file.
Attention: A .dat file is a
helper file used by the generated servlet.