> 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.
And there's also still another alternative deployment style: "True WAR" deployment, which has been available since WO 5.2.2, but as far as I can see not directly supported by woproject. "True WAR"s will still work in environments where they aren't extracted, i.e. Tomcat with unpackWARs="false" or WebLogic. -> http://developer.apple.com/documentation/WebObjects/WhatsNew/WhatsNew/chapte r_1_section_6.html (All embedded frameworks and the application itself must be in NSJarBundle format and have to be copied to WEB-INF/lib.) We did use this deployment style successfully in several projects (in one one them we had to deploy to WebLogic ;) ), the only real issue being a bug in EOModel that prevented the loading of EOModels on Windows machines. Unix deployment worked without problems. (We patched EOModel to get rid of the problem on Windows...) HTH :) Cheers,--micha _______________________________________________ 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]
