Whatever message this page gives is out now! Go check it out!
| Administrator Settings | Path | Default Admin Profile | Secure Profile | Changes to the setting post migration to ColdFusion 10 |
| Use UUID for cftoken | Server Settings > Settings | Enabled | Enabled | Overwritten |
| Disable access to internal ColdFusion Java components | Server Settings > Settings | Disabled | Enabled | Overwritten |
| Enable Global Script Protection | Server Settings > Settings | Enabled | Enabled | Overwritten |
| Maximum size of post data | Server Settings > Settings | 20MB | 20MB | Overwritten |
| Missing Template Handler | Server Settings > Settings | No Value | Custom missing error template | Retained if specified |
| Site-wide Error Handler | Server Settings > Settings | No Value | Custom site-wide error template | Retained if specified |
| Request Queue Timeout Page | Server Settings > Request Tuning | No value | Custom error template | Retained if specified |
| Cookie Timeout | Server Settings > Memory Variables | 15767000 minutes | 1440 minutes | N/A |
| Disabling updating of ColdFusion internal cookies using ColdFusion tags/functions | Server Settings > Memory Variables | Disabled | Enabled | N/A |
| Enable WebSocket Server | Server Settings > WebSocket | Enabled | Disabled | N/A |
| Start Flash Policy Server | Server Settings > WebSocket | Enabled | Disabled | N/A |
| Allowed SQL (all settings) | Data & Services > Data Sources > database > Advanced Settings | Enabled | Create, Drop, Alter, Grant, Revoke, Stored Procedures are disabled | Retained if specified |
| Enable Robust Exception Information | Debugging & Logging > Debug Output Settings | Disabled | Disabled | Overwritten |
| Enable CFSTAT | Debugging & Logging > Debug Output Settings | Enabled | Disabled | Overwritten |
| Select the type of Administrator authentication | Security > Administrator | Use a single password only | Separate user name and password authentication (allows multiple users) | N/A |
| Enable RDS Service | Security > RDS | Configurable at install time | Disabled | N/A |
| Select the type of RDS authentication | Security > RDS | Use a single password only | Separate user name and password authentication (allows multiple users) | N/A |
| Allowed IP addresses for ColdFusion Administrator access | Security > Allowed IP Addresses | Not available at install time | Available at install time | N/A |
| Allow concurrent login sessions for Administrator Console | Security > Secure Profile | Enabled | Disabled |
-Djava.security.manager "-Djava.security.policy=cf_root/WEB-INF/cfusion/lib/coldfusion.policy" "-Djava.security.auth.policy=cf_root/WEB-INF/cfusion/lib/neo_jaas.policy" |
C:\Inetpub\wwwroot C:\Inetpub\wwwroot\sales C:\Inetpub\wwwroot\rnd C:\Inetpub\wwwroot\rnd\dev C:\Inetpub\wwwroot\rnd\'a |
Permission | Effect on files | Effect on directories |
Read | View the file | List all files in the directory |
Write | Write to the file | Not applicable |
Execute | Execute the file | Not applicable |
Delete | Delete the file | Delete the directory |
writeoutput("Temp Dir : " & createobject("java","java.lang.System").getProperty("java.io.tmpdir") ); </cfscript> |