Hi All, I am working with WOLips + WonderFrameWorks. When I did ServletSingleDirectoryDeployment for my application, I get war file. When I deployed under Tomcat, I found WOAppMode=Development in web.xml file rather than Deployment. How to set this value to Deployment when building a ssdd itself.
In my application's web.xml file: <context-param> <param-name>WOAppMode</param-name> <param-value>Development</param-value> </context-param> But I will want like the below in my web.xml file: <context-param> <param-name>WOAppMode</param-name> <param-value>Deployment</param-value> </context-param> I desperately seeking your help. Thanks & Regards, Sreenivasulu Arveti.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to arch...@mail-archive.com