How could I host a generic non EBS html page from the R12.2 httpd process?
The business is wanting development of some generic html pages that would be hosts by the R12.2 install but reachable directly with no login.
Could I just modify the httpd.conf file and add a directory?
In rough terms it would look something like this.
apps URLhttp://webnode.domain:8000/
new directory /MyCustom --> resulting URL http://webnode.domain:8000/MyCustom/...
Where /MyCustom points to a physical directory tree outside the EBSapps filesystem.
I understand that this httpd.conf change would could get wiped out with every autocfg run.
thanks
Marc