Changes for page Servlet Deployment Setup

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

From version 18.1
edited by David Avendasora
on 2009/04/06 09:11
Change comment: There is no comment for this version
To version 22.1
edited by David Avendasora
on 2009/04/06 09:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,3 +19,12 @@
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.
27 +
28 +== Step 3 - Deploy ==
29 +
30 +Copy the MyApp.war file to your servlet container's webapps directory.