Changes for page Servlet Deployment Setup

Last modified by Pascal Robert on 2012/07/21 20:28

From version 17.1
edited by David Avendasora
on 2009/04/06 08:24
Change comment: There is no comment for this version
To version 20.1
edited by David Avendasora
on 2009/04/06 09:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,3 +14,13 @@
14 14  [[image:Picture 4.png]]
15 15  1. Select "WOLips Deployment" from the left-hand side and check the "Servlet Deployment" checkbox and the "Autogenerate web.xml" checkbox.
16 16  [[image:Picture 8.png]]
17 +
18 +== Step 2 - Install ==
19 +
20 +1. Right-Click on your project and select "WOLips Ant Tools" and then "Instal"
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.