[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Access Forbidden when deploying app
- Subject: Access Forbidden when deploying app
- From: tech-talk at foraker.com (Stirling Olson)
- Date: Mon Jan 24 23:16:09 2005
Hi,
I have just installed WO on Redhat 9 and am now trying to get apps
running. JavaMonitor is running just fine and I am able to start a
basic "hello world" app (just a main page with simple text). I can
view this app through direct connect and all is well, but I get the
following error when trying to connect to the URL for webserver
connect:
Access forbidden!
You don't have permission to access the requested object. It is
either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster
Error 403
my.server.com
Tue Jan 25 02:11:56 2005
Apache/2.0.40 (Red Hat Linux)
Anyone have any ideas? I've installed the PW adaptor and these are my
httpd.conf settings:
LoadModule WebObjects_module /usr/lib/httpd/modules/mod_WebObjects.so
WebObjectsDocumentRoot /var/web/my/content
WebObjectsAlias /apps/WebObjects
WebObjectsConfig http://my.server.com:1085 10
<Location /apps/./>
SetHandler WebObjects
Order Deny,Allow
Deny from all
Allow from all
</Location>
I also get log entries like the following in my apache error.log:
[Tue Jan 25 02:01:50 2005] [error] [client 123.123.123.123] client
denied by server configuration: /apps
Thanks,
Stirling