Forms12 in Windows - config pathes with mapped drive respectively UNC Path?
enviroment: FORMS 12.2.1.4 / Windows-Server 2016
we think about to use a network based mapped drive :
net use s: \\my_net_drive\my_folder /PERSISTENT:YES
-----------------------------------------------------------
#1 does forms12 work in config FORMS_PATH with it ?:
-------------------------------------------------------------
for example
default.env and example_app.env :
case 1
FORMS_PATH=S:\my_forms_module;%default_forms_path%
case 2
FORMS_PATH=\\my_net_drive\my_folder\my_forms_module;%default_forms_path%
--------------------------------------------------------------
#2 does forms12 with it to defining a mapping in forms.conv ?:
-----------------------------------------------------------------
for example
case 1
#
RewriteRule ^/forms/my_web_folder/(..*) /my_web_folder/$1 [PT]
AliasMatch ^/my_web_folder/(..*) "S:/my_web_folder/$1"
#
<Directory "S:/my_web_folder">