Hi All,
I have followed the below link for creating virtual directory in forms 12c but it not successful.
https://docs.oracle.com/middleware/1221/formsandreports/deploy-forms/basics.htm#FSDEP146
I want to create virtual directory in http server ohs1 for accessing it through http server port and forms server port.
I want to access the URL's like this http:/127.0.0.1:7779/forms/excels/abc.xlsx and http:/127.0.0.1:9001/forms/excels/abc.xlsx.
Oracle HTTP Server > Administration > Advanced Configuration in this i have not seen any forms.conf in web logic em URL.
I have added it to forms.conf but it is not accessible. path $DOMAIN_HOME/config/fmwconfig/components/OHS/instances/<OHS INSTANCE NAME>/moduleconf/forms.conf
AliasMatch /forms/excels/(..*) "D:\My_dir\$1"
WLExcludePathOrMimeType /forms/excels/
Please replay...