Creating the WAR File
To create the WAR file, follow the steps below:
1. In Enterprise Manager, navigate to the 'Server' > 'Deployment' node on the navigation tree under the Server tab.
You can create a WAR file for one of the three natively supported Application Servers (Tomcat, WebLogic, WebSphere), or for any generic J2EE-compliant Application Server.
2. Click the link corresponding to the desired application server:
– 'Create Archive for Tomcat'
– 'Create Archive for WebLogic'
– 'Create Archive for WebSphere'
– 'Create Archive for All'
This opens the 'Create Archive' dialog box.
Note: For Version 7.x of WebLogic, specify an “ear” extension rather than the “war” extension, i.e., “sree.ear”.
3. In the 'Create Archive' dialog box, enter the required fields. In general, the 'Archive File Name' field should contain the filename for the WAR file, e.g., “sree.war”.

Reports that have already been deployed to the repository (i.e., replets) are automatically archived in the WAR file. You can optionally add other replets to the archive by specifying their paths in the 'Replet Jar Files' field.
4. To specify additional resource files to be added to the web application, enter the names in the 'Extra Files' field.
5. To add the 'Soap Bundle' to your web application, select the checkbox next to this item.
6. Click the 'Create War File' button.
Notes
• If 'Soap Bundle' is selected, WAR files created using either the Tomcat Deployment Wizard or Standard War File Deployment Wizard will use Apache Axis as the Soap Engine. War files created using the WebLogic or WebSphere Deployment Wizard will use the native Soap Engine of these respective Application Servers. The exceptions are WebLogic 6.x and WebSphere 4.x which do not support Soap.
• The online documentation is not included in the WAR package. To deploy the documentation, copy the devhelp and userhelp directories to the desired location, and adjust the URLs on the 'Configuration' > 'Help' page (under the Server tab) accordingly. See Configuring User and Developer Help for more details.
See Also
Appendix C.2, WebSphere 5.0 and higher, for WebSphere deployment.
Appendix C.3, WebLogic 7.0 and higher, for WebLogic deployment.
Appendix C.4, Tomcat 4.1 and higher, for Tomcat deployment.
| << 9.2.1 Creating a WAR File Using Enterprise Manager | © 1996-2013 InetSoft Technology Corporation (v11.4) | Updating the Deployed War File >> |