If you want to set a parameter that conatins a physical path like
globalImagePathAbsolute
then do it like this:Windows"c:/myweb/mydomain/myimages/"---> Do NOT use \ but /---> Do not use \\ but /---> Add an / at the endLinux/Unix"/myweb/mydomain/myimages/"---> Do NOT use \ but /---> Add an / at the end