Re: Apache (Suse 8.2): Can't connect to WebObjects
Stefan Apelt <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.admin |
|---|---|
| Message-ID | <[email protected]> |
Hi Nicolas,
your mail from 18.12.2003, 17:46:
> I assume the /etc/httpd/httpd.conf file lacks some settings.
>
> Any suggestions / tips on how to configure httpd.conf?
> Thank you very much!
Have to tried to follow all the steps in
www.tetlabors.de/wo/setup_webobjects_on_linux.html#configure_adaptor
The paths there are probably a bit different from your settings but
this can easily be adapted. If the guide does not tell you anything
new, I would suggest to turn on adaptor logging and see what happens:
# touch /tmp/logWebObjects
(just delete that file to stop logging again)
# apachectl restart
After that, there should be a file /tmp/WebObjects.log which contains
log entries made by the web server plugin. When you now try to hit
your application, the logfile should say what happens with the request
and why nothing comes back. Usually this "not found" thing happens
when the adaptor cannot contact wotaskd (either because it is not
running or because the config URL in webobjects.conf does not point to
it).
Hope this helps.
--
Regards,
Stefan