Turbine 2.x apps are fully WAR compliant. You just have to make sure your app server unpacks the war file instead of loading it straight into memory. I use the ant task 'war' to build the war file from my build.xml.
Age > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 02, 2001 17:15 > To: [EMAIL PROTECTED] > Subject: Re: Turbine in Silverstream... > > > Jason van Zyl <[EMAIL PROTECTED]> writes: > > > You are trying to run your application directly from the WAR archive without > > unpacking it? > > > > If so you won't get very far with Turbine 2.x as it is completely based on > > working from the filesystem. > > Have any plans to support the WAR format in 3.x? I've never used it > myself, but it looks like an extremely convenient packaging and > deployment system. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
