Difference between revisions of "Building I-Card Manager Application"
(→'''Build I-Card Manager application''') |
(→'''Asant and Ant''') |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ===''' | + | ==='''Exporting I-Card Manager application as a Web Archive (WAR) file'''=== |
− | + | A Web archive (WAR) file is a packaged Web application that can be exported to test, publish, and deploy the resources developed within a Web project. | |
+ | |||
+ | To export a WAR file from a Web project, do the following: | ||
+ | *Right click on a Web project folder and select Export from the pop-up menu. Then select WAR file in the Export window and then select Next. | ||
+ | *Specify the Web project you want to export (this field is primed if you used the pop-up menu to open the wizard), and specify a location for the new WAR file | ||
+ | *Optional: Optionally, supply WAR export Options, such as whether or not to include Java™ source files in the WAR, and whether to overwrite any existing resources during the export process. Source files are not usually included in a WAR file, because they are not necessary for the server to run the web application. | ||
+ | *Click Finish. | ||
---- | ---- | ||
− | '''Note:''' The | + | '''Note:''' The Eclipse Web Tools Platform should be installed. [http://www.eclipse.org/webtools/main.php More about WTP]. |
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:53, 28 March 2007
Exporting I-Card Manager application as a Web Archive (WAR) file
A Web archive (WAR) file is a packaged Web application that can be exported to test, publish, and deploy the resources developed within a Web project.
To export a WAR file from a Web project, do the following:
- Right click on a Web project folder and select Export from the pop-up menu. Then select WAR file in the Export window and then select Next.
- Specify the Web project you want to export (this field is primed if you used the pop-up menu to open the wizard), and specify a location for the new WAR file
- Optional: Optionally, supply WAR export Options, such as whether or not to include Java™ source files in the WAR, and whether to overwrite any existing resources during the export process. Source files are not usually included in a WAR file, because they are not necessary for the server to run the web application.
- Click Finish.
Note: The Eclipse Web Tools Platform should be installed. More about WTP.