No /pls: "File does not exist"
VerneAug 21 2006 — edited Aug 23 2006I've got Application Express and Apache installed on Redhat Linux. I can call up the webserver at http://<host>:7777 and I can also login to SQL*Plus using APEX_PUBLIC_USER and the password supplied during the apex install. However, when I try to get into Application Express using http://<host>:7777/pls/apex I get "404 Not Found". The error logs show "File does not exist: ..../Apache/Apache/htdocs/pls/apex". Inspection shows that there is no /pls directory so it appears the error log is correct. In fact, if I manually create a /pls directory and stick a webfile in there, I have no problem pulling up the webpage either locally or remotely.
I know I'm close. Any ideas where I went wrong?
Thanks.