Re: Converting from SSDD to WAR
Re: Converting from SSDD to WAR
- Subject: Re: Converting from SSDD to WAR
- From: Benjamin J Doherty <email@hidden>
- Date: Mon, 4 Oct 2004 19:25:42 -0500
On Oct 3, 2004, at 10:48 PM, Ricardo Cortes wrote:
Does anyone know what I need to do in order to convert a WO project that is
currently building as an SSDD project (Single Servlet Directory Deployment) to
one that builds a Web Archive (.WAR) that can be inserted into a servlet
container (i.e. Tomcat, JBoss)? I trust there's a few properties here and
there that I need to change but I can't seem to find the right one.
Ricardo,
The release notes for WebObjects 5.2.3 describes the properties. Also If you create a new project in Xcode and indicate that you want a SSDD & WAR deployment, you can find the properties configured properly there too.
http://docs.info.apple.com/article.html?artnum=107873
How do I convert my legacy WebObjects application to build as a true war bundle?
1. In Xcode, configure your build settings to the following:
<x-tad-smaller>SERVLET_SINGLE_DIR_DEPLOY = NO
SERVLET_STUB_WAR = NO
SERVLET_TRUE_WAR = YES
SERVLET_DEPLOY_LICENSE = <your deployment license>
SERVLET_WEBAPPS_DIR = /Library/JBoss/3.2/deploy
</x-tad-smaller><x-tad-smaller>
</x-tad-smaller> 2. <x-tad-smaller> </x-tad-smaller>Add the JavaWOJSPServlet.framework to your project
3. You should also verify that all of your custom frameworks are being built as jar files and are installed or linked into /Library/WebObjects/lib. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden