Thanks all. I figured it out... I had my images in a dir called "images", in WOLips the WOImage components found the images in that subdir without a problem, but when deploying I need to specify the subdirectory in the filename attribute. I never thought of changing that since it worked in development. Makes sense now though.
Thanks all. Deployment now 100% successful. :) -Mike On Sep 14, 2010, at 11:54 PM, Cheong Hee (Gmail) wrote: > Hi Mike > > No images served may due to apache could not get the files from its document > root. In split installation, you will need to keep a copy of woa in the > application directory and apache document root. May be you could look at if > both directories are exist. > > Cheers > > Cheong Hee > > ----- Original Message ----- From: "Michael Gargano" <[email protected]> > To: "Stefan Klein" <[email protected]> > Cc: "Apple WO-Dev" <[email protected]> > Sent: Wednesday, September 15, 2010 8:33 AM > Subject: Re: deploying my first app > > >> Hi Stefan, >> >> That document is great, but it still doesn't explain why I have to create >> empty "Properties" files in the Resources directories for every framework my >> application references. I got the app deployed and working after that (I >> had to turn off aliases as it was clobbering the /cgi-bin/ directory). The >> only problem I still having, aside from the Properties files, is that I >> can't get the images served. I'm following the instructions for deploying a >> split install, but I don't see how apache is supposed to vend those images >> properly. So all my images are broken links. >> >> Thanks. >> -Mike >> >> >> >> On Sep 14, 2010, at 3:58 AM, Stefan Klein wrote: >> >>> Did you follow the description on: >>> http://wiki.objectstyle.org/confluence/display/WO/Windows+Deployment+WO+5.3+-+WO+5.4 >>> >>> Stefan >>> >>> Am 13.09.10 22:52, schrieb Michael Gargano: >>>> I didn't know about that, so, that was good, but it still complained about >>>> the Properties files in the embedded frameworks. :( after adding them >>>> the app deploys, but I can't seem to get to it. frustrating. >>>> >>>> -mike >>>> >>>> Sent from my iPhone >>>> >>>> On Sep 13, 2010, at 3:50 PM, Steve Peery<[email protected]> wrote: >>>> >>>>> I know nothing about deployment on Windows, but I would start by >>>>> embedding all of your frameworks in your project. This way it should not >>>>> be looking for anything on the server. >>>>> >>>>> Right click on the project in Eclipse, select Properties, select WOLips >>>>> Deployment, and check the boxes to embed your frameworks. >>>>> >>>>> Steve >>>>> >>>>> >>>>> On Sep 13, 2010, at 3:21 PM, Michael Gargano wrote: >>>>> >>>>>> okay, so I'm deploying my first WO test app to server and a few >>>>>> questions have come up.... >>>>>> >>>>>> I built the dist on OS X and copied it over to a windows box with apache >>>>>> 2.2 using wotaskd. >>>>>> >>>>>> first the classpaths for the wonder frameworks were set to the OS X >>>>>> paths, is there a better way to handle this rather than editing the >>>>>> classpath file in the woa by hand? >>>>>> >>>>>> next when starting the app, it keeps failing and complaining about >>>>>> missing Properties files in almost every framework's Resources folder. >>>>>> what am I doing wrong here? >>>>>> >>>>>> thanks. >>>>>> -mike >>>>>> >>>>>> Sent from my iPhone >>>>>> _______________________________________________ >>>>>> 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/speery%40me.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/stefan.klein%40buero-sde.de >>>> >>>> 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/mgargano%40me.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/chng34%40gmail.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]
