[{"Category":"Server Settings","SubCategory":"Settings","Contents":"       Server Settings                                                                                                                                                                       Settings              Timeout Requests after seconds           When checked, requests that take longer than the specified time are terminated. This prevents unusually long requests from occupying server resources and impairing the performance of other requests.             Enable Per Application Settings        When checked, per application settings are enabled server-wide.If unchecked, per app settings are disabled server-wide.              Use UUID for cftoken          Configures ColdFusion to use a UUID rather than a random number for client and session variable cftoken values. A UUID guarantees a unique identifier for the token.                   Enable HTTP status codes          Enables ColdFusion to set HTTP error status codes when ColdFusion errors are returned to the browser. ColdFusion sets an error status code of 404 if the template is not found and an error status code of 500 for server errors.                                                                      Enable Whitespace Management                                                                                 Reduces the file size of the pages that ColdFusion returns to the browser by removing many of the        extra spaces, tabs, and carriage returns that ColdFusion might otherwise persist from the CFML source file.                                              Disable CFC Type Check         When checked, UDF arguments of CFC type is not validated. The arguments are treated as type \"ANY\".Use this setting in a production environment only.                Disable access to internal ColdFusion Java components          Disables the ability for CFML code to access and create Java objects that are part of the internal ColdFusion implementation. This prevents an unauthenticated CFML template from reading or modifying administration and configuration information for this server.              Preserve case for Struct keys for Serialization.             Maintains and preserves the case in which keys of a struct have been defined. If not checked keys     will be converted to uppercase.               Prefix serialized JSON with           Protects web services which return JSON data from cross-site scripting attacks by prefixing serialized JSON strings with a custom prefix.                 Maximum Output Buffer size   KB          Maximum output buffer size for each request in KB. If the output size for any request exceeds this limit, it would automatically get flushed. Under such circumstances the response cannot be cached.              Enable In-Memory File System          Enables the In-Memory File System support             Memory Limit for In-Memory Virtual File System     MB          Specify memory limit in MB for In-Memory Virtual File System.                 Memory Limit per Application for In-Memory Virtual File System     MB          Specify per application memory limit in MB for In-Memory Virtual File System.            Check configuration files for changes every      sec           Causes ColdFusion to watch its configuration files and automatically reload them if they change. This is required if you deploy ColdFusion in a Websphere ND vertical cluster, as multiple instances of ColdFusion share the same configuration files. Most installations should not enable this feature.              Enable Global Script Protection          Specify whether to protect Form, URL, CGI, and Cookie scope variables from cross-site scripting attacks.                  Allow Extra Attributes in AttributeCollection          Specify whether ColdFusion tags can pass non-standard attributes in the attributecollection structure.              Disable creation of unnamed applications           Do not allow creation of applications when no application name is specified in Application.cfm or Application.cfc              Allow adding application variables to Servlet Context           Specify if application variables should be added to Servlet Context. If disabled, only unnamed Application data will be added for JSP/Servlet interoperability.           Clear temporary files created during CFaaS after    minutes     Causes ColdFusion to delete temporary files created during CF as a Service(CFaaS) operation after the specified time since its creation.       ORM Search Index Directory                 Specify the absolute path to store index files for ORM search.          Default ScriptSrc Directory             Specify the default path (relative to the web root) to the directory containing the cfform.js file.          Google Map API Key            Specify Google Map API license key.                       Component with onServerStart( ) method             Specify the absolute path to a CFC having onServerStart() method, like \"c:\\server.cfc\". Or specify a dot delimited CFC path under webroot, like \"a.b.server\". By default, ColdFusion will look for server.cfc under webroot.               Enable Null Support          Specify if ColdFusion should enable null support. This will mean that null will not be converted to empty strings.                       Use Java As Regex Engine          Specify if java should be used as regex engine. If not selected, apache oro will be used as regex engine.           Allowed file extensions for CFInclude tag        Specify the file extensions as a comma separated list which gets compiled when used in the CFInclude tag.    Blocked file extensions for CFFile uploads        Specify the file extensions as a comma separated list which gets blocked during file uploads using CFFile tag.             Application.cfc/Application.cfm lookup order                    Default order           Until webroot           In webroot           Specify the option ColdFusion should use to search for an Application.cfc/Application.cfm if it is not found in the current folder. By default, ColdFusion will search until the system root.         Executor Pool Configuration (Async Framework)               Core Pool Size     Core pool size is the minimum number of worker threads to keep alive.     Maximum Pool Size     Maximum number of threads that can ever be available in the pool.       Keep Alive Time     MilliSeconds  Timeout in milliseconds for idle threads waiting for work. Threads use this timeout when there are more threads than Core Pool Size present in the pool.            Error Handlers            Missing Template Handler       Specify the relative path to the template to execute when ColdFusion cannot find a requested template.        Site-wide Error Handler       Specify the relative path to a template to execute when ColdFusion encounters errors while processing a request.            Request Size Limits              Maximum number of POST request parameters     Maximum number of parameters in a POST request sent to the server. ColdFusion rejects requests if the POST parameters exceed the limit you specify.     Maximum size of post data     MB  Limits the amount of data that can be posted to the server in a single request. ColdFusion rejects requests larger than the specified limit.       Request Throttle Threshold     MB   Requests smaller than the specified limit are not handled by the throttle.     Request Throttle Memory     MB   Limits total memory size for the throttle. ColdFusion queues requests if there is not enough total memory available. Any request larger than this limit will not be processed.            API Manager           Allow REST Discovery     Specify whether to allow API Manager to discover REST services published in ColdFusion.        Mobile                                                 Mobile secret key to be used in mobile applications. Either you can auto generate the key or paste your own key.     Enable mobile's server workflow     If enabled, mobile apps would be able to make calls to this server. You need to re-start your server once this setting is changed.     Enable CORS     If enabled, your server will be ready to serve requests from any domain. This is required for your mobile apps to work. You need to re-start your server once this setting is changed.    Mobile server context      The context at which mobile apps will make calls to this server.You need to re-start your server once this setting is changed and also re-build all the mobile apps.                        © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/server_settings.cfm"},{"Category":"Server Settings","SubCategory":"Request Tuning","Contents":"                            Request Tuning                                                                                                                                                 Request Tuning         Request Limits          Maximum number of simultaneous Template requests       The number of CFML page requests that can be processed concurrently. Use this setting to increase overall system performance for heavy load applications. Requests beyond the specified limit are queued.     Maximum number of simultaneous Flash Remoting requests       The number of Flash Remoting requests that can be processed concurrently.       Maximum number of simultaneous Web Service requests       The number of Web Service requests that can be processed concurrently.     Maximum number of simultaneous CFC function requests       The number of ColdFusion Component methods that can be processed concurrently via HTTP. This does not affect invocation of CFC methods from within CFML, only methods requested via an HTTP request.             Tag Limit Settings          Maximum number of simultaneous Report threads        The maximum number of ColdFusion reports that can be processed concurrently.     Maximum number of threads available for CFTHREAD           The maximum number of threads created by CFTHREAD that will be run concurrently. Threads created by CFTHREAD in excess of this are queued. For this change to take effect, you must restart the ColdFusion Server.            Queue Timeout Settings            Timeout requests waiting in queue after   seconds      If a request has waited in the queue for this long, timeout the request. This value should be at least as long as the Request Timeout setting (currently 60 seconds).         Request Queue Timeout Page       Specify a relative path from the web root to an HTML page to send to clients when a template request times out before running,for example /CFIDE/timeout.html. The page you specify cannot contain CFML.If you do not specify a page, clients receive a 500 Request Timeout error when their request does not run.                      © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/limits.cfm"},{"Category":"Server Settings","SubCategory":"Caching","Contents":"       Caching                                                                                                                                   Caching        Maximum number of cached templates     Limits the number of templates cached using template caching. If the cache is set to a small value, ColdFusion might re-process your templates. If your server has a sufficient amount of memory, you can achieve optimum performance by setting this value to the total number of all of your ColdFusion templates. Setting the cache to a high value does not automatically reduce available memory because ColdFusion caches templates incrementally.         Server wide cache engine             Default server wide caching engine to be used.  Switching cache engine will result in loss of old cached data.             EHCache    JCS     Redis      Memcached             Memcached Cache Settings                Specify comma separated IP addresses of memcached servers like localhost:11211,localhost:11212                                 Memcached Servers                                                                                              Specify server level cache properties for Memcached. Changing these settings requires restarting ColdFusion.                                        Max idle time(seconds)                                                            Max life span(seconds)                                                            Max elements                                                            Eternal                               Redis Cache Settings                  Specify Redis server settings for caching. These settings for caching only applies when Redis is chosen as default cache engine at the server level, or you specify Redis as cache engine at the application level.                              Redis Server                                       Redis Server Port                                       Password                                                         Is Cluster                                                                                                 Specify server level cache properties for Redis. Changing these settings requires restarting ColdFusion.                                     Max idle time(seconds)                                                            Max life span(seconds)                                                            Max elements                                                            Eternal                               JCS Cache Settings                                                                                                       Choose the data source in which you want to create a table to be used by the JCS JDBC auxiliary cache.                                                                Select data source                                                                                                                                                                                            Override table if already exists                                                                                                                 The JDBC disk cache uses a relational database such as MySQL as a persistent store. The cache elements are serialized and written into a BLOB. You can find more details here :  JCS JDBC Disk Cache         Specify server level cache properties for JCS. Changing these settings requires restarting ColdFusion.                                        Max idle time(seconds)                                                            Max life span(seconds)                                                            Max elements                                                            Eternal                                   Trusted cache          When checked, any requested files found to currently reside in the template cache will not be inspected for potential updates. For sites where templates are not updated during the life of the server, this minimizes file system overhead. This setting does not require restarting the server.              Cache template in request            When checked, any requested files will be inspected only once for potential updates within a request. If unchecked,   requested file will be inspected for changes each and everytime when its accessed within the same request. For application where   templates/components are not expected to reflect updates within the same request, this minimizes file system overhead. This setting does not require restarting the server.              Component cache          When checked, component path resolution is cached and not resolved again. This setting does not require restarting the server.                      Save class files          When you select this option, the class files generated by ColdFusion are saved to disk for reuse after the server restarts. Adobe recommends this for production systems.  During development, Adobe recommends that you do not select this option.                         Cache web server paths                Caches page paths on embedded & multiple site web server installations, which provides improved performance.                   Use internal cache to store queries          When checked, a server level internal cache is used to store cached queries. By default, cached queries are stored in QUERY region supported by currently selected caching engine at server level. You must restart the server for this change to take effect           Maximum number of cached queries     Limits the maximum number of cached queries that the server will maintain. Cached queries allow for retrieval of result sets from memory rather than through a database transaction. Since the queries reside in memory, and query result set sizes differ, there must be some user-imposed limit to the number of queries that are cached. When this value is exceeded, the oldest query is dropped from the cache and is replaced with the specified query. This setting does not apply to Application-specific caching.      Click the button below to clear the template cache. ColdFusion will reload templates into memory the next time they are requested and recompile them if they have been modified.    Clear folder specific template cache  Click Clear Template Cache of Specific Folder to clear the template cache of the selected folder. ColdFusion reloads templates into the memory, next time they are requested and recompiles them if they have been modified.          Select folder                                                Click the button to clear the component cache. ColdFusion will ignore the resolved path for components and try the resolution again.       Click the button to clear the query cache.                                                                  © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/caching.cfm"},{"Category":"Server Settings","SubCategory":"Client Variables","Contents":"      Client Variables                                                                                                                                           Client Variables        Client variables let you store user information and preferences between sessions.  The Administrator setting is used only if the attribute clientStorage is not specified in tag cfapplication and the variable clientStorage is not set in the Application.cfc.   To add a ColdFusion data source to the list of available client storage mechanisms, select   the data source from the drop-down list, and then click Add.   To set the data source as the default storage mechanism, select the radio button and Click Apply.                           Select a data source to add as Client Store                                                                 cfartgallery                 cfbookclub                 cfcodeexplorer                 cfdocexamples                                                                                          Select default storage mechanism for Client Sessions                                                       Actions                    Storage Name                    Description                                                                                 Cookie                           Client based text file.                                                                                                                    Registry                                           System registry.                                                                   None                                                                                                       Purge Interval                                                                This option controls how often ColdFusion executes a purge operation on your client stores.        If your client stores are configured to be purged, this will be rate at which the operation will be executed.        It defaults to 1 hour 7 minutes and should not be less than every 30 minutes.                                                                  hours           minutes                                                                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"settings/clientvariables.cfm"},{"Category":"Server Settings","SubCategory":"Memory Variables","Contents":"      Memory Variables                                                                                                                                Memory Variables   The application variables expire when you restart the ColdFusion server. The session variables expire when a user’s session ends. Both these types of variables also expire after a timeout period that you specify on this page or in Application.cfc or in the cfapplication tag.      Use J2EE session variables     Enable Application Variables        Enable Session Variables  (when unchecked, CSRF protection is disabled)          Session Storage Settings               The following settings control where ColdFusion server stores the session variables. These settings only apply when option to use J2EE session variables is not enabled.                        Session Storage                              In Memory       Redis                                   Redis Server                                       Redis Server Port                                       Password                                                   Redis Server Timeout (ms)                                                                     Note:  You must restart the ColdFusion application server to change the session storage.           Maximum Timeout               These values specify the maximum timeout period that you can use in a cfapplication tag.                             Application Variables                          days                           hours                           minutes                           seconds                         Session Variables                          days                           hours                           minutes                           seconds                         Default Timeout               These values specify the timeout period that ColdFusion uses if you do not specify an application-specific value in the cfapplication tag.                             Application Variables                          days                           hours                           minutes                           seconds                         Session Variables                          days                           hours                           minutes                           seconds                             Session Cookie Settings               The following ColdFusion session cookie properties can be set both at the server level and the application level. Check HTTPOnly to prevent cookie access through scripts.  Check Secure Cookie for cookies to be available only for encrypted(HTTPS) connections.                         Cookie Timeout                                           minutes                          HTTPOnly                                            Secure Cookie                                           Disable updating ColdFusion internal cookies using ColdFusion tags/functions                                                                                        © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"settings/memoryvariables.cfm"},{"Category":"Server Settings","SubCategory":"Mappings","Contents":"       ColdFusion Mappings                                                                                                                                      Mappings  ColdFusion mappings let tags access pages that are outside the web root. If you specify a path that starts with the mapping's logical path in these tags, ColdFusion looks for the page using the mapping's directory path.  ColdFusion also uses mappings to find ColdFusion components (CFCs). The cfinvoke and cfobject tags and CreateObject function look for CFCs in the mapped directories.   Note:   These mappings are independent of web server virtual directories.  If you would like to create a virtual directory to access a given directory through a URL, please consult your web server documentation.           Add / Edit ColdFusion Mappings                              Logical Path                                         Directory Path                                                                             Active ColdFusion Mappings                            Actions                   Logical Path                    Directory Path                                         /CFIDE                C:/ColdFusion2018/cfusion/wwwroot/CFIDE                                                                                /gateway                C:/ColdFusion2018/cfusion/gateway/cfc                                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/mappings.cfm"},{"Category":"Server Settings","SubCategory":"Mail","Contents":"       Mail Settings                                                                                                                                Mail                                                Mail Server Settings                             Mail Server                                             Specifies the server for    sending SMTP mail messages. You can specify an Internet address (for    example, mail.company.com) or the IP address of the mail server (for example,    127.0.0.1).                                        User name                                                     Password                                                                         If your mail server requires authentication, you can specify a       user name and password to use.                                                     Sign the mail                                                Select this check box to have ColdFusion Sign the Mail.                                                                             Keystore                                                                              \"Location of the Keystore\" - Keystore containing the private key and certificate. The supported type is JKS (java key store) and pkcs12.                                                             KeystorePassword                                               Password of the Keystore.                                         KeyAlias                                                            Alias of the key with which the certificate and private key is stored in Keystore. If it is not specified then the first entry in the Keystore will be picked up.                                             KeyPassword                                                      Password with which the private key is stored. If it is not specified, KeystorePassword will be used as KeyPassword as well.                                                                                                                Verify mail server connection                     Select this check box to have ColdFusion verify that it can connect to this mail server when you submit this form.                             Server Port                           The default port number for mail servers. The standard SMTP mail server port is 25.                                                       Backup Mail Servers                               Specifies backup servers for sending SMTP mail messages. Use a comma to separate         the names of multiple servers. To specify a port number other than the default,         use a colon (for example, mail.company.com:123). If your mail server requires         authentication different from the default server, you can specify a user name and password in the format                user:password@mail.company.com .                                                                                                                                           Maintain connection to mail server               Select     this check box to keep the connection to a mail server open for reuse     after delivering a message (recommended).                              Connection Timeout(in seconds)                       Specifies the time that ColdFusion should wait for a response from the mail server.                                  Enable SSL socket connections to mail server                         Select this check box to enable SSL encryption on the connections to the mail server.                                                                                                                              Enable TLS connection to mail server              Select this check box to enable Transport Level Security (TLS) on the connection to the mail server.                                             Mail Spool Settings                                       Spool Interval(in seconds)                                 Specifies the time the mail spooler waits to process spooled mail.                                          Spool mail messages     for delivery                        Select this check    box to spool messages for delivery by the mail spooler (recommended). When    not selected, the mail spooler attempts to deliver messages during page    processing.                                                    Allow downloading the attachments for undelivered emails.                 Select this check    box to allow downloading attachments for undelivered emails. It is recommended not to enable it in case undelivered email functionality is not being used.                                                                                                                         Mail Logging Settings                                         Error Log Severity                   Debug            Information            Warning            Error                              Select the type of SMTP-related error messages to log.                                      Log all mail messages sent    by ColdFusion             Select this check box    to save the To, From, and Subject fields of messages to a log file.                                                                Mail Charset Setting                             Default CFMail Charset                         Big5         (Traditional Chinese)              GB2312         (Simplified Chinese)              ISO-2022-JP         (Japanese)              ISO-2022-KR         (Korean)              ISO-8859-13         (Latin-7, Baltic)              ISO-8859-1         (Latin-1, West European)              ISO-8859-2         (Latin-2, Central/East European)              ISO-8859-3         (Latin-3, South European)              ISO-8859-4         (Latin-4, North European)              ISO-8859-5         (Cyrillic)              ISO-8859-6         (Arabic)              ISO-8859-7         (Greek)              ISO-8859-8         (Hebrew)              ISO-8859-9         (Latin-5, Turkish)              US-ASCII        UTF-8         (8-Bit Unicode Transformation Format)                                                                                         © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"mail/index.cfm"},{"Category":"Server Settings","SubCategory":"Scheduled Tasks","Contents":"      Scheduled Tasks                                                                                                                             Scheduled Tasks          Scheduled tasks can create static web pages from dynamic data sources. You can also schedule tasks to update Solr searches and to create reports.        Pause All Tasks  Resume All Tasks                 Server Level Scheduled Tasks                              No server level tasks have been scheduled.                                           Application Level Scheduled Tasks                              No application level tasks have been scheduled.                             Enable Cluster Setup                                    Currently supported databases for cluster setup are MySQL, Microsoft SQL Server and Oracle                           Currently cluster setup is not enabled                                                                                                    Select Datasource                                                                                                                                         Create Tables for Cluster Setup                                                                Enable this option only for one node in the cluster. Otherwise, the tables are overridden. If you have created tables from one node, in other nodes you need to only select and choose the data source. All nodes will point to the same data source and therefore will be part of the cluster.                                                                                    © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"scheduler/scheduletasks.cfm"},{"Category":"Server Settings","SubCategory":"WebSocket","Contents":"        WebSocket Settings                                                                                                                                WebSocket     Enable WebSocket Service           Use Proxy    ColdFusion WebSocket requests will be served by WebSocket proxy module configured with an external web server. Restart ColdFusion for the setting to take effect.       Use Built-in WebSocket Server    ColdFusion WebSocket requests will be served by the built-in ColdFusion WebSocket server. Restart ColdFusion for the setting to take effect.         Port     The port that the WebSocket server listens to for all incoming ColdFusion WebSocket requests. Restart ColdFusion for the setting to take effect.        SSL Port       The port that the WebSocket server listens to for secure communication (SSL). Restart ColdFusion for the setting to take effect.        Keystore       Location of the Keystore. Keystore contains the private key and certificate. The supported type is JKS(Java KeyStore) and pkcs12.       KeyStore Password       Password used to open the keystore to load public/private key.      Max Data Size       KB    The maximum size of the data packet sent/received.         Start Flash Policy Server    Enables Flash fallback if there is no native WebSocket support at the client side.        Enable WebSocket cluster     Multicast Port       The port that the WebSocket Cluster will use to broadcast node up/down events. Restart ColdFusion for the setting to take effect.Note: This setting is enabled only when JVM flag 'coldfusion.rmi.enable' is set to true in jvm.config file                                                                     © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/websocket.cfm"},{"Category":"Server Settings","SubCategory":"Charting","Contents":"       Charting Settings                                                                                                                                Charting       Cache type       Memory Cache  Disk Cache   Charts can be cached either in memory or to disk.  In memory caching is faster, but more memory intensive.      Maximum number of cached images       Specifies the maximum number of charts to store in the cache.  When the cache is full and a new chart is generated, the oldest chart in the cache is discarded. Caching charts results in multiple requests for the same chart being much faster, because the chart is generated only once.        Time-to-Live of each chart in seconds       Specifies the time in seconds after which the generated chart will be deleted from local disk. This can be used to prevent the expiring of chart images when there are many charts being generated in a single request.      Disk cache location       When caching to disk, specifies the directory in which to store the generated charts.                                                                    © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"settings/charting.cfm"},{"Category":"Server Settings","SubCategory":"Font Management","Contents":"       Font Management                                                                                                                                       Font Management         Register New Font(s) with ColdFusion                              New Font/Font Directory                                                          Current System Fonts                                       Font Family                   Font Face                   Postscript Name                   Font Type                    Usable In                   Path                                                   agency fb                  Agency FB                  AgencyFB-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\AGENCYR.TTF                                                                         agency fb                  Agency FB Bold                  AgencyFB-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\AGENCYB.TTF                                                                         algerian                  Algerian                  Algerian                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ALGER.TTF                                                                         arial                  Arial Bold Italic                  Arial-BoldItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\arialbi.ttf                                                                         arial                  Arial Italic                  Arial-ItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ariali.ttf                                                                         arial                  Arial                  ArialMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\arial.ttf                                                                         arial                  Arial Bold                  Arial-BoldMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\arialbd.ttf                                                                         arial black                  Arial Black                  Arial-Black                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ariblk.ttf                                                                         arial narrow                  Arial Narrow Bold Italic                  ArialNarrow-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ARIALNBI.TTF                                                                         arial narrow                  Arial Narrow Italic                  ArialNarrow-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ARIALNI.TTF                                                                         arial narrow                  Arial Narrow Bold                  ArialNarrow-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ARIALNB.TTF                                                                         arial narrow                  Arial Narrow                  ArialNarrow                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ARIALN.TTF                                                                         arial rounded mt bold                  Arial Rounded MT Bold                  ArialRoundedMTBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ARLRDBD.TTF                                                                         bahnschrift                  Bahnschrift                  Bahnschrift                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\bahnschrift.ttf                                                                         baskerville old face                  Baskerville Old Face                  BaskOldFace                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BASKVILL.TTF                                                                         bauhaus 93                  Bauhaus 93                  Bauhaus93                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BAUHS93.TTF                                                                         bell mt                  Bell MT Italic                  BellMTItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BELLI.TTF                                                                         bell mt                  Bell MT Bold                  BellMTBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BELLB.TTF                                                                         bell mt                  Bell MT                  BellMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BELL.TTF                                                                         berlin sans fb                  Berlin Sans FB                  BerlinSansFB-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRLNSR.TTF                                                                         berlin sans fb                  Berlin Sans FB Bold                  BerlinSansFB-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRLNSB.TTF                                                                         berlin sans fb demi                  Berlin Sans FB Demi Bold                  BerlinSansFBDemi-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRLNSDB.TTF                                                                         bernard mt condensed                  Bernard MT Condensed                  BernardMT-Condensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BERNHC.TTF                                                                         blackadder itc                  Blackadder ITC                  BlackadderITC-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ITCBLKAD.TTF                                                                         bodoni mt                  Bodoni MT                  BodoniMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_R.TTF                                                                         bodoni mt                  Bodoni MT Bold Italic                  BodoniMT-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_BI.TTF                                                                         bodoni mt                  Bodoni MT Italic                  BodoniMT-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_I.TTF                                                                         bodoni mt                  Bodoni MT Bold                  BodoniMT-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_B.TTF                                                                         bodoni mt black                  Bodoni MT Black                  BodoniMTBlack                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_BLAR.TTF                                                                         bodoni mt black                  Bodoni MT Black Italic                  BodoniMTBlack-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_BLAI.TTF                                                                         bodoni mt condensed                  Bodoni MT Condensed Italic                  BodoniMTCondensed-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_CI.TTF                                                                         bodoni mt condensed                  Bodoni MT Condensed Bold Italic                  BodoniMTCondensed-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_CBI.TTF                                                                         bodoni mt condensed                  Bodoni MT Condensed Bold                  BodoniMTCondensed-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_CB.TTF                                                                         bodoni mt condensed                  Bodoni MT Condensed                  BodoniMTCondensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_CR.TTF                                                                         bodoni mt poster compressed                  Bodoni MT Poster Compressed                  BodoniMTPosterCompressed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOD_PSTC.TTF                                                                         book antiqua                  Book Antiqua Italic                  BookAntiqua-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ANTQUAI.TTF                                                                         book antiqua                  Book Antiqua Bold                  BookAntiqua-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ANTQUAB.TTF                                                                         book antiqua                  Book Antiqua                  BookAntiqua                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BKANT.TTF                                                                         book antiqua                  Book Antiqua Bold Italic                  BookAntiqua-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ANTQUABI.TTF                                                                         bookman old style                  Bookman Old Style Bold Italic                  BookmanOldStyle-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOOKOSBI.TTF                                                                         bookman old style                  Bookman Old Style Bold                  BookmanOldStyle-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOOKOSB.TTF                                                                         bookman old style                  Bookman Old Style Italic                  BookmanOldStyle-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOOKOSI.TTF                                                                         bookman old style                  Bookman Old Style                  BookmanOldStyle                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BOOKOS.TTF                                                                         bookshelf symbol 7                  Bookshelf Symbol 7                  BookshelfSymbolSeven                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BSSYM7.TTF                                                                         bradley hand itc                  Bradley Hand ITC                  BradleyHandITC                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRADHITC.TTF                                                                         britannic bold                  Britannic Bold                  BritannicBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRITANIC.TTF                                                                         broadway                  Broadway                  Broadway                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BROADW.TTF                                                                         brush script mt                  Brush Script MT Italic                  BrushScriptMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\BRUSHSCI.TTF                                                                         calibri                  Calibri                  Calibri                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibri.ttf                                                                         calibri                  Calibri Bold                  Calibri-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibrib.ttf                                                                         calibri                  Calibri Bold Italic                  Calibri-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibriz.ttf                                                                         calibri                  Calibri Italic                  Calibri-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibrii.ttf                                                                         calibri light                  Calibri Light                  Calibri-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibril.ttf                                                                         calibri light                  Calibri Light Italic                  Calibri-LightItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\calibrili.ttf                                                                         californian fb                  Californian FB                  CalifornianFB-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALIFR.TTF                                                                         californian fb                  Californian FB Italic                  CalifornianFB-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALIFI.TTF                                                                         californian fb                  Californian FB Bold                  CalifornianFB-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALIFB.TTF                                                                         calisto mt                  Calisto MT Bold                  CalisMTBol                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALISTB.TTF                                                                         calisto mt                  Calisto MT Italic                  CalistoMT-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALISTI.TTF                                                                         calisto mt                  Calisto MT                  CalistoMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALIST.TTF                                                                         calisto mt                  Calisto MT Bold Italic                  CalistoMT-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CALISTBI.TTF                                                                         cambria                  Cambria Bold                  Cambria-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cambriab.ttf                                                                         cambria                  Cambria Italic                  Cambria-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cambriai.ttf                                                                         cambria                  Cambria                  Cambria                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cambria.ttc,0                                                                         cambria                  Cambria Bold Italic                  Cambria-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cambriaz.ttf                                                                         cambria math                  Cambria Math                  CambriaMath                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cambria.ttc,1                                                                         candara                  Candara Italic                  Candara-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candarai.ttf                                                                         candara                  Candara Bold Italic                  Candara-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candaraz.ttf                                                                         candara                  Candara                  Candara                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candara.ttf                                                                         candara                  Candara Bold                  Candara-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candarab.ttf                                                                         candara light                  Candara Light Italic                  Candara-LightItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candarali.ttf                                                                         candara light                  Candara Light                  Candara-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Candaral.ttf                                                                         castellar                  Castellar                  Castellar                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CASTELAR.TTF                                                                         centaur                  Centaur                  Centaur                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CENTAUR.TTF                                                                         century                  Century                  Century                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CENTURY.TTF                                                                         century gothic                  Century Gothic Bold Italic                  CenturyGothic-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOTHICBI.TTF                                                                         century gothic                  Century Gothic Italic                  CenturyGothic-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOTHICI.TTF                                                                         century gothic                  Century Gothic                  CenturyGothic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOTHIC.TTF                                                                         century gothic                  Century Gothic Bold                  CenturyGothic-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOTHICB.TTF                                                                         century schoolbook                  Century Schoolbook Italic                  CenturySchoolbook-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SCHLBKI.TTF                                                                         century schoolbook                  Century Schoolbook Bold                  CenturySchoolbook-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SCHLBKB.TTF                                                                         century schoolbook                  Century Schoolbook Bold Italic                  CenturySchoolbook-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SCHLBKBI.TTF                                                                         century schoolbook                  Century Schoolbook                  CenturySchoolbook                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CENSCBK.TTF                                                                         chiller                  Chiller                  Chiller-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CHILLER.TTF                                                                         colonna mt                  Colonna MT                  ColonnaMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\COLONNA.TTF                                                                         comic sans ms                  Comic Sans MS                  ComicSansMS                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\comic.ttf                                                                         comic sans ms                  Comic Sans MS Bold Italic                  ComicSansMS-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\comicz.ttf                                                                         comic sans ms                  Comic Sans MS Italic                  ComicSansMS-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\comici.ttf                                                                         comic sans ms                  Comic Sans MS Bold                  ComicSansMS-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\comicbd.ttf                                                                         consolas                  Consolas                  Consolas                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\consola.ttf                                                                         consolas                  Consolas Italic                  Consolas-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\consolai.ttf                                                                         consolas                  Consolas Bold                  Consolas-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\consolab.ttf                                                                         consolas                  Consolas Bold Italic                  Consolas-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\consolaz.ttf                                                                         constantia                  Constantia Italic                  Constantia-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\constani.ttf                                                                         constantia                  Constantia Bold Italic                  Constantia-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\constanz.ttf                                                                         constantia                  Constantia Bold                  Constantia-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\constanb.ttf                                                                         constantia                  Constantia                  Constantia                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\constan.ttf                                                                         cooper black                  Cooper Black                  CooperBlack                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\COOPBL.TTF                                                                         copperplate gothic bold                  Copperplate Gothic Bold                  CopperplateGothic-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\COPRGTB.TTF                                                                         copperplate gothic light                  Copperplate Gothic Light                  CopperplateGothic-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\COPRGTL.TTF                                                                         corbel                  Corbel Bold Italic                  Corbel-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbelz.ttf                                                                         corbel                  Corbel Italic                  Corbel-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbeli.ttf                                                                         corbel                  Corbel                  Corbel                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbel.ttf                                                                         corbel                  Corbel Bold                  Corbel-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbelb.ttf                                                                         corbel light                  Corbel Light                  Corbel-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbell.ttf                                                                         corbel light                  Corbel Light Italic                  Corbel-LightItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\corbelli.ttf                                                                         courier                  Courier-Oblique                  Courier-Oblique                  ADOBE-BUILT-IN                  PDF                                                  Courier-Oblique                                                                         courier                  Courier                  Courier                  ADOBE-BUILT-IN                  PDF                                                  Courier                                                                         courier                  Courier-BoldOblique                  Courier-BoldOblique                  ADOBE-BUILT-IN                  PDF                                                  Courier-BoldOblique                                                                         courier                  Courier-Bold                  Courier-Bold                  ADOBE-BUILT-IN                  PDF                                                  Courier-Bold                                                                         courier new                  Courier New Bold                  CourierNewPS-BoldMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\courbd.ttf                                                                         courier new                  Courier New Bold Italic                  CourierNewPS-BoldItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\courbi.ttf                                                                         courier new                  Courier New                  CourierNewPSMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\cour.ttf                                                                         courier new                  Courier New Italic                  CourierNewPS-ItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\couri.ttf                                                                         curlz mt                  Curlz MT                  CurlzMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\CURLZ___.TTF                                                                         dubai                  Dubai Regular                  Dubai-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\DUBAI-REGULAR.TTF                                                                         dubai                  Dubai Bold                  Dubai-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\DUBAI-BOLD.TTF                                                                         dubai light                  Dubai Light                  Dubai-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\DUBAI-LIGHT.TTF                                                                         dubai medium                  Dubai Medium                  Dubai-Medium                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\DUBAI-MEDIUM.TTF                                                                         ebrima                  Ebrima Bold                  Ebrima-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ebrimabd.ttf                                                                         ebrima                  Ebrima                  Ebrima                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ebrima.ttf                                                                         edwardian script itc                  Edwardian Script ITC                  EdwardianScriptITC                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ITCEDSCR.TTF                                                                         elephant                  Elephant                  Elephant-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ELEPHNT.TTF                                                                         elephant                  Elephant Italic                  Elephant-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ELEPHNTI.TTF                                                                         engravers mt                  Engravers MT                  EngraversMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ENGR.TTF                                                                         eras bold itc                  Eras Bold ITC                  ErasITC-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ERASBD.TTF                                                                         eras demi itc                  Eras Demi ITC                  ErasITC-Demi                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ERASDEMI.TTF                                                                         eras light itc                  Eras Light ITC                  ErasITC-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ERASLGHT.TTF                                                                         eras medium itc                  Eras Medium ITC                  ErasITC-Medium                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ERASMD.TTF                                                                         felix titling                  Felix Titling                  FelixTitlingMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FELIXTI.TTF                                                                         footlight mt light                  Footlight MT Light                  FootlightMTLight                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FTLTLT.TTF                                                                         forte                  Forte                  ForteMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FORTE.TTF                                                                         franklin gothic book                  Franklin Gothic Book Italic                  FranklinGothic-BookItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRABKIT.TTF                                                                         franklin gothic book                  Franklin Gothic Book                  FranklinGothic-Book                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRABK.TTF                                                                         franklin gothic demi                  Franklin Gothic Demi Italic                  FranklinGothic-DemiItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRADMIT.TTF                                                                         franklin gothic demi                  Franklin Gothic Demi                  FranklinGothic-Demi                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRADM.TTF                                                                         franklin gothic demi cond                  Franklin Gothic Demi Cond                  FranklinGothic-DemiCond                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRADMCN.TTF                                                                         franklin gothic heavy                  Franklin Gothic Heavy Italic                  FranklinGothic-HeavyItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRAHVIT.TTF                                                                         franklin gothic heavy                  Franklin Gothic Heavy                  FranklinGothic-Heavy                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRAHV.TTF                                                                         franklin gothic medium                  Franklin Gothic Medium                  FranklinGothic-Medium                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\framd.ttf                                                                         franklin gothic medium                  Franklin Gothic Medium Italic                  FranklinGothic-MediumItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\framdit.ttf                                                                         franklin gothic medium cond                  Franklin Gothic Medium Cond                  FranklinGothic-MediumCond                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRAMDCN.TTF                                                                         freestyle script                  Freestyle Script                  FreestyleScript-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FREESCPT.TTF                                                                         french script mt                  French Script MT                  FrenchScriptMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\FRSCRIPT.TTF                                                                         gabriola                  Gabriola                  Gabriola                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Gabriola.ttf                                                                         gadugi                  Gadugi                  Gadugi                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\gadugi.ttf                                                                         gadugi                  Gadugi Bold                  Gadugi-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\gadugib.ttf                                                                         garamond                  Garamond Bold                  Garamond-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GARABD.TTF                                                                         garamond                  Garamond Italic                  Garamond-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GARAIT.TTF                                                                         garamond                  Garamond                  Garamond                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GARA.TTF                                                                         georgia                  Georgia Bold                  Georgia-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\georgiab.ttf                                                                         georgia                  Georgia                  Georgia                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\georgia.ttf                                                                         georgia                  Georgia Bold Italic                  Georgia-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\georgiaz.ttf                                                                         georgia                  Georgia Italic                  Georgia-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\georgiai.ttf                                                                         gigi                  Gigi                  Gigi-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GIGI.TTF                                                                         gill sans mt                  Gill Sans MT Bold                  GillSansMT-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILB____.TTF                                                                         gill sans mt                  Gill Sans MT                  GillSansMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GIL_____.TTF                                                                         gill sans mt                  Gill Sans MT Bold Italic                  GillSansMT-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILBI___.TTF                                                                         gill sans mt                  Gill Sans MT Italic                  GillSansMT-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILI____.TTF                                                                         gill sans mt condensed                  Gill Sans MT Condensed                  GillSansMT-Condensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILC____.TTF                                                                         gill sans mt ext condensed bold                  Gill Sans MT Ext Condensed Bold                  GillSansMT-ExtraCondensedBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GLSNECB.TTF                                                                         gill sans ultra bold                  Gill Sans Ultra Bold                  GillSans-UltraBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILSANUB.TTF                                                                         gill sans ultra bold condensed                  Gill Sans Ultra Bold Condensed                  GillSans-UltraBoldCondensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GILLUBCD.TTF                                                                         gloucester mt extra condensed                  Gloucester MT Extra Condensed                  GloucesterMT-ExtraCondensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GLECB.TTF                                                                         goudy old style                  Goudy Old Style Italic                  GoudyOldStyleT-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOUDOSI.TTF                                                                         goudy old style                  Goudy Old Style Bold                  GoudyOldStyleT-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOUDOSB.TTF                                                                         goudy old style                  Goudy Old Style                  GoudyOldStyleT-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOUDOS.TTF                                                                         goudy stout                  Goudy Stout                  GoudyStout                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\GOUDYSTO.TTF                                                                         haettenschweiler                  Haettenschweiler                  Haettenschweiler                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\HATTEN.TTF                                                                         harlow solid italic                  Harlow Solid Italic                  HarlowSolid                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\HARLOWSI.TTF                                                                         harrington                  Harrington                  Harrington                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\HARNGTON.TTF                                                                         helvetica                  Helvetica-BoldOblique                  Helvetica-BoldOblique                  ADOBE-BUILT-IN                  PDF                                                  Helvetica-BoldOblique                                                                         helvetica                  Helvetica-Oblique                  Helvetica-Oblique                  ADOBE-BUILT-IN                  PDF                                                  Helvetica-Oblique                                                                         helvetica                  Helvetica                  Helvetica                  ADOBE-BUILT-IN                  PDF                                                  Helvetica                                                                         helvetica                  Helvetica-Bold                  Helvetica-Bold                  ADOBE-BUILT-IN                  PDF                                                  Helvetica-Bold                                                                         high tower text                  High Tower Text                  HighTowerText-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\HTOWERT.TTF                                                                         high tower text                  High Tower Text Italic                  HighTowerText-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\HTOWERTI.TTF                                                                         hololens mdl2 assets                  HoloLens MDL2 Assets                  HoloLensMDL2Assets                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\holomdl2.ttf                                                                         impact                  Impact                  Impact                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\impact.ttf                                                                         imprint mt shadow                  Imprint MT Shadow                  ImprintMT-Shadow                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\IMPRISHA.TTF                                                                         informal roman                  Informal Roman                  InformalRoman-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\INFROMAN.TTF                                                                         ink free                  Ink Free                  InkFree                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Inkfree.ttf                                                                         javanese text                  Javanese Text                  JavaneseText                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\javatext.ttf                                                                         jokerman                  Jokerman                  Jokerman-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\JOKERMAN.TTF                                                                         juice itc                  Juice ITC                  JuiceITC-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\JUICE___.TTF                                                                         kristen itc                  Kristen ITC                  KristenITC-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ITCKRIST.TTF                                                                         kunstler script                  Kunstler Script                  KunstlerScript                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\KUNSTLER.TTF                                                                         leelawadee                  Leelawadee Bold                  LeelawadeeBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LEELAWDB.TTF                                                                         leelawadee                  Leelawadee                  Leelawadee                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LEELAWAD.TTF                                                                         leelawadee ui                  Leelawadee UI                  LeelawadeeUI                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LeelawUI.ttf                                                                         leelawadee ui                  Leelawadee UI Bold                  LeelawadeeUI-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LeelaUIb.ttf                                                                         leelawadee ui semilight                  Leelawadee UI Semilight                  LeelawadeeUI-Semilight                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LeelUIsl.ttf                                                                         lucida bright                  Lucida Bright Demibold Italic                  LucidaBright-DemiItalic                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaBrightDemiItalic.ttf                                                                         lucida bright                  Lucida Bright                  LucidaBright                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LBRITE.TTF                                                                         lucida bright                  Lucida Bright Italic                  LucidaBright-Italic                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaBrightItalic.ttf                                                                         lucida bright                  Lucida Bright Demibold                  LucidaBright-Demi                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaBrightDemiBold.ttf                                                                         lucida bright                  Lucida Bright Regular                  LucidaBright                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaBrightRegular.ttf                                                                         lucida calligraphy                  Lucida Calligraphy Italic                  LucidaCalligraphy-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LCALLIG.TTF                                                                         lucida console                  Lucida Console                  LucidaConsole                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\lucon.ttf                                                                         lucida fax                  Lucida Fax Regular                  LucidaFax                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LFAX.TTF                                                                         lucida fax                  Lucida Fax Demibold Italic                  LucidaFax-DemiItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LFAXDI.TTF                                                                         lucida fax                  Lucida Fax Italic                  LucidaFax-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LFAXI.TTF                                                                         lucida fax                  Lucida Fax Demibold                  LucidaFax-Demi                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LFAXD.TTF                                                                         lucida handwriting                  Lucida Handwriting Italic                  LucidaHandwriting-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LHANDW.TTF                                                                         lucida sans                  Lucida Sans Demibold Italic                  LucidaSans-DemiItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LSANSDI.TTF                                                                         lucida sans                  Lucida Sans Demibold                  LucidaSans-Demi                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaSansDemiBold.ttf                                                                         lucida sans                  Lucida Sans Regular                  LucidaSans                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaSansRegular.ttf                                                                         lucida sans                  Lucida Sans Italic                  LucidaSans-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LSANSI.TTF                                                                         lucida sans                  Lucida Sans Demibold Roman                  LucidaSans-Demi                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LSANSD.TTF                                                                         lucida sans typewriter                  Lucida Sans Typewriter Bold                  LucidaSans-TypewriterBold                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaTypewriterBold.ttf                                                                         lucida sans typewriter                  Lucida Sans Typewriter Oblique                  LucidaSans-TypewriterOblique                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LTYPEO.TTF                                                                         lucida sans typewriter                  Lucida Sans Typewriter Regular                  LucidaSans-Typewriter                  TRUETYPE                  PDF/FlashPaper                                                  C:\\ColdFusion2018\\jre\\lib\\fonts\\LucidaTypewriterRegular.ttf                                                                         lucida sans typewriter                  Lucida Sans Typewriter Bold Oblique                  LucidaSans-TypewriterBoldOblique                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LTYPEBO.TTF                                                                         lucida sans unicode                  Lucida Sans Unicode                  LucidaSansUnicode                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\l_10646.ttf                                                                         magneto                  Magneto Bold                  Magneto-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MAGNETOB.TTF                                                                         maiandra gd                  Maiandra GD                  MaiandraGD-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MAIAN.TTF                                                                         malgun gothic                  Malgun Gothic                  MalgunGothic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\malgun.ttf                                                                         malgun gothic                  Malgun Gothic Bold                  MalgunGothicBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\malgunbd.ttf                                                                         malgun gothic semilight                  Malgun Gothic Semilight                  MalgunGothic-Semilight                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\malgunsl.ttf                                                                         marlett                  Marlett                  Marlett                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\marlett.ttf                                                                         matura mt script capitals                  Matura MT Script Capitals                  MaturaMTScriptCapitals                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MATURASC.TTF                                                                         microsoft himalaya                  Microsoft Himalaya                  MicrosoftHimalaya                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\himalaya.ttf                                                                         microsoft jhenghei                  Microsoft JhengHei Bold                  MicrosoftJhengHeiBold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjhbd.ttc,0                                                                         microsoft jhenghei                  Microsoft JhengHei                  MicrosoftJhengHeiRegular                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjh.ttc,0                                                                         microsoft jhenghei light                  Microsoft JhengHei Light                  MicrosoftJhengHeiLight                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjhl.ttc,0                                                                         microsoft jhenghei ui                  Microsoft JhengHei UI                  MicrosoftJhengHeiUIRegular                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjh.ttc,1                                                                         microsoft jhenghei ui                  Microsoft JhengHei UI Bold                  MicrosoftJhengHeiUIBold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjhbd.ttc,1                                                                         microsoft jhenghei ui light                  Microsoft JhengHei UI Light                  MicrosoftJhengHeiUILight                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msjhl.ttc,1                                                                         microsoft new tai lue                  Microsoft New Tai Lue Bold                  MicrosoftNewTaiLue-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ntailub.ttf                                                                         microsoft new tai lue                  Microsoft New Tai Lue                  MicrosoftNewTaiLue                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ntailu.ttf                                                                         microsoft phagspa                  Microsoft PhagsPa                  MicrosoftPhagsPa                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\phagspa.ttf                                                                         microsoft phagspa                  Microsoft PhagsPa Bold                  MicrosoftPhagsPa-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\phagspab.ttf                                                                         microsoft sans serif                  Microsoft Sans Serif                  MicrosoftSansSerif                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\micross.ttf                                                                         microsoft tai le                  Microsoft Tai Le Bold                  MicrosoftTaiLe-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\taileb.ttf                                                                         microsoft tai le                  Microsoft Tai Le                  MicrosoftTaiLe                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\taile.ttf                                                                         microsoft uighur                  Microsoft Uighur                  MicrosoftUighur                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MSUIGHUR.TTF                                                                         microsoft uighur                  Microsoft Uighur Bold                  MicrosoftUighur-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MSUIGHUB.TTF                                                                         microsoft yahei                  Microsoft YaHei Bold                  MicrosoftYaHei-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyhbd.ttc,0                                                                         microsoft yahei                  Microsoft YaHei                  MicrosoftYaHei                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyh.ttc,0                                                                         microsoft yahei light                  Microsoft YaHei Light                  MicrosoftYaHeiLight                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyhl.ttc,0                                                                         microsoft yahei ui                  Microsoft YaHei UI Bold                  MicrosoftYaHeiUI-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyhbd.ttc,1                                                                         microsoft yahei ui                  Microsoft YaHei UI                  MicrosoftYaHeiUI                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyh.ttc,1                                                                         microsoft yahei ui light                  Microsoft YaHei UI Light                  MicrosoftYaHeiUILight                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyhl.ttc,1                                                                         microsoft yi baiti                  Microsoft Yi Baiti                  Microsoft-Yi-Baiti                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msyi.ttf                                                                         mingliu-extb                  MingLiU-ExtB                  MingLiU-ExtB                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\mingliub.ttc,0                                                                         mistral                  Mistral                  Mistral                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MISTRAL.TTF                                                                         mongolian baiti                  Mongolian Baiti                  MongolianBaiti                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\monbaiti.ttf                                                                         monotype corsiva                  Monotype Corsiva                  MonotypeCorsiva                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MTCORSVA.TTF                                                                         ms gothic                  MS Gothic                  MS-Gothic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msgothic.ttc,0                                                                         ms outlook                  MS Outlook                  MSOutlook                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\OUTLOOK.TTF                                                                         ms pgothic                  MS PGothic                  MS-PGothic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msgothic.ttc,2                                                                         ms reference sans serif                  MS Reference Sans Serif                  MSReferenceSansSerif                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\REFSAN.TTF                                                                         ms reference specialty                  MS Reference Specialty                  MSReferenceSpecialty                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\REFSPCL.TTF                                                                         ms ui gothic                  MS UI Gothic                  MS-UIGothic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\msgothic.ttc,1                                                                         mt extra                  MT Extra                  MT-Extra                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\MTEXTRA.TTF                                                                         mv boli                  MV Boli                  MVBoli                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\mvboli.ttf                                                                         myanmar text                  Myanmar Text Bold                  MyanmarText-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\mmrtextb.ttf                                                                         myanmar text                  Myanmar Text                  MyanmarText                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\mmrtext.ttf                                                                         niagara engraved                  Niagara Engraved                  NiagaraEngraved-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\NIAGENG.TTF                                                                         niagara solid                  Niagara Solid                  NiagaraSolid-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\NIAGSOL.TTF                                                                         nirmala ui                  Nirmala UI                  NirmalaUI                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Nirmala.ttf                                                                         nirmala ui                  Nirmala UI Bold                  NirmalaUI-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\NirmalaB.ttf                                                                         nirmala ui semilight                  Nirmala UI Semilight                  NirmalaUI-Semilight                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\NirmalaS.ttf                                                                         nsimsun                  NSimSun                  NSimSun                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\simsun.ttc,1                                                                         ocr a extended                  OCR A Extended                  OCRAExtended                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\OCRAEXT.TTF                                                                         old english text mt                  Old English Text MT                  OldEnglishTextMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\OLDENGL.TTF                                                                         onyx                  Onyx                  Onyx                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ONYX.TTF                                                                         palace script mt                  Palace Script MT                  PalaceScriptMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PALSCRI.TTF                                                                         palatino linotype                  Palatino Linotype Bold Italic                  PalatinoLinotype-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\palabi.ttf                                                                         palatino linotype                  Palatino Linotype Italic                  PalatinoLinotype-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\palai.ttf                                                                         palatino linotype                  Palatino Linotype                  PalatinoLinotype-Roman                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\pala.ttf                                                                         palatino linotype                  Palatino Linotype Bold                  PalatinoLinotype-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\palab.ttf                                                                         papyrus                  Papyrus                  Papyrus-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PAPYRUS.TTF                                                                         parchment                  Parchment                  Parchment-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PARCHM.TTF                                                                         perpetua                  Perpetua Bold                  Perpetua-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PERB____.TTF                                                                         perpetua                  Perpetua Italic                  Perpetua-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PERI____.TTF                                                                         perpetua                  Perpetua Bold Italic                  Perpetua-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PERBI___.TTF                                                                         perpetua                  Perpetua                  Perpetua                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PER_____.TTF                                                                         perpetua titling mt                  Perpetua Titling MT Light                  PerpetuaTitlingMT-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PERTILI.TTF                                                                         perpetua titling mt                  Perpetua Titling MT Bold                  PerpetuaTitlingMT-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PERTIBD.TTF                                                                         playbill                  Playbill                  Playbill                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PLAYBILL.TTF                                                                         pmingliu-extb                  PMingLiU-ExtB                  PMingLiU-ExtB                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\mingliub.ttc,1                                                                         poor richard                  Poor Richard                  PoorRichard-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\POORICH.TTF                                                                         pristina                  Pristina                  Pristina-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\PRISTINA.TTF                                                                         rage italic                  Rage Italic                  RageItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\RAGE.TTF                                                                         ravie                  Ravie                  Ravie                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\RAVIE.TTF                                                                         rockwell                  Rockwell Bold Italic                  Rockwell-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCKBI.TTF                                                                         rockwell                  Rockwell Bold                  Rockwell-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCKB.TTF                                                                         rockwell                  Rockwell Italic                  Rockwell-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCKI.TTF                                                                         rockwell                  Rockwell                  Rockwell                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCK.TTF                                                                         rockwell condensed                  Rockwell Condensed                  Rockwell-Condensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCC____.TTF                                                                         rockwell condensed                  Rockwell Condensed Bold                  Rockwell-CondensedBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCCB___.TTF                                                                         rockwell extra bold                  Rockwell Extra Bold                  Rockwell-ExtraBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ROCKEB.TTF                                                                         script mt bold                  Script MT Bold                  ScriptMTBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SCRIPTBL.TTF                                                                         segoe condensed                  Segoe Condensed Bold                  SegoeCondensed-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeb.ttf                                                                         segoe condensed                  Segoe Condensed                  SegoeCondensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoe.ttf                                                                         segoe mdl2 assets                  Segoe MDL2 Assets                  SegoeMDL2Assets                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segmdl2.ttf                                                                         segoe print                  Segoe Print Bold                  SegoePrint-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeprb.ttf                                                                         segoe print                  Segoe Print                  SegoePrint                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoepr.ttf                                                                         segoe script                  Segoe Script Bold                  SegoeScript-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoescb.ttf                                                                         segoe script                  Segoe Script                  SegoeScript                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoesc.ttf                                                                         segoe ui                  Segoe UI Bold Italic                  SegoeUI-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeuiz.ttf                                                                         segoe ui                  Segoe UI                  SegoeUI                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeui.ttf                                                                         segoe ui                  Segoe UI Italic                  SegoeUI-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeuii.ttf                                                                         segoe ui                  Segoe UI Bold                  SegoeUI-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeuib.ttf                                                                         segoe ui black                  Segoe UI Black Italic                  SegoeUIBlack-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguibli.ttf                                                                         segoe ui black                  Segoe UI Black                  SegoeUIBlack                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguibl.ttf                                                                         segoe ui emoji                  Segoe UI Emoji                  SegoeUIEmoji                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguiemj.ttf                                                                         segoe ui historic                  Segoe UI Historic                  SegoeUIHistoric                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguihis.ttf                                                                         segoe ui light                  Segoe UI Light Italic                  SegoeUI-LightItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguili.ttf                                                                         segoe ui light                  Segoe UI Light                  SegoeUI-Light                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeuil.ttf                                                                         segoe ui semibold                  Segoe UI Semibold                  SegoeUI-Semibold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguisb.ttf                                                                         segoe ui semibold                  Segoe UI Semibold Italic                  SegoeUI-SemiboldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguisbi.ttf                                                                         segoe ui semilight                  Segoe UI Semilight Italic                  SegoeUI-SemilightItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguisli.ttf                                                                         segoe ui semilight                  Segoe UI Semilight                  SegoeUI-Semilight                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\segoeuisl.ttf                                                                         segoe ui symbol                  Segoe UI Symbol                  SegoeUISymbol                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\seguisym.ttf                                                                         showcard gothic                  Showcard Gothic                  ShowcardGothic-Reg                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SHOWG.TTF                                                                         simsun                  SimSun                  SimSun                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\simsun.ttc,0                                                                         simsun-extb                  SimSun-ExtB                  SimSun-ExtB                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\simsunb.ttf                                                                         sitka banner                  Sitka Banner Bold                  SitkaBanner-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,5                                                                         sitka banner                  Sitka Banner Italic                  SitkaBanner-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,5                                                                         sitka banner                  Sitka Banner Bold Italic                  SitkaBanner-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,5                                                                         sitka banner                  Sitka Banner                  SitkaBanner                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,5                                                                         sitka display                  Sitka Display Bold Italic                  SitkaDisplay-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,4                                                                         sitka display                  Sitka Display Bold                  SitkaDisplay-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,4                                                                         sitka display                  Sitka Display Italic                  SitkaDisplay-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,4                                                                         sitka display                  Sitka Display                  SitkaDisplay                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,4                                                                         sitka heading                  Sitka Heading Italic                  SitkaHeading-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,3                                                                         sitka heading                  Sitka Heading Bold Italic                  SitkaHeading-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,3                                                                         sitka heading                  Sitka Heading Bold                  SitkaHeading-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,3                                                                         sitka heading                  Sitka Heading                  SitkaHeading                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,3                                                                         sitka small                  Sitka Small                  SitkaSmall                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,0                                                                         sitka small                  Sitka Small Bold Italic                  SitkaSmall-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,0                                                                         sitka small                  Sitka Small Italic                  SitkaSmall-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,0                                                                         sitka small                  Sitka Small Bold                  SitkaSmall-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,0                                                                         sitka subheading                  Sitka Subheading                  SitkaSubheading                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,2                                                                         sitka subheading                  Sitka Subheading Bold                  SitkaSubheading-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,2                                                                         sitka subheading                  Sitka Subheading Italic                  SitkaSubheading-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,2                                                                         sitka subheading                  Sitka Subheading Bold Italic                  SitkaSubheading-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,2                                                                         sitka text                  Sitka Text Bold                  SitkaText-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaB.ttc,1                                                                         sitka text                  Sitka Text Italic                  SitkaText-Italic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaI.ttc,1                                                                         sitka text                  Sitka Text                  SitkaText                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\Sitka.ttc,1                                                                         sitka text                  Sitka Text Bold Italic                  SitkaText-BoldItalic                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SitkaZ.ttc,1                                                                         snap itc                  Snap ITC                  SnapITC-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\SNAP____.TTF                                                                         stencil                  Stencil                  Stencil                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\STENCIL.TTF                                                                         sylfaen                  Sylfaen                  Sylfaen                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\sylfaen.ttf                                                                         symbol                  Symbol                  SymbolMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\symbol.ttf                                                                         tahoma                  Tahoma                  Tahoma                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\tahoma.ttf                                                                         tahoma                  Tahoma Bold                  Tahoma-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\tahomabd.ttf                                                                         tempus sans itc                  Tempus Sans ITC                  TempusSansITC                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TEMPSITC.TTF                                                                         times                  Times-Italic                  Times-Italic                  ADOBE-BUILT-IN                  PDF                                                  Times-Italic                                                                         times                  Times-BoldItalic                  Times-BoldItalic                  ADOBE-BUILT-IN                  PDF                                                  Times-BoldItalic                                                                         times                  Times-Roman                  Times-Roman                  ADOBE-BUILT-IN                  PDF                                                  Times-Roman                                                                         times                  Times-Bold                  Times-Bold                  ADOBE-BUILT-IN                  PDF                                                  Times-Bold                                                                         times new roman                  Times New Roman Italic                  TimesNewRomanPS-ItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\timesi.ttf                                                                         times new roman                  Times New Roman                  TimesNewRomanPSMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\times.ttf                                                                         times new roman                  Times New Roman Bold Italic                  TimesNewRomanPS-BoldItalicMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\timesbi.ttf                                                                         times new roman                  Times New Roman Bold                  TimesNewRomanPS-BoldMT                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\timesbd.ttf                                                                         times-roman                  Times-Italic                  Times-Italic                  ADOBE-BUILT-IN                  PDF                                                  Times-Italic                                                                         times-roman                  Times-BoldItalic                  Times-BoldItalic                  ADOBE-BUILT-IN                  PDF                                                  Times-BoldItalic                                                                         times-roman                  Times-Roman                  Times-Roman                  ADOBE-BUILT-IN                  PDF                                                  Times-Roman                                                                         times-roman                  Times-Bold                  Times-Bold                  ADOBE-BUILT-IN                  PDF                                                  Times-Bold                                                                         trebuchet ms                  Trebuchet MS Italic                  TrebuchetMS-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\trebucit.ttf                                                                         trebuchet ms                  Trebuchet MS                  TrebuchetMS                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\trebuc.ttf                                                                         trebuchet ms                  Trebuchet MS Bold                  TrebuchetMS-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\trebucbd.ttf                                                                         trebuchet ms                  Trebuchet MS Bold Italic                  Trebuchet-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\trebucbi.ttf                                                                         tw cen mt                  Tw Cen MT Bold Italic                  TwCenMT-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCBI____.TTF                                                                         tw cen mt                  Tw Cen MT Italic                  TwCenMT-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCMI____.TTF                                                                         tw cen mt                  Tw Cen MT Bold                  TwCenMT-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCB_____.TTF                                                                         tw cen mt                  Tw Cen MT                  TwCenMT-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCM_____.TTF                                                                         tw cen mt condensed                  Tw Cen MT Condensed                  TwCenMT-Condensed                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCCM____.TTF                                                                         tw cen mt condensed                  Tw Cen MT Condensed Bold                  TwCenMT-CondensedBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCCB____.TTF                                                                         tw cen mt condensed extra bold                  Tw Cen MT Condensed Extra Bold                  TwCenMT-CondensedExtraBold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\TCCEB.TTF                                                                         verdana                  Verdana Italic                  Verdana-Italic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\verdanai.ttf                                                                         verdana                  Verdana Bold                  Verdana-Bold                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\verdanab.ttf                                                                         verdana                  Verdana                  Verdana                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\verdana.ttf                                                                         verdana                  Verdana Bold Italic                  Verdana-BoldItalic                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\verdanaz.ttf                                                                         viner hand itc                  Viner Hand ITC                  VinerHandITC                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\VINERITC.TTF                                                                         vivaldi                  Vivaldi Italic                  Vivaldii                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\VIVALDII.TTF                                                                         vladimir script                  Vladimir Script                  VladimirScript                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\VLADIMIR.TTF                                                                         webdings                  Webdings                  Webdings                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\webdings.ttf                                                                         wide latin                  Wide Latin                  LatinWide                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\LATINWD.TTF                                                                         wingdings                  Wingdings                  Wingdings-Regular                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\wingding.ttf                                                                         wingdings 2                  Wingdings 2                  Wingdings2                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\WINGDNG2.TTF                                                                         wingdings 3                  Wingdings 3                  Wingdings3                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\WINGDNG3.TTF                                                                         yu gothic                  Yu Gothic Regular                  YuGothic-Regular                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothR.ttc,0                                                                         yu gothic                  Yu Gothic Bold                  YuGothic-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothB.ttc,0                                                                         yu gothic light                  Yu Gothic Light                  YuGothic-Light                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothL.ttc,0                                                                         yu gothic medium                  Yu Gothic Medium                  YuGothic-Medium                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothM.ttc,0                                                                         yu gothic ui                  Yu Gothic UI Bold                  YuGothicUI-Bold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothB.ttc,1                                                                         yu gothic ui                  Yu Gothic UI Regular                  YuGothicUI-Regular                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothM.ttc,1                                                                         yu gothic ui light                  Yu Gothic UI Light                  YuGothicUI-Light                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothL.ttc,1                                                                         yu gothic ui semibold                  Yu Gothic UI Semibold                  YuGothicUI-Semibold                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothB.ttc,2                                                                         yu gothic ui semilight                  Yu Gothic UI Semilight                  YuGothicUI-Semilight                  TRUETYPE-COLLECTION                  PDF/FlashPaper                                                  c:\\windows\\fonts\\YuGothR.ttc,1                                                                         zapfdingbats                  ZapfDingbats                  ZapfDingbats                  ADOBE-BUILT-IN                  PDF                                                  ZapfDingbats                                                                         zwadobef                  ZWAdobeF                  ZWAdobeF                  TRUETYPE                  PDF/FlashPaper                                                  c:\\windows\\fonts\\ZWAdobeF.TTF                                                                                           © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"settings/fonts.cfm"},{"Category":"Server Settings","SubCategory":"Document","Contents":"       OpenOffice Configuration                                                                                                                                Document         Configure local OpenOffice with ColdFusion                                                                  OpenOffice Directory                                                                         Configure remote OpenOffice with ColdFusion                                                                 Remote Host                                                                                       Remote Port                                                                                                                                          Note:                          1. If you configure OpenOffice for both local and remote hosts, the OpenOffice that is configured with the remote host shall be used.                                                      2. Restart ColdFusion after configuring remote OpenOffice.                                                             © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"settings/office.cfm"},{"Category":"Server Settings","SubCategory":"Java and JVM","Contents":"       Java and JVM Settings                                                                                                                                Java and JVM     Java and JVM settings control the way ColdFusion starts the Java Virtual Machine when it starts.  You can control settings like what classpaths are used and how memory is allocated as well as add custom command line arguments.  Changing these settings requires restarting ColdFusion.  If you enter an incorrect setting, ColdFusion may not restart properly.  Backups of the jvm.config file are created when you hit the submit button. You can use this backupto restore from a critical change.     Java Virtual Machine Path         Specifies the location of the Java Virtual Machine.      Minimum JVM Heap Size (in MB)          Maximum JVM Heap Size (in MB)          The Memory Size settings determine the amount of memory that the JVM can use for programs and data.      ColdFusion Class Path     {application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/lib/oosdk/lib,{application.home}/lib/oosdk/classes    Specifies any additional class paths for the JVM, with multiple directories separated by  commas.      JVM Arguments     -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.util.cldr=ALL-UNNAMED --add-opens=java.base/sun.util.locale.provider=ALL-UNNAMED -XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Xbatch -Djdk.attach.allowAttachSelf=true -Dcoldfusion.home={application.home} -Duser.language=en -Dcoldfusion.rootDir={application.home} -Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog -Djava.util.logging.config.file={application.home}/lib/logging.properties -Djava.locale.providers=COMPAT,SPI -Dsun.font.layoutengine=icu    Specifies any specific JVM initialization options, separated by spaces.                                                                  © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"settings/jvm.cfm"},{"Category":"Server Settings","SubCategory":"Settings Summary","Contents":"    ColdFusion Administrator Home Page                                                                                                                                 When clicked, generates a PDF with the Server Settings in a new Window.                                                                                   Settings Summary   Report generated on 1 Aug, 2019 03:06 PM  This report shows the status of all ColdFusion configuration settings.To display the area of the ColdFusion Administrator where you can edit the group settings,click any of the groups in the report.         System Information                        Server Details                   Server Product            ColdFusion                  Version            2018,0,05,315127                  Edition            Developer                      Operating System            Windows 10                    OS Version            10.0                         Update Level               /C:/ColdFusion2018/cfusion/lib/updates/chf20180005.jar                             Adobe Driver Version            5.1.4 (Build 0001)                         Tomcat Version               9.0.21.0                               JVM Details                       Java Version            10.0.1                    Java Vendor            Oracle Corporation                    Java Vendor URL             http://java.oracle.com/                     Java Home            C:\\ColdFusion2018\\jre                    Java File Encoding            Cp1252                    Java Default Locale            en_IN                    File Separator            \\                    Path Separator            ;                    Line Separator            Chr(13)                    User Name            DABHAT-WX-2$                    User Home            C:\\Windows\\system32\\config\\systemprofile                    User Dir            C:\\ColdFusion2018\\cfusion\\bin                    Java VM Specification Version            10                    Java VM Specification Vendor            Oracle Corporation                    Java VM Specification Name            Java Virtual Machine Specification                    Java VM Version            10.0.1+10                    Java VM Vendor            \"Oracle Corporation\"                    Java VM Name            Java HotSpot(TM) 64-Bit Server VM                    Java Specification Version            10                    Java Specification Vendor            Oracle Corporation                    Java Specification Name            Java Platform API Specification                    Java Class Version            54.0                      CF Server Java Class Path            ;C:\\ColdFusion2018\\cfusion\\lib\\updates\\chf20180005.jar;  C:\\ColdFusion2018\\cfusion\\lib\\activation-1.1.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\adobe_drivers.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ant-launcher.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ant.jar;  C:\\ColdFusion2018\\cfusion\\lib\\antisamy-1.5.7.jar;  C:\\ColdFusion2018\\cfusion\\lib\\antlr-2.7.7.jar;  C:\\ColdFusion2018\\cfusion\\lib\\apache-mime4j-core-0.8.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\apache-mime4j-dom-0.8.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\asm-all-5.0.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis.jar;  C:\\ColdFusion2018\\cfusion\\lib\\batik-css.jar;  C:\\ColdFusion2018\\cfusion\\lib\\batik-ext.jar;  C:\\ColdFusion2018\\cfusion\\lib\\batik-util.jar;  C:\\ColdFusion2018\\cfusion\\lib\\bcel-5.1-jnbridge.jar;  C:\\ColdFusion2018\\cfusion\\lib\\bcel.jar;  C:\\ColdFusion2018\\cfusion\\lib\\bcmail-jdk15on-153.jar;  C:\\ColdFusion2018\\cfusion\\lib\\bcpkix-jdk15on-153.jar;  C:\\ColdFusion2018\\cfusion\\lib\\bcprov-jdk15on-153.jar;  C:\\ColdFusion2018\\cfusion\\lib\\btf-1.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cdo.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cdohost.jar;  C:\\ColdFusion2018\\cfusion\\lib\\certj.jar;  C:\\ColdFusion2018\\cfusion\\lib\\certjWithNative.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cf-acrobat.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cf-assembler.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cf-logging.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cf4was.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cf4was_ae.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cfusion-req.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cfusion.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cglib-3.2.6.jar;  C:\\ColdFusion2018\\cfusion\\lib\\chart.jar;  C:\\ColdFusion2018\\cfusion\\lib\\classmate-1.3.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\clibwrapper_jiio.jar;  C:\\ColdFusion2018\\cfusion\\lib\\closure-compiler.jar;  C:\\ColdFusion2018\\cfusion\\lib\\common-image-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\common-io-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\common-lang-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-beanutils-1.9.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-codec-1.10.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-codec-1.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-collections-3.2.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-collections4-4.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-compress-1.16.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-dbcp-1.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-digester3-3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-discovery-0.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-httpclient-3.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-io-2.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-jcs-core-2.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-lang-2.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-lang3-3.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-logging-1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-logging-api-1.1.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-net-3.6.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-pool-1.6.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-pool2-2.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\commons-vfs2-2.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\crystal.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cxf-core-3.0.16.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cxf-rt-frontend-jaxrs-3.0.16.jar;  C:\\ColdFusion2018\\cfusion\\lib\\cxf-rt-rs-client-3.0.16.jar;  C:\\ColdFusion2018\\cfusion\\lib\\derby.jar;  C:\\ColdFusion2018\\cfusion\\lib\\derbyclient.jar;  C:\\ColdFusion2018\\cfusion\\lib\\derbynet.jar;  C:\\ColdFusion2018\\cfusion\\lib\\derbyrun.jar;  C:\\ColdFusion2018\\cfusion\\lib\\derbytools.jar;  C:\\ColdFusion2018\\cfusion\\lib\\disruptor-3.3.7.jar;  C:\\ColdFusion2018\\cfusion\\lib\\dom4j-1.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\dpHibernate.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ehcache-2.10.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ehcache-web-2.0.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\elasticsearch-5.6.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\elasticsearch-rest-client-5.6.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\elasticsearch-rest-high-level-client-5.6.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\esapi-2.1.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ews-java-api-2.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\FCSj.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flashgateway.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-messaging-common.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-messaging-core.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-messaging-opt.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-messaging-proxy.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-messaging-remoting.jar;  C:\\ColdFusion2018\\cfusion\\lib\\flex-rds-server.jar;  C:\\ColdFusion2018\\cfusion\\lib\\fluent-hc-4.5.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\fluent-hc-4.5.9.jar;  C:\\ColdFusion2018\\cfusion\\lib\\geronimo-stax-api_1.0_spec-1.0.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hibernate-commons-annotations-5.0.1.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hibernate-core-5.2.11-SNAPSHOT.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hibernate-ehcache-5.2.10.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hibernate-jpa-2.1-api-1.0.0.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hibernate-testing-5.2.10.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hk2-api-2.4.0-b06.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hk2-locator-2.4.0-b06.jar;  C:\\ColdFusion2018\\cfusion\\lib\\hk2-utils-2.4.0-b06.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpasyncclient-4.1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpasyncclient-4.1.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpclient-4.5.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpclient-4.5.9.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpclient-cache-4.5.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpclient-cache-4.5.9.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpcore-4.4.11.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpcore-4.4.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpcore-nio-4.4.11.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpcore-nio-4.4.5.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpmime-4.5.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\httpmime-4.5.9.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6addonpatch.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6core.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6http.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6https.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6swing.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ib6util.jar;  C:\\ColdFusion2018\\cfusion\\lib\\icu4j-52_1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\im.jar;  C:\\ColdFusion2018\\cfusion\\lib\\imageio-core-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\imageio-jpeg-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\imageio-metadata-3.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\izmado.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-annotations-2.8.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-core-2.8.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-core-asl-1.9.13.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-coreutils-1.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-databind-2.8.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-jaxrs-base-2.8.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-jaxrs-json-provider-2.8.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-mapper-asl-1.9.13.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jackson-module-jaxb-annotations-2.8.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jai_codec.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jai_core.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jai_imageio.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jakarta-oro-2.0.6.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jakarta-slide-webdavlib-2.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jandex-2.0.3.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jansi-1.17.jar;  C:\\ColdFusion2018\\cfusion\\lib\\java-xmlbuilder-1.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javassist-3.20.0-GA.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javasysmon-0.3.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javax.annotation-api-1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javax.inject-2.4.0-b06.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javax.json-1.0.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javax.ws.rs-api-2.0.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\javax.xml.soap-api-1.4.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jax-qname.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxb-api.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxb-core.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxb-impl.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxb-libs.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxb-xjc.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxrpc.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jaxws-api-2.3.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jboss-logging-3.3.0.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jboss-transaction-api_1.2_spec-1.0.1.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jcifs-1.3.15.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jdom.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jeb.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jedis.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jempbox-1.8.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-client-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-common-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-container-jdk-http-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-container-jetty-http-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-container-servlet-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-container-servlet-core-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-container-simple-http-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-entity-filtering-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-guava-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-media-jaxb-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-media-json-jackson-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jersey-server-2.18.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jets3t-0.9.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-continuation-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-http-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-io-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-security-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-server-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-servlet-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-servlets-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-util-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jetty-xml-9.4.12.v20180830.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jgroups-2.9.0.GA.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jintegra.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jms.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jna-4.5.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jna-platform-4.5.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jnbcore.jar;  C:\\ColdFusion2018\\cfusion\\lib\\joda-time-2.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jpedal.jar;  C:\\ColdFusion2018\\cfusion\\lib\\js.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jsch-0.1.54.jar;  C:\\ColdFusion2018\\cfusion\\lib\\json-patch-master-1.10.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jsr107cache.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jta.jar;  C:\\ColdFusion2018\\cfusion\\lib\\jutf7-0.9.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\log4j-1.2.15.jar;  C:\\ColdFusion2018\\cfusion\\lib\\log4j-api-2.9.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\log4j-core-2.9.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\log4j-to-slf4j-2.9.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-analyzers-common-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-analyzers-smartcn-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-backward-codecs-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-core-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-grouping-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-highlighter-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-join-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-memory-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-misc-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-queries-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-queryparser-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-sandbox-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-spatial-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-spatial-extras-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-spatial3d-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucene-suggest-6.6.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\lucenedemo.jar;  C:\\ColdFusion2018\\cfusion\\lib\\mail.jar;  C:\\ColdFusion2018\\cfusion\\lib\\management-api-1.1-rev-1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\metadata-extractor-2.8.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\mlibwrapper_jai.jar;  C:\\ColdFusion2018\\cfusion\\lib\\msapps.jar;  C:\\ColdFusion2018\\cfusion\\lib\\msg-simple-1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\namespace.jar;  C:\\ColdFusion2018\\cfusion\\lib\\nekohtml-1.9.22.jar;  C:\\ColdFusion2018\\cfusion\\lib\\netty-3.5.8.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\objenesis-2.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ooxml-schemas.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oshi-core-3.4.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\pdfencryption.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-3.17.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-contrib.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-ooxml-3.17.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-ooxml-schemas-3.17.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-scratchpad-3.17.jar;  C:\\ColdFusion2018\\cfusion\\lib\\poi-scratchpad.jar;  C:\\ColdFusion2018\\cfusion\\lib\\postgresql-42.2.5.jar;  C:\\ColdFusion2018\\cfusion\\lib\\quartz-2.2.1.jar;  C:\\ColdFusion2018\\cfusion\\lib\\relaxngDatatype.jar;  C:\\ColdFusion2018\\cfusion\\lib\\restfb-1.9.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\ri_generic.jar;  C:\\ColdFusion2018\\cfusion\\lib\\rome-cf.jar;  C:\\ColdFusion2018\\cfusion\\lib\\saaj.jar;  C:\\ColdFusion2018\\cfusion\\lib\\sanselan-0.97.jar;  C:\\ColdFusion2018\\cfusion\\lib\\Saxon-HE-9.8.0-10.jar;  C:\\ColdFusion2018\\cfusion\\lib\\serializer.jar;  C:\\ColdFusion2018\\cfusion\\lib\\slf4j-api-1.7.12.jar;  C:\\ColdFusion2018\\cfusion\\lib\\slf4j-log4j12-1.7.12.jar;  C:\\ColdFusion2018\\cfusion\\lib\\smack.jar;  C:\\ColdFusion2018\\cfusion\\lib\\smpp.jar;  C:\\ColdFusion2018\\cfusion\\lib\\sniffer-5.3.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\solr-core.jar;  C:\\ColdFusion2018\\cfusion\\lib\\solr-solrj.jar;  C:\\ColdFusion2018\\cfusion\\lib\\spymemcached-2.10.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\sqlite-jdbc-3.21.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\STComm.jar;  C:\\ColdFusion2018\\cfusion\\lib\\swagger4j-1.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\tagsoup-1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\threaddump.jar;  C:\\ColdFusion2018\\cfusion\\lib\\threetenbp-1.3.6.jar;  C:\\ColdFusion2018\\cfusion\\lib\\tika-core-1.21.jar;  C:\\ColdFusion2018\\cfusion\\lib\\tika-parsers-1.21.jar;  C:\\ColdFusion2018\\cfusion\\lib\\tt-bytecode.jar;  C:\\ColdFusion2018\\cfusion\\lib\\validation-api-1.1.0.Final.jar;  C:\\ColdFusion2018\\cfusion\\lib\\wsdl4j-1.6.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\wsproxyconfig.jar;  C:\\ColdFusion2018\\cfusion\\lib\\wsrp4j-commons-0.5-SNAPSHOT.jar;  C:\\ColdFusion2018\\cfusion\\lib\\wsrp4j-producer.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xalan.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xercesImpl.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xml-apis-ext.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xml-apis.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xmlbeans-2.3.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xmpcore.jar;  C:\\ColdFusion2018\\cfusion\\lib\\xsdlib.jar;  C:\\ColdFusion2018\\cfusion\\lib\\zip4j_1.3.1_cf.jar;  C:\\ColdFusion2018\\cfusion\\lib;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axiom-api-1.2.13.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axiom-dom-1.2.13.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axiom-impl-1.2.13.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-adb-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-adb-codegen-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-codegen-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-jaxws-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-kernel-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-transport-http-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\axis2-transport-local-1.7.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\commons-fileupload-1.3.3.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\commons-io-1.4.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\geronimo-ws-metadata_2.0_spec-1.1.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\httpcore-4.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\neethi-3.0.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\woden-api-1.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\woden-impl-commons-1.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\woden-impl-dom-1.0.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\wsdl4j-1.6.2.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\wstx-asl-3.2.9.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2\\XmlSchema-1.4.8.jar;  C:\\ColdFusion2018\\cfusion\\lib\\axis2;  C:\\ColdFusion2018\\cfusion\\gateway\\lib\\examples.jar;  C:\\ColdFusion2018\\cfusion\\gateway\\lib;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\batik-awt-util.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\batik-css.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\batik-ext.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\batik-transcoder.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\batik-util.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\commons-discovery.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\commons-logging.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\concurrent.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\flex.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\jakarta-oro-2.0.7.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\jcert.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\jnet.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\jsse.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars\\oscache.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\cfform\\jars;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\flex\\jars\\cfgatewayadapter.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\flex\\jars\\concurrent.jar;  C:\\ColdFusion2018\\cfusion\\wwwroot\\WEB-INF\\flex\\jars;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib\\juh.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib\\jurt.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib\\ridl.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib\\unoil.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib\\unoloader.jar;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib;  C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\classes;                    Java Class Path            C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\lib   C:\\ColdFusion2018\\cfusion\\lib\\oosdk\\classes   C:\\ColdFusion2018\\cfusion\\runtime\\bin\\tomcat-juli.jar   C:\\ColdFusion2018\\cfusion\\bin\\cf-bootstrap.jar &nbsp                    Java Ext Dirs                                   Printer Details        Default Printer                 Printers      Send To OneNote 2016         Microsoft XPS Document Writer         Microsoft Print to PDF         Fax         Adobe PDF                      Server Information                         General Settings                    Timeout requests            Yes                    Enable Per App Settings            Yes                    Enable Null Support            No                          Use Java As Regex Engine            No                      Request Time Limit            60 seconds                   Use UUID for CFToken            Yes                      Disable Service Factory            No                    Protect serialized JSON            No                    Protect Serialized JSON Prefix            //                    Missing Template Handler                                Site-wide Error Handler                                Enable HTTP status codes            Yes                    Enable Global Script Protection            Yes                    ORMSearch Index Directory                                Default CFForm ScriptSrc Directory            /cf_scripts/scripts/                    Google Map Key                                 Allowed file extensions for CFInclude tag            *                    Maximum size of post data            20 MB                   Request Throttle Threshold            4 MB                   Request Throttle Memory             200 MB                      Executor Pool Configuration (Async Framework)                     Core Pool Size            25                    Max Pool Size            50                     Keep Alive Time            2000 milliseconds                         Request Tuning                    Simultaneous request limit            25                      Flash Remoting request limit            5                    Web Service request limit            5                    CFC request limit            15                      CFThread Pool Size            10                    Maximum number of report threads            8                      Request Queue Timeout            60 seconds                   Request Queue Timeout Page                                      Caching                    Template cache size            1024 templates                   Enable trusted cache            No                    Cached query limit            100                  Save Class Files            Yes                    Caching engine                Ehcache                        JCS DSN name                                Is JCS cluster enabled            No                    Memcached servers                                Redis server                                Redis port            0                    Redis cluster enabled            No                    Custom caches                                        Client Variable Settings                    Default client variable store            Cookie                         Client Stores                      Cookie                     Type            COOKIE                    Description            Client based text file.                        Purge data after time limit            Yes                    Time limit            10 days                   Disable global updates            No                       Registry                     Type            REGISTRY                    Description            System registry.                        Purge data after time limit            Yes                    Time limit            90 days                   Disable global updates            No                          Memory Variables                      J2EE Sessions            No                         Application Variables                   Enable Application Variables            Yes                    Default Timeout            2,0,0,0                    Maximum Timeout            2,0,0,0                       Session Variables                Enable session variables            Yes                    Default Timeout            0,0,20,0                    Maximum Timeout            2,0,0,0                        ColdFusion Mappings                      /gateway              C:\\ColdFusion2018\\cfusion\\gateway\\cfc                      /CFIDE              C:\\ColdFusion2018\\cfusion\\wwwroot\\CFIDE                          Mail Connection Settings                    Default Server Port            25                    Connection Timeout            60 seconds                   Spool Interval            15 seconds                  Mail Delivery Threads            10                    Maintain Connection to Mail Server            No                      Spool Messages To            disk                    Max Messages Spooled to Memory            50000                    Default CFMail Charset            UTF-8                    Use SSL Connection            No                    Use TLS            No                     Default Mail Server                        Mail Logging Settings                   Log Severity            warning                    Log all E-mail messages sent by ColdFusion            No                        Charting                    Cache Type            disk images                   Maximum number of images in cache            50 images                   Maximum number of charting threads            1                    Disk cache location            C:\\ColdFusion2018\\cfusion\\tmpCache\\CFFileServlet\\_cf_chart                               Data & Services                         Database Data Sources                         cfartgallery                     CF data source name            cfartgallery                    Description                                Driver            Apache Derby Embedded                    JDBC URL            jdbc:derby:C:\\ColdFusion2018\\cfusion\\db\\artgallery;create=false                    Username                                Login timeout            30 seconds                   Long text buffer size            64000                    Timeout            1200 seconds                   Maintain connections            Yes                    Interval            420 seconds                   Restricted SQL operations                                Disable connections            No                         cfbookclub                     CF data source name            cfbookclub                    Description                                Driver            Apache Derby Embedded                    JDBC URL            jdbc:derby:C:\\ColdFusion2018\\cfusion\\db\\bookclub;create=false                    Username                                Login timeout            30 seconds                   Long text buffer size            64000                    Timeout            1200 seconds                   Maintain connections            Yes                    Interval            420 seconds                   Restricted SQL operations                                Disable connections            No                         cfdocexamples                     CF data source name            cfdocexamples                    Description                                Driver            Apache Derby Embedded                    JDBC URL            jdbc:derby:C:\\ColdFusion2018\\cfusion\\db\\cfdocexamples;create=false                    Username                                Login timeout            30 seconds                   Long text buffer size            64000                    Timeout            1200 seconds                   Maintain connections            Yes                    Interval            420 seconds                   Restricted SQL operations                                Disable connections            No                         cfcodeexplorer                     CF data source name            cfcodeexplorer                    Description                                Driver            Apache Derby Embedded                    JDBC URL            jdbc:derby:C:\\ColdFusion2018\\cfusion\\db\\cfcodeexplorer;create=false                    Username                                Login timeout            30 seconds                   Long text buffer size            64000                    Timeout            1200 seconds                   Maintain connections            Yes                    Interval            420 seconds                   Restricted SQL operations                                Disable connections            No                          Web Services                          PDF Service Managers                                 localhost                          Host Name               localhost                         Port               8991                         Weight               2                         Https Enabled               No                         Service Manager Enabled               Yes                         Remote Service Manager               No                               Debugging & Logging                         Debugging Settings                    Enable debugging            No                    Enable Robust Exception Information            Yes                    Display format            classic.cfm                    Execution times            Yes                    Execution time format            summary                    Execution time highlight threshold            250 ms                  Database activity            Yes                    Exception information            Yes                    Tracing information            Yes                    Timer Information            No                    Variables            Yes                       Variables                   Application            No                    CGI            Yes                    Client            Yes                    Cookie            Yes                    Form            Yes                    Request            No                    Server            No                    Session            Yes                    URL            Yes                        Debugging IP Addresses                    Debugging IP Address Restrictions            127.0.0.1 0:0:0:0:0:0:0:1                        Line Debugger Settings                    Allow Line Debugging            YES                    Debugger Port            5005                    Max Simultaneous Debugging Sessions            5                        Logging Settings                    Log directory            C:\\ColdFusion2018\\cfusion\\logs                    Maximum file size            5000 KB                  Maximum number of archives            10                      Log slow pages            No                    Slow page time limit            30 seconds                   Log CORBA calls            No                    Log scheduled tasks            No                           Schedule Tasks & Probes                         Scheduled Tasks                        System Probes                      Probe Settings                    Notification Email Recipients                                Notification Sent From            ColdFusionProbe@localhost                    Probe.cfm URL                                Probe.cfm Username                                      System Probes                             Extensions                           Java Applets                          CFX Tags                          Custom Tag Paths                      C:\\ColdFusion2018\\cfusion\\CustomTags                          CORBA                    Selected connector                 [none]                            Connectors                            Event Gateways                         Settings                    Enable Event Gateway            No                    Thread Pool Size            1                    Max Queue Size            10                      Gateway Types                       SMS                     Description            Handles SMS text messaging                    Class            coldfusion.eventgateway.sms.SMSGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       XMPP                     Description            Handles XMPP instant messaging                    Class            coldfusion.eventgateway.im.XMPPGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       SAMETIME                     Description            Handles Lotus SAMETIME instant messaging                    Class            coldfusion.eventgateway.im.SAMETIMEGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       DirectoryWatcher                     Description            Watches a directory for file changes                    Class            examples.watcher.DirectoryWatcherGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       Socket                     Description            Listens on a socket                    Class            examples.socket.SocketGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       CFML                     Description            Handles asynchronous events through CFCs                    Class            coldfusion.eventgateway.cfml.CfmlGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       JMS                     Description            Handles Java Messaging Service messages                    Class            examples.JMS.JMSGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       ActiveMQ                     Description            Handles Apache ActiveMQ JMS messages                    Class            examples.ActiveMQ.JMSGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       DataServicesMessaging                     Description            Handles Data Services Messaging messages                    Class            coldfusion.eventgateway.flex.FlexMessagingGateway                    Timeout            30 seconds                   Kill On Timeout            No                       FMS                     Description            Handles Flash Media Server shared objects                    Class            coldfusion.eventgateway.fms.FMSGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                       DataManagement                     Description            Notifies Data Management Services of data changes                    Class            coldfusion.eventgateway.flex.FlexDataManagementGateway                    Timeout            30 seconds                   Kill On Timeout            Yes                             Security                         CF Admin Authentication                    Enable authentication for the ColdFusion Administrator            No                    Allow access to ColdFusion Administrator with a Single password            Yes                    Allow concurrent login sessions for Administrator Console            Yes                      RDS Authentication                    Enable authentication for RDS access            Yes                    Allow access through RDS with Single password            Yes                    Secure Profile            No                           Security Sandboxes                         Enable ColdFusion Sandbox Security               No                                              © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"reports/index.cfm"},{"Category":"Data & Services","SubCategory":"Data Sources","Contents":"        Data Sources                                                                                                                                       Data Sources  Add and manage your data source connections and Data Source Names (DSNs). You use a DSN to connect ColdFusion to a variety of data sources.           Add New Data Source                              Data Source Name                                            Driver                                Select a valid driver type:         Apache Derby Client               Apache Derby Embedded               DB2 Universal Database               J2EE Data Source (JNDI)               Microsoft Access               Microsoft SQL Server               MySQL (DataDirect)               MySQL 5               ODBC Socket               Oracle               other               PostgreSQL               Sybase                                                                        Connected Data Sources                                     Actions                      Data Source Name                      Driver              Status                                                                                                                                                                              cfartgallery                      Apache Derby Embedded                                                                                                                                                                                                cfbookclub                      Apache Derby Embedded                                                                                                                                                                                                cfcodeexplorer                      Apache Derby Embedded                                                                                                                                                                                                cfdocexamples                      Apache Derby Embedded                                                                                                                                     © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"datasources/index.cfm"},{"Category":"Data & Services","SubCategory":"ColdFusion Collections","Contents":"      ColdFusion Administrator Home Page                                                                                                                                           ColdFusion Collections   The Solr indexing engines allows you to easily develop search capabilities for your ColdFusion applications. A Solr collection is a group of information that can be indexed and searched as a set. Use this form to create and manage your Solr collections.                  Add New Solr Collection                     Name                                                 Solr Collections                             Actions             Name              Documents              Size (Kb)              Last Modified              Path                                                                                                                                                                                                            bookclub             0            69                       C:\\ColdFusion2018\\cfusion\\jetty\\multicore\\collections\\bookclub\\data\\index                                                               © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"solr/index.cfm"},{"Category":"Data & Services","SubCategory":"Solr Server","Contents":"       Solr Server                                                                                                                                                                               Solr Server   You can install and configure Solr search service on a host other than the one on which ColdFusion runs. That is the host that Coldfusion will use while performing search operations. Click the Show Advanced Settings to configure these values. You should not need to change the advanced values if you are running with the ColdFusion installed version of Solr.         Configure Solr Server                Solr Host Name                                  Solr Home                                              Advanced Settings                       Solr Admin Port                          Solr Webapp                             Context root of the solr server.                                                                       Solr Buffer Limit                       Size in MB after which, the docs are committed to the Solr Server while indexing. More the buffer limit, better the performance.                                        User name                             Password                                           If basic authentication is enabled on Solr Server, specify the credentials.                                                                             Solr Connection                                                   Use HTTPS connection                                 Solr Admin HTTPS Port                                 Configure Indexing languages                        After adding a stemmer, specify the language and the suffix.                                New language              New language suffix                               Current Languages                                     Language Name                    Language Suffix               Actions                                              Danish                dk                                                                                       Dutch                nl                                                                                       Finnish                fi                                                                                       French                fr                                                                                       German                de                                                                                       Italian                it                                                                                       Norwegian                no                                                                                       Spanish                es                                                                                       Portuguese                pt                                                                                       Russian                ru                                                                                       Swedish                sv                                                                                       Chinese                zh                                                                                       Japanese                ja                                                                                       Korean                ko                                                                                       Czech                cz                                                                                       Greek                el                                                                                       Thai                th                                                                                         Migrate Collections           Migrate old Solr collections.                 Old Solr Home                                                                  -->                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"solr/solrserver.cfm"},{"Category":"Data & Services","SubCategory":"Web Services","Contents":"       Web Services                                                                                                                                    Web Services       ColdFusion lets you register web services so that you do not have to specify the entire  Web Services Description Language (WSDL) URL when invoking the web service.  ColdFusion automatically registers WSDL URLs the first time they are referenced.         Web Service Version                                      Select web service version                             1             2                                                                     Add / Edit ColdFusion Web Service                             Web Service Name                              WSDL URL                                                                                                           The name assigned to the web service                                                                                                        The absolute URL of the web service's WSDL                                                                                                          Authentication Type                              NONE            BASIC            NTLM                  Timeout                                                                                                  Select authentication type to access the webservice                                                                                                                                    The timeout for the web service request, in seconds                                                                            Username                         Password                                                                                                            The username to use to access the web service.                                                                                                                          The password to use to access the web service.                                                                                      Domain                                           Workstation Name                                                                           The domain for NTLM authentication.                                                                                                                                       The workstation name for NTLM authentication.                                                                                                                                                   Proxy Server                         Proxy Port                                                                                              The proxy server required to access web service URL                                                                                                                             The port to use on the proxy server                                                                                                              Proxy Username                         Proxy Password                                                                                                       The user ID to send to proxy server                                                                                                                 The user's password on the proxy server                                                                                                                                     Active ColdFusion Web Services                              Actions              Web Service Name              WSDL URL                         No Web Services are available.                                            © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/webservices.cfm"},{"Category":"Data & Services","SubCategory":"REST Services","Contents":"             REST Web Services                                                                                                                                    REST Services   REST Playground      REST Playground is an interface to register, manage, test, and debug REST services while developing web  services.  To use REST Playground, choose the option   Enable Developer Profile (In Debugging & Logging > Developer Profile)  .  It is recommended to disable REST Playground in Production/Lockdown environments by   disabling the Developer Profile  .                Register your applications and folders. ColdFusion automatically registers CFCs found in the registered folders.         Add/Edit REST Service                                 Root path                                                                        Application path or root folder where CFCs reside                                  Host [:Port]                                                            Host name for the REST service(localhost is default). Example: localhost:8500 (Optional)                                  Service Mapping                                                      Alternate string to be used for application name while calling REST service.  (Optional) Example: http://{Hostname}:{Port}/{REST Path}/{Service Mapping}/{Component REST Path}                               Set as default application                                                                 Set an application as default to exclude the application name in the URL while calling the web service. One default application is allowed for a host.  Example http://{Hostname}:{Port}/{REST Path}/{Component REST Path}                                                                                     Active ColdFusion REST Services                              Actions              Root Path              Service Mapping              Default              Host:Port                         No REST Services are available.                                                        Update REST Path                                                     Change this settings to get customized URL. For example, if you change this setting to 'comservices', URL would look like http://{Hostname}:{Port}/comservices/{ServiceMapping}/{Resource REST Path}                                                                                        © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/restwebservices.cfm"},{"Category":"Data & Services","SubCategory":"Flex Integration","Contents":"    Flex integration                                                                                                                                                                   Flex Integration                             Enable Flash Remoting                         Lets a Flash client connect to this ColdFusion server and invoke ColdFusion Components (CFCs).                                    Enable Remote Adobe LiveCycle Data Management access                        Lets LiveCycle Data Services ES connect to this ColdFusion server through RMI   and use CFCs to read and update data that supports a   Flex application. If you are not using this feature, disable it.   This does not affect LiveCycle Data Services ES integrated in to the ColdFusion installation.       Note: This setting is enabled only when JVM flags 'coldfusion.rmi.enable' and 'coldfusion.rmi.enablelcds' are set to true in jvm.config file                                  Server Identity:                          If you are running more than one instance of ColdFusion on this machine, you must   configure each instance with a unique ID.                       Enable RMI over SSL for Data Management                 Lets you use Secure Socket Layer (SSL) encryption for the RMI communication between Flex and ColdFusion.   This is not required unless you are transmitting authentication information or confidential   data between Flex and ColdFusion over an unsecured network. You must provide a keystore file and keystore password.   For instructions on how to create a keystore file, see the online Help.                       Full path to keystore:           Keystore password:                      Select IP addresses where LiveCycle Data Services are running          To secure the LiveCycle Data Services ES integration point,the hosts that are allowed to perform Data Management operations are restricted.If you are running LiveCycle Data Services ES on a different computer, specify its IP address here.By default, only the local computer can perform Data Management operations in ColdFusion.                          IP Address                                        View or Remove selected IP addresses where LiveCycle Data Services ES are running                                                                                                           © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/flexintegration.cfm"},{"Category":"Data & Services","SubCategory":"PDF Service","Contents":"      PDF Service Settings                                                                                                                                     PDF Service      ColdFusion lets you register multiple PDF Service Managers. These PDF Service Managers will handle PDF conversion requests for CFHtmlToPdf Tag.      Add / Edit PDF Service Manager                               Name                                        Unique name for PDF Service Manager.                    Host Name                          The host name for PDF Service Manager.                     Port                          The port for PDF Service Manager.                              Weight                          The weight for PDF Service Manager.                    Https Enabled                                 If PDF Service Manager is running on https.                                                             PDF Service Managers                                     Actions               Name               Host Name               Port               Weight               Https Enabled               Connection Status                                                                                                                                                                                                                                            localhost                      127.0.0.1                     8991                     2                     NO                                                                                                                           © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"document/pdfgservice.cfm"},{"Category":"Debugging & Logging","SubCategory":"Debug Output Settings","Contents":"      Debug Output Settings                                                                                                                                Debug Output Settings             Enable Robust Exception Information           Allow visitors to see the following information in the exceptions page:  Physical path of template  URI of template  Line number and line snippet  SQL statement used (if any)  Data source name (if any)  Java stack trace                 Enable AJAX Debug Log Window          Allows display of the AJAX debug log window when the cfdebug flag is passedin the URL. If you disable this option, the AJAX debug log window does notdisplay, even if the cfdebug flag is specified.               Enable Request Debugging Output          Enables the page-level debugging output on CFML pages.Uncheck this box to override all of the settings below.Debugging information is appended to the end of each request.                        Custom Debugging Output            Select Debugging Output Format      classic.cfm     dockable.cfm     ColdFusion offers several debugging output formats:    classic.cfm  -  The format available in ColdFusion 5 and earlier. It provides a basic view and few browser restrictions.    dockable.cfm  -  A dockable tree-based debugging panel. For details about the panel and browser restrictions, see the online Help.              Report Execution Times     Highlight templates taking longer than the following        (in milliseconds) using the following output mode    summary  tree    Execution times for templates, includes, modules, custom tags, and component method calls. Template execution times over this minimum highlight time appear in red. The default is 250 ms. ColdFusion offers the following template modes:   summary  -  A summary of each page called. Columns include Total Time, Avg Time, Count, and Template. Sorted by highest total time.    tree  -  Hierarchical tree view of individual page executions.  Note: Processing time and output will be longer than summary.                    General Debug Information          Select this option to show general information about this request.General items are ColdFusion Server Version, Template, Time Stamp, User Locale, User Agent, User IP, and Host Name.               Database Activity          Select this option to show the database activity for the SQL Query events and Stored Procedure events in the debugging output.               Exception Information          Select this option to collect all ColdFusion exceptions raised for the request in the debugging output.                 Tracing Information          Select this option to show trace event information in the debugging output.Tracing lets a developer track program flow and efficiency through the use of the CFTRACE tag.               Timer Information          Select this option to show timer event information in the debugging output.Timers let a developer track the execution time of the code between the start and end tags of the CFTIMER tag.               Flash Form Compile Errors and Messages           (Development use only) Select this option to have ColdFusion display ActionScript errors in the browser when compiling Flash forms; this affects the display time of the page.               Variables     Select this option to enable variable reporting. Select the following variables:                Application               Cookie               Server                 CGI               Form               Session                 Client               Request               URL                      Enable Performance Monitoring               Select this option so the standard NT Performance Monitor application shows information about a running ColdFusion application server.                                  Enable Metrics Logging                    Select this option to enable ColdFusion Metrics Logging.                            Metrics Frequency                       The ColdFusion Metrics will be logged at this frequency.                                                  Enable CFSTAT               The cfstat command-line utility provides real-time performance metrics for ColdFusion. Using a socket connection to obtain metric data, cfstat displays the information that ColdFusion writes to System Monitor without actually using the System Monitor application.                      Connector Port                 The cfstat command-line utility performance metrics for ColdFusion will read performance metrics for this port.                                                                            © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"debugging/index.cfm"},{"Category":"Debugging & Logging","SubCategory":"Developer Profile","Contents":"       Developer Profile                                                                                                                                Developer Profile Settings     Enable Developer Profile    Developer profile has to be enabled to use REST Playground ( Tool to test REST services to make REST development faster )  It is recommended to disable developer profile in Production/ Lockdown environments to disable REST Playground.  Following settings are changed when developer profile is enabled:  Trusted Cache is disabled  Robust Exception is enabled  REST Discovery is enabled                                                                   © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"debugging/devprofile.cfm"},{"Category":"Debugging & Logging","SubCategory":"Debugging IP Addresses","Contents":"      Debugging IP Address                                                                                                                                 Debugging IP Addresses    Specify the IP addresses that should receive debugging messages, including messages for the AJAX Debug Log window. To include an IP address in the list, enter the address and click Add. To delete an IP address from the list, select the address and click Remove Selected. When no IP addresses are selected, all users receive debugging information.         Select IP Addresses for Debug Output                            IP Address                                                View / Remove Selected IP Addresses for Debug Output                                        127.0.0.1             0:0:0:0:0:0:0:1                                                                    © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"debugging/iplist.cfm"},{"Category":"Debugging & Logging","SubCategory":"Debugger Settings","Contents":"      Debugger Settings                                                                                                                                 Debugger Settings   Enable the Allow Line Debugging option to use the ColdFusion Debugger that runs in Eclipse(ColdFusion Builder). Specify the port and the maximum number of simultaneous debugging sessions.           Line Debugger Settings                                           Allow Line Debugging                              Debugger Port:                                                                 Maximum Simultaneous Debugging Sessions:                                                                       Debugging Server                                        The debugging server runs as a process separate from the ColdFusion Server. You can start, stop or restart the debugging server from this page, however, this is usually not necessary because the debug process is managed automatically when a debug session is started.                                                                                                                                    © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"debugging/linedebugger.cfm"},{"Category":"Debugging & Logging","SubCategory":"Logging Settings","Contents":"     Logging Settings                                                                                                                               Logging Settings     Log directory         Enter the directory where error log files should be written or click Browse Server to select from the directory tree. The drive you specify must have sufficient disk space and security privileges for the ColdFusion system service. You must shut down and restart the ColdFusion Services for this change to take effect.             Maximum file size (in kilobytes)             Enter the maximum file size that ColdFusion should use for log files. When a file reaches this size, it is automatically archived.You must shut down and restart the ColdFusion Services for this change to take effect.              Maximum number of archives             Enter the maximum number of log archives ColdFusion should create. After reaching this limit, files are deleted in order of oldest to newest.               Log slow pages taking longer than    secs         To help diagnose potential problems or bottlenecks in your site, you can have ColdFusion log the names of any pages that take longer than a specified length of time to return. When enabled, any output is written to the server.log file.                   Log all CORBA calls          Logs all CORBA calls to help diagnose configuration issues. When enabled, any output is written to the server.log file.               Enable logging for scheduled tasks          Logs ColdFusion Executive task scheduling.                                                                      © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"logging/settings.cfm"},{"Category":"Debugging & Logging","SubCategory":"Log Files","Contents":"    Log Files                                                                                                                                     Log Files    ColdFusion creates several log files that can help you troubleshoot applications and track events.  Use this page to search, view, download, archive, and delete log files.           Available Log Files                                         Actions               File Name                 Type                Size                Last Modified                                                                                                                                   application.log                      CFML                    15069               1 Aug, 2019 3:04:00 PM                                                                                                                                    audit.log                      CFML                    22969               1 Aug, 2019 3:06:09 PM                                                                                                                        axis2.log                      Other                    0               24 Jul, 2019 4:23:32 PM                                                                                                                        coldfusion-error.log                      Other                    161026               1 Aug, 2019 9:48:18 AM                                                                                                                        coldfusion-out.log                      Other                    136787               1 Aug, 2019 3:06:02 PM                                                                                                                        esapiconfig.log                      Other                    0               24 Jul, 2019 4:23:32 PM                                                                                                                                        esclient.log                      Other                    0               24 Jul, 2019 4:23:32 PM                                                                                                                                                    eventgateway.log                      CFML                    1630               1 Aug, 2019 9:47:55 AM                                                                                                                        exception.log                      Other                    210450               1 Aug, 2019 3:04:00 PM                                                                                                                        hibernatesql.log                      Other                    0               24 Jul, 2019 4:23:32 PM                                                                                                                                                    http.log                      CFML                    8848               1 Aug, 2019 3:06:02 PM                                                                                                                                    migration.log                      CFML                    645               25 Jul, 2019 12:43:20 PM                                                                                                                                        migrationException.log                      Other                    21357               25 Jul, 2019 12:43:20 PM                                                                                                                                                    monitor.log                      CFML                    2138               1 Aug, 2019 9:46:30 AM                                                                                                                                                    scheduler.log                      CFML                    2527               1 Aug, 2019 9:47:53 AM                                                                                                                                                    security.log                      CFML                    3512               31 Jul, 2019 11:05:15 AM                                                                                                                                    server.log                      CFML                    61809               1 Aug, 2019 9:48:16 AM                                                                                                                                                    update.log                      CFML                    614               31 Jul, 2019 11:03:39 AM                                                                                                                                        websocket.log                      Other                    0               25 Jun, 2018 6:42:20 PM                                                                                      © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"logging/index.cfm"},{"Category":"Debugging & Logging","SubCategory":"System Probes","Contents":"      System Probes                                                                                                                                     System Probes    System probes can monitor the health of a web application by checking the contents of a URL at a regular interval. If the contents are not what is expected, probes can send a failure notification email or execute a script.            System Probes                            Actions              Probe Name              Status              Interval              URL                     No probes are defined.                                     Notification email Recipients                                       E-mail                                       Probe.cfm URL                                       Probe.cfm User name                                       Probe.cfm Password                                                                                                   © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"scheduler/probes.cfm"},{"Category":"Debugging & Logging","SubCategory":"Code Analyzer","Contents":"      CFML Code Analyzer                                                                                                                              Code Analyzer   The Code Compatibility Analyzer helps migrate your applications to ColdFusion from earlier versions of ColdFusion.The Code Compatibility Analyzer reviews the CFML pages that you specify and informs you of any potential compatibility issues. It detects unsupported and deprecated CFML features, and outlines the required implementation changes that ensure a smooth migration.            Code Compatibility Analyzer             Directory to Analyze                                          Analyze subdirectories        Analyze file types                CFM, CFC      CFM      CFC                                Validate CFML        Version of code to test               CF2016      CF11      CF10                                                                              © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"analyzer/index.cfm"},{"Category":"Debugging & Logging","SubCategory":"License Scanner","Contents":"      License Scanner                                                                                                                                License Scanner  The License Scanner searches your local subnet to find other running instances of ColdFusion.             Click the button on the right to run the ColdFusion scanner                          © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"scanner/scanner.cfm"},{"Category":"Debugging & Logging","SubCategory":"Remote Inspection Settings","Contents":"      Weinre Settings                                                                                                                                   Weinre Settings           Remote DOM Inspection Settings                                      Allow Remote Inspection                                       Weinre Server Settings                                               Advanced Settings                                              Select the local IP Address                            127.0.0.1                10.193.126.94                                                                                       Local Weinre Server                       Remote Weinre Server                                Weinre Server Location                                                               Select the local IP Address                                 127.0.0.1                10.193.126.94                                               Port                                                    Death Timeout (in seconds)                                       The number of seconds to wait to hear back from a debug client (ex: Desktop Browser) or target (ex: Mobile Application) before considering them not available.                                Read Timeout (in seconds)                                         The number of seconds the server will wait for a message to be available to send to the target (ex: Mobile Application) or client (ex: Desktop Browser)                                                                                                                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"weinre/weinreconfig.cfm"},{"Category":"Performance Monitoring Toolset","SubCategory":"Monitoring Settings","Contents":"       PMT                                                                                                                                  PMS              ColdFusion Hostname         Enter the IP Address or DNS Name for the ColdFusion instance      Monitoring Shared Secret               Show Secret  -   7ac5a83a-90a3-4874-8e9a-8c0950f470a8     Secret to configure Performance Monitoring Toolset with ColdFusion       Connected to datastore -        Monitoring Enabled -                                                                      © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"pms/index.cfm"},{"Category":"Extensions","SubCategory":"Java Applets","Contents":"    Java Applets                                                                                                                                   Java Applets  ColdFusion has several Java applets that you access using the cfform tag. You can register your own applets and add them to your cfform forms using the cfapplet tag. Before you can use the cfapplet tag to place a Java applet in your cfform, you must register the applet in the ColdFusion Administrator.                                 Registered Java Applets             Actions      Applet      Code      Method      Code Base          No applets found.                                     © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/applets.cfm"},{"Category":"Extensions","SubCategory":"CFX Tags","Contents":"    CFX Tags                                                                                                                                   CFX Tags   CFX tags are custom tags written against the ColdFusion Application Programming Interface (API) to extend and enhance CFML. You build CFX tags by using C++ as a DLL on Windows platforms and as shared objects (.so/sl) on UNIX platforms. Java CFXs are built by extending the Java Interfaces defined within the cfx.jar file.                                                                                                     Registered CFX Tags               Actions      Tag Name      Type      Description           No CFX tags found.                            © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/cfx.cfm"},{"Category":"Extensions","SubCategory":"Custom Tag Paths","Contents":"     Custom Tag Paths                                                                                                                                      Custom Tag Paths  Custom tags extend the functionality of the ColdFusion Markup Language (CFML).The default custom tag path is under the installation directory. You canspecify other paths to your custom tags here.         Register New Custom Tag Paths              New Path                                             Current Custom Tag Paths             Actions      Path                                                                                                     C:\\ColdFusion2018\\cfusion\\CustomTags                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/customtagpaths.cfm"},{"Category":"Extensions","SubCategory":"CORBA Connectors","Contents":"    CORBA Connectors                                                                                                                                     Corba Connectors  ColdFusion dynamically loads the ORB Java libraries using a connector. You can add a connector and specify the location of the library. Each of these connectors depends on the vendor's runtime library. You can also specify the ORB initialization options via a property file.    Note:   Changes to the connector setting take effect after the server is restarted.                            Registered CORBA Connectors                   Actions      Name      Classpath           No ORBs have been registered.                             © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"extensions/corba.cfm"},{"Category":"Event Gateways","SubCategory":"Settings","Contents":"      Event Gateway Settings                                                                                                                                Settings                                                      Enable ColdFusion Event Gateway Services         Enables the ColdFusion event gateway services. These services can pass eventsfrom external sources to ColdFusion components that you specify. Changing thissetting starts or stops the services immediately.             Event Gateway Processing Threads           Specifies the maximum number of threads used to execute ColdFusion functionswhen an event arrives. A higher number uses more resources, but increases event throughput. On Standard or Developer Edition, this value can not exceed 1.              Maximum number of events to queue           Specifies the maximum number of events that are allowed in the event queue.If the queue length exceeds this value, gateway events are not added to theprocessing queue. This is a global setting for all event gateways. On Developer Edition, this value can not exceed 10.        SMS Test Server     To assist with the testing of SMS gateway applications, ColdFusion has a built-in SMS test server that works in conjunction with the preconfigured SMS test gateway.  After you  start the SMS test server, you can enable the SMS test gateway and use the SMS test client to test your applications.   The test server is currently stopped.                                            © 1995 - 2018 Adobe. All Rights Reserved.                                                                                        ","Link":"eventgateway/index.cfm"},{"Category":"Event Gateways","SubCategory":"Gateway Types","Contents":"      Gateway Types                                                                                                                                          Gateway Types   Configure the types of gateways available on your system.  After you configure a type, you can create any number of gateway instances of that type.          Add / Edit ColdFusion Event Gateway Types                               Type Name                                         Description                                           Java Class                                    Startup Timeout(in seconds)                                                           Stop on Startup Timeout                                                           Configured ColdFusion Gateway Types                             Actions              Name              Description              Java Class              Timeout              Kill on Timeout?                                                                                                                                                                    ActiveMQ                               Handles Apache ActiveMQ JMS messages                   examples.ActiveMQ.JMSGateway                  30                  YES                                                                                                                                                                        CFML                               Handles asynchronous events through CFCs                   coldfusion.eventgateway.cfml.CfmlGateway                  30                  YES                                                                                                                                                                        DataManagement                               Notifies Data Management Services of data changes                   coldfusion.eventgateway.flex.FlexDataManagementGateway                  30                  YES                                                                                                                                                                        DataServicesMessaging                               Handles Data Services Messaging messages                   coldfusion.eventgateway.flex.FlexMessagingGateway                  30                  NO                                                                                                                                                                        DirectoryWatcher                               Watches a directory for file changes                   examples.watcher.DirectoryWatcherGateway                  30                  YES                                                                                                                                                                        FMS                               Handles Flash Media Server shared objects                   coldfusion.eventgateway.fms.FMSGateway                  30                  YES                                                                                                                                                                        JMS                               Handles Java Messaging Service messages                   examples.JMS.JMSGateway                  30                  YES                                                                                                                                                                        SAMETIME                               Handles Lotus SAMETIME instant messaging                   coldfusion.eventgateway.im.SAMETIMEGateway                  30                  YES                                                                                                                                                                        SMS                               Handles SMS text messaging                   coldfusion.eventgateway.sms.SMSGateway                  30                  YES                                                                                                                                                                        Socket                               Listens on a socket                   examples.socket.SocketGateway                  30                  YES                                                                                                                                                                        XMPP                               Handles XMPP instant messaging                   coldfusion.eventgateway.im.XMPPGateway                  30                  YES                                              © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"eventgateway/gatewaytypes.cfm"},{"Category":"Event Gateways","SubCategory":"Gateway Instances","Contents":"        Event Gateway instances                                                                                                                                        Gateway Instances   You can configure ColdFusion event gateway instances to direct events from various sources to ColdFusion components that you have written.         Add / Edit ColdFusion Event Gateway Instances                            Gateway ID                                            Gateway Type                    Please select a type              ActiveMQ - Handles Apache ActiveMQ JMS messages               CFML - Handles asynchronous events through CFCs               DataManagement - Notifies Data Management Services of data changes               DataServicesMessaging - Handles Data Services Messaging messages               DirectoryWatcher - Watches a directory for file changes               FMS - Handles Flash Media Server shared objects               JMS - Handles Java Messaging Service messages               SAMETIME - Handles Lotus SAMETIME instant messaging               SMS - Handles SMS text messaging               Socket - Listens on a socket               XMPP - Handles XMPP instant messaging                                               CFC Path                                                     Configuration File                                                     Startup Mode                     Automatic        Manual        Disabled                                                                    Configured ColdFusion Event Gateway Instances                            Actions              Status              Gateway ID              Type              Startup              In              Out              CFC Path              Gateway Config                                                                                                                                                                                                                                                  Stopped                       SMS Menu App - 5551212                 SMS                manual                0               0               {cf.rootdir}/gateway/cfc/examples/menu/main.cfc                {cf.rootdir}/gateway/config/sms-test.cfg                                                                     © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"eventgateway/gateways.cfm"},{"Category":"Security","SubCategory":"Administrator","Contents":"           ColdFusion Administrator password                                                                                                                                Administrator    ColdFusion Administration Authentication            You should restrict access to the ColdFusion Administrator to trusted  users. By default the ColdFusion Administrator requires authentication to access  these pages. However, if you configure your web server to restrict access to  these pages, you can disable this authentication and  rely on your web server's security instead. (Consult your web server  documentation for details on securing pages.)         Select the type of Administrator authentication:          Use a single password only (default)           Separate user name and password authentication (allows multiple users)         No authentication needed (not recommended)             Root Administrator Password         To change the ColdFusion Administrator password for the root administrative user,enter old password, new password and then confirm        Old Password          New Password          Confirm Password                 Password Seed         To specify a new seed value to encrypt data source passwords    New Seed    (8-character minimum and 500-character limit.)         Concurrent Login Session             Allow concurrent login sessions for Administrator Console                                                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"security/cfadminpassword.cfm"},{"Category":"Security","SubCategory":"RDS","Contents":"          RDS Password                                                                                                                                 RDS                Enable RDS Service                    The ColdFusion RDS service allows you to connect to this server using the RDS password you define below.   This is intended for development use only. If this is a production machine, leave this option unchecked.               RDS authentication      You should restrict access to RDS to trusted users. By default RDS requires authentication. However, you may disable this authentication and rely on your web server's security instead.     Select the type of RDS authentication:          Use a single password only (default)            Separate user name and password authentication (allows multiple users)          No authentication needed (not recommended)                  RDS Single Password        To change the single RDS password, enter old password, new password and then confirm          Old Password             New Password             Confirm Password            (50-character limit.)                                                                   © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"security/cfrdspassword.cfm"},{"Category":"Security","SubCategory":"Sandbox Security","Contents":"       Sandbox Security Permissions                                                                                                                                        Sandbox Security                                                     Enable ColdFusion Sandbox Security          ColdFusion's sandbox security uses the location of your ColdFusion pages to control access to ColdFusion resources. A sandbox is a designated area (files or directories) of your site to which you apply security restrictions. By default, a subdirectory (or child directory) inherits the sandbox settings of the directory one level above it (the parent directory). If you define sandbox settings for a subdirectory, you override the sandbox settings inherited from the parent directory.       Note:   You can configure these settings prior to enabling them on the server. Also, you must restart the ColdFusion application server to enable this setting.                      Add Security Sandbox                                                                             New sandbox, or pick one to copy from                                                                                       Defined Directory Permissions                                         Actions                 Directory                                                            © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"security/index.cfm"},{"Category":"Security","SubCategory":"User Manager","Contents":"      User Manager                                                                                                                                     User Manager    Add and manage users.  Users can be granted access to roles and sandboxes.                                                     Defined Users                Action           User           Description           RDS           Administrative Access                                 © 1995 - 2018 Adobe. All Rights Reserved.                                                                                       ","Link":"security/usermanager.cfm"},{"Category":"Security","SubCategory":"Allowed IP Addresses","Contents":"      Debugging IP Address                                                                                                                                Allowed IP Addresses    Specify client IP addresses that should be allowed to invoke exposed services. This can be individual IP addresses, IP address ranges of the form 10-30, or * wild cards. Both IPv4 and IPv6 addresses are supported. To include an IP address in the list, enter the address and click Add. To delete an IP address from the list, select the address and click Remove Selected. When no IP addresses are selected, no user can invoke exposed services         Allowed IP Addresses for Exposed Services                                      IP Address                                                                                                                           Specify the client IP addresses that can access ColdFusion Administrator and ColdFusion Internal Directories. This can be individual IP addresses, IP address ranges of theform 10-30, or * wild cards. Both IPv4 and IPv6 addresses are supported. To include an IP address in the list, enter theaddress and click Add. To delete an IP address from the list, select the address and click Remove Selected. When no IPaddresses are selected, all users are allowed access.         Allowed IP Addresses for accessing ColdFusion Administrator and ColdFusion Internal Directories                                            IP Address                                                                                                                                  © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"security/allowedipaddress.cfm"},{"Category":"Security","SubCategory":"Secure Profile","Contents":"      Secure Profile Settings                                                                                                                                Secure Profile                                             Enable Secure Profile    Secure Profile settings are only a recommendation. You should further configure the server as per your requirements. The settings affected by this are listed in table below.     Secure Profile Settings Summary        Setting Name   Current Value   Secure Default Value        Enable Robust Exception Information             true           false            RDS separate UserID Disabled             true           false            Start Flash Policy Server             true           false            Missing Template Error Handler                         /CFIDE/administrator/templates/missing_template_error.cfm            Admin separate UserID Required             false           true            RDS Authentication Enabled             true           true            Disable access to internal ColdFusion Java components             false           true            Enable RDS             true           true            Maxium size of post data (MB)             20.0           20.0            Request Queue Timeout Page                         /CFIDE/administrator/templates/request_timeout_error.htm            Session Cookie Timeout (Minutes)             15768000           1440            Admin Authentication Enabled             false           true            Use UUID for cftoken             true           true            Allow concurrent login sessions for Administrator Console             true           false            Disable updating of ColdFusion internal cookies             false           true            Enable WebSocket Server             true           false            Allowed file extensions for CFInclude tag             *           CFM,CFML            Enable CFSTAT             false           false            Enable Global Script Protection             true           true                Allowed IP Addresses                                      Retained if specified at install                       Site Error Handler                         /CFIDE/administrator/templates/secure_profile_error.cfm            Allow create, drop, alter, grant, revoke, stored procedures for DSNs           drop,storedproc,revoke,create,alter,grant : true,true,true,true,true,true     drop,storedproc,revoke,create,alter,grant : false,false,false,false,false,false                              © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"security/secureprofile.cfm"},{"Category":"Packaging & Deployment","SubCategory":"ColdFusion Archives","Contents":"       Archives and Deployment                                                                                                                                           ColdFusion Archives     Enter the path or browse to the appropriate CAR file to deploy the files to this server and update the relevant server settings.                  Deploy an Existing Archive                                                                                                               ColdFusion lets you define applications for organizing work,     archiving files, migrating and deploying sites. You can create and     store ColdFusion Archive definitions to archive, migrate, or redeploy     applications at a later date.                                                Create an archive                                                  Archive Name                                                                            Current Archive Definition List                                         Actions                 Archive Name                              No Archives have been defined                                                           © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"archives/index.cfm"},{"Category":"Packaging & Deployment","SubCategory":"JEE Archives","Contents":"      JEE Archives                                                                                                                               JEE Archives        Create a JEE archive (EAR or WAR) file.          Add New Archive                             Archive Name                                                           Configured Archives                             Actions              Archive Name              Type              Last Built                        No Archives have been defined                                               © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"j2eepackaging/index.cfm"},{"Category":"Enterprise Manager","SubCategory":"Instance Manager","Contents":"    Instance Manager                                                                                                                                    Instance Manager            ColdFusion Enterprise lets you create and manage new server instances. These can be created and run locally (on this machine)        or they can be remote servers that you can register with clusters.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Available Servers                                                       Filter by Cluster                                                                                  >                                                                                                                                      Actions            Name            Server Directory            HTTP Port            Remote Port            Host            Cluster                                                                                                                                                                                                                                                             cfusion              C:/ColdFusion2018/cfusion               8504             8018             localhost                      none                                                             © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"entman/index.cfm"},{"Category":"Enterprise Manager","SubCategory":"Cluster Manager","Contents":"    Cluster Manager                                                                                                                                    Cluster Manager                    Add New Cluster                             Cluster Name                                                                       Configured Clusters                           Actions            Cluster Name            Servers In Cluster                  No Clusters are defined.                                           © 1995 - 2018 Adobe. All Rights Reserved.                                                                                      ","Link":"entman/cluster.cfm"},{"Category":"Server Update","SubCategory":"Updates","Contents":"                                   ColdFusion Administrator Home Page                                                                                                                              Updates                                       Available Updates(0)        Installed Updates        Settings                                                                                                Click the button on right to check for updates                                                                                                                      ColdFusion 2018 Update 5                 Update Level:    05                   Update Type:    General                   Install Date:    Thu, 01 Aug 2019 09:47:07 +0530                   Update Description:   ColdFusion 2018 Update 5 introduces support for Java 12 and fixes more than 90 external bugs in Language, Performance, Security, Charting, Document and File Management, AJAX and some other areas. \n It also includes several enhancements in Language, Tomcat version upgrade to 9.0.21, library upgrades, support for new platforms and JEE application servers and support for MySQL 8 database. \n            Read More...                          Backup Directory:    C:\\ColdFusion2018\\cfusion\\hf-updates\\hf-2018-00005-315127                Uninstaller Location:    C:\\ColdFusion2018\\cfusion\\hf-updates\\hf-2018-00005-315127\\uninstall\\uninstaller.jar                Install Log:    C:\\ColdFusion2018\\cfusion\\hf-updates\\hf-2018-00005-315127\\hotfix_filelist.log                                                                                                                   Auto-Check                           Automatically Check for Updates                 Select to automatically check for updates at every login.                          Notification                             Check for updates every       days                        If updates are available, send email notification to          (ex. user1@company.com,user2@company.com)                    If updates are available, send email notification from              (ex. user1@company.com)                          Update Site                    Site URL                         If you have set up a local update site, specify URL of that site to get updates.                  Proxy Settings                             Proxy Host                                                Proxy Port                                                Proxy Username                                                Proxy Password                                                                                                                                                                   © 1995 - 2018 Adobe. All Rights Reserved.                                                                                          ","Link":"updates/index.cfm"}]