Patch to fix broken WebObjects examples
Patch to fix broken WebObjects examples
- Subject: Patch to fix broken WebObjects examples
- From: Tom Pelaia <email@hidden>
- Date: Thu, 24 Apr 2008 09:23:42 -0400
Hi,
The WebObjects examples as distributed do not generate WAR files which
deploy under J2EE. I have found out how to patch those examples so
that they generate deployable True WAR files.
There are two things that must be done to patch a project.
1) Edit wo-resources/BuildFiles/frameworks.include.patternset by
adding "**/JavaWOJSPServlet.jar" (without the quotes) to the list of
included frameworks.
2) Copy wo-resources/BuildFiles/Info to wo-resources/Resources with
the name "Info.plist". That is all you need to do to patch the
examples. Now when you build the example, the generated WAR executable
will deploy under J2EE including under JBoss.
With these simple fixes I can now build and deploy WebObjects
applications as True WAR using the new Ant based build system. For
example, I am using Xcode Organizer to build the WebObjects
applications.
thanks,
tom
_______________________________________________
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