We have been deploying our apps as servlets for the past few years. Our structure looks like
* WEB-INF/MyApp.woa * WEB-INF/Library/Frameworks * WEB-INF/lib/ We don't bundle the Frameworks inside the WOA. I figure if we did we would need to adjust the WOCLASSPATH a little bit. The only reason we deploy our application and framework jars in the WEB-INF/lib is to make them available for the web app. I don't think that WebObject loads them the WEB-INF/lib folder Dov On 9/8/08 8:10 AM, "David Avendasora" <[EMAIL PROTECTED]> wrote: > Hi Mike, > > I looked at this back in April briefly. Here's what I found at that > time: > > On Apr 14, 2008, at 10:26 AM, David Avendasora wrote: >> >> 1) In WEB-INF/MyApp.woa/Library/Frameworks >> 2) In WEB-INF/Library/Frameworks >> 3) In WEB-INF/lib/ (only the .jar files here, not the whole framework) >> >> If I get rid of either #1 or #2 the app won't launch in Tomcat. It >> _seems_ I can get rid of #3, but I haven't fully tested it yet. >> > > I'll do some more testing now and get back to you this morning. > > Dave > > > On Sep 8, 2008, at 7:18 AM, Mike Schrag wrote: > >> OK ... Officially, what does the file structure of a proper war >> deployment look like inside the war. I'm fixing the build.xml in >> WOLips to do this correctly, and there are dupes of jars, etc. >> Currently WOLips is producing a WEB-INF/YourApp.woa with everything >> in it, but also all the jars from inside of the woa are also in WEB- >> INF/lib. Is this right? wrong? If the jars are in WEB-INF/lib, do >> they also need to be in the frameworks inside of WEB-INF/YourApp.woa? >> >> 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/webobjects%40avendasora >> .com >> >> This email sent to [EMAIL PROTECTED] >> >> > > _______________________________________________ > 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/drosenberg%40inquira.com > > This email sent to [EMAIL PROTECTED] _______________________________________________ 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]
