| Article: |
Java Web Applications | |
| Subject: | type "jar cvf onjava.war" where with what? | |
| Date: | 2004-04-28 22:00:30 | |
| From: | doubleoevan | |
|
Packaging a Web application Now that we know what a web application is, we can package it for deployment. The standard method for packaging web applications is to use a Web ARchive file (WAR). You can create a WAR file by using Java's archiving tool jar. An example of this would be to change to the root directory of your web application and type the following command:
|
||
Showing messages 1 through 2 of 2.
-
type "jar cvf onjava.war" where with what?
2005-01-28 03:32:10 Nataraj-STAG [View]
-
type "jar cvf onjava.war" where with what?
2004-09-19 11:51:04 IwaraArikpo [View]
Where do I place the WAR files, and how do I finally deploy them?


