Changes for page Servlet Deployment Setup
Last modified by Pascal Robert on 2012/07/21 20:28
From version 19.1
edited by David Avendasora
on 2009/04/06 09:11
on 2009/04/06 09:11
Change comment:
There is no comment for this version
To version 20.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,3 +19,8 @@ 19 19 20 20 1. Right-Click on your project and select "WOLips Ant Tools" and then "Instal" 21 21 [[image:Picture 9.png]] 22 +1. Look in the Finder at your /Library/WebObjects/Application/ directory and you should find 3 files for your project 23 +[[image:Picture 10.png]] 24 +11. YourApp.woa 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 +11. YourApp.war - this is your webapp archive. It contains all the same files as the SSDD, but zipped up.