On 2012-03-13, at 11:54 PM, Colin Harris wrote: > > 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.
That looks like this may be wrong in your Apache config: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1" That or mod_webobjects is not getting loaded (or not at the correct place?) > > And in the apache logs I see this: > [Thu Mar 08 12:18:25 2012] [error] [client ::1] File does not exist: > /usr/htdocs > > 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/chill%40global-village.net > > This email sent to [email protected] -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/gvc/practical_webobjects
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
