Hi all, We have a WebObjects application that has been working find on Panther, Leopard, etc. Now we are trying to deploy it on a 10.6 server powered mini. I followed the instructions at http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Web+Applications-Deployment-Mac+OS+X+Server and at first, everything worked great. After restarting the mini server, everything is back up and running, however Apache no longer knows how to route requests to WebObjects. We get a 404, Object Not Found error, and what I see in the apache error log is this:
script not found or unable to stat: /Library/WebServer/CGI-Executables/WebObjects I checked that mod_WebObjects is being loaded: /usr/sbin/httpd -t -D DUMP_MODULES Loaded Modules: core_module (static) mpm_prefork_module (static) http_module (static) ..... ..... WebObjects_module (shared) And the webobjects apache.conf is still being loaded from httpd.conf: siaws25:Apache2.2 paperfree$ tail -5 /etc/apache2/httpd.conf #### #### The following Include directive is essential for the virtual hosts to be usable. #### Include "/etc/apache2/sites/*.conf" Include /System/Library/WebObjects/Adaptors/Apache2.2/apache.conf Also, the file /Library/WebServer/CGI-Executables/WebObjects does not actually exist, but I think that is correct as it's not really running a CGI script right? Can anyone shed some light on this? Any help would be greatly appreciated. Greg
_______________________________________________ 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]
