We deploy all of our apps as WAR files without installing WO anywhere else on the system without any problems. I have tried using the build SSDD/war targets within WOLips a couple of times but usually end up adjusting the
output to suit our needs quite a bit.
This is a lot better now ... In new WOLips (with new build.xml/ build.settings/etc) you can just go into WOLips Build project properties and check "Servlet Deployment" and "autogenerate web.xml" and it will do the right thing now.

The references in the WEB-INF/web.xml for the WOCLASSPATH all work as long as you have all of your frameworks inside the WEB-INF/Library/ Frameworks folder and listed in the web.xml using the WEBINFROOT variable. I usually also copy the necessary framework jars into the WEB-INF/lib folder as well.

Everything seems to resolve properly without any issues. We have been this
since 2003.
Are you deploying on Tomcat? Tomcat automatically unpacks war files, so you're not actually running from the war, but instead the SSDD inside the war. WebLogic, for instance, has the option to run the war file directly (it loads resources out of the war file rather than unpacking), which will break if you use the WEBINFROOT classpath variable.

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to