Changes for page Servlet Deployment Setup

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

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

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,8 @@
1 +{{note title="Bug Warning"}}
2 +There is a [bug|http://issues.objectstyle.org/jira/browse/WONDER-262] in Tomcat, WO or Project Wonder that causes problems if you have more than one webapp deployed in a single instance of Tomcat if they don't all have identical classpaths. This bug will not impact most developers. If you are deploying a single application, or all your applications share the same classpath, then you will not run into this bug. Full description is [here|http://issues.objectstyle.org/jira/browse/WONDER-262].
3 +
4 +{{/note}}
5 +
1 1  == Introduction ==
2 2  
3 3  WO developers have been able to deploy their applications as a WAR bundle in a J2EE container since WO 5.1, and as an independent SSDD (Servlet Single Directory Deployment) bundles and WAR files since WO 5.2. This article guides you through the simple setup in WOLips to allow you to deploy you application to a servlet container such as [[Apache Tomcat>>http://tomcat.apache.org/]].
... ... @@ -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.
32 +
33 +== Step 3 - Deploy ==
34 +
35 +Copy the MyApp.war file to your servlet container's webapps directory.