Changes for page Servlet Deployment Setup
Last modified by Pascal Robert on 2012/07/21 20:28
From version 21.1
edited by David Avendasora
on 2009/04/06 09:18
on 2009/04/06 09:18
Change comment:
There is no comment for this version
To version 23.1
edited by David Avendasora
on 2009/04/06 09:20
on 2009/04/06 09:20
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,3 +24,7 @@ 24 24 11. YourApp.woa 25 25 11. YourApp directory - this is a Single Servlet Directory Deployment (SSDD) it contains all of the Frameworks on the build path embedded in it. 26 26 11. YourApp.war - this is your webapp archive. It contains all the same files as the SSDD, but zipped up. 27 + 28 +== Step 3 - Deploy == 29 + 30 +Copy the MyApp.war file to your servlet container's webapps directory.