Re: Snow Leopard Deployment
Re: Snow Leopard Deployment
- Subject: Re: Snow Leopard Deployment
- From: Mark Ritchie <email@hidden>
- Date: Wed, 24 Nov 2010 12:16:43 -0500
Hey,
On 24/Nov/2010, at 8:33 AM, Ron Lift wrote:
...
> When I use http://<servername>cgi-bin/WebObjects/<appname> I get a 404 error.
> The webserver log has
> “script not found or unable to stat: /Library/WebServer/CGI-Executables/WebObjects”
First off, how did '.../cgi-bin/...' become '.../CGI-Executables/...' ?
I've tried messing with my apache2 settings but I can't reproduce your error.
Also, you mentioned apache.conf below so that leads me to wonder what version of apache you're using?
> this is some lines from the apache.conf file
> WebObjectsDocumentRoot /Library/WebServer/Documents
> WebObjectsAlias /cgi-bin/WebObjects
> WebObjectsConfig http://localhost:1085 10
> I can get to the wotaskd http://<servername>:1085 and using localhost:1085
That's a good sign!
> I cannot get to http://<servername>/cgi-bin/WebObjects/WOAdaptorInfo I get a 404 error. I saw a post with this
> “but the WOAdaptorInfo page was reporting nothing ... bingo”
> I just need to know what “bingo” is. I know when I find out I am going to say “dah, I should have known that”
I doubt that you can get to WOAdaptorInfo until you've resolved the path issue above.
And you're going to need to enable it with a directive like:
WebObjectsAdminUsername public
(Note: this is the open to all version. There is an alternative of user and password if you want to be more secure once you get things working.)
M.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden