Le 2012-03-14 à 02:54, Colin Harris a écrit : > > I'm trying to setup a new dev environment on a laptop with Mac OS X Lion > installed. I have done this many times on 10.6 and several of these have even > been upgraded to Lion with no problems. I'm now trying to setup the WO > adaptor on a fresh Lion install and have hit a wall. > > Once I install and configure the adaptor I usually test that it's working by > trying to access a WO app that doesn't exist. > eg. http://localhost/cgi-bin/WebObjects/Nothing.woa > > If I get "The requested application was not found on this server." I know the > adaptor is working and I move on. > > When I get to this step on the Lion setup I just get: > The requested URL /cgi-bin/WebObjects/asdf.woa was not found on this server. > > And in the apache logs I see this: > [Thu Mar 08 12:18:25 2012] [error] [client ::1] File does not exist: > /usr/htdocs
/usr/htdocs ? That's not a regular path for Apache on OS X. Are you using your own copy of Apache instead the version that Apple bundles? As for finding out if the Apache is loaded, check by running: httpd -M And check if WebObjects_module is in the output. > I've doubled checked all of my steps so I'm pretty sure the error is caused > by differences between the default httpd.conf in 10.6 and 10.7. > > Does anyone have any useful tips for me? > > Thanks > > Colin > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > 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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
