Changes for page Servlet Deployment Setup

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

From version 23.1
edited by David Avendasora
on 2009/04/06 09:20
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/]].