In the Enterprise version Administrator page, I can define multiple URL/File path mappings; how do I use that in the CFXGS tag?
Use the “DOMAIN” attribute. When you define a domain, shown in the CFXGS administrator as “URL Mappings”, you give it a Name, File path (full path in filesystem), and URL path (where website should access it). When calling the CFX_GraphicsServer tag, if you specify the attribute DOMAIN, and set it to the Name of the domain (aka “URL Mapping”) you want it to go to, it uses that file path and URL. Otherwise, goes to the default file and URL path.