| Title: | JRE Recommendations? |
| Date: | 05/24/03 9 Posts |
| Summary: | CFMX's default JVM is 1.3.1. If you upgrade to J2SE 1.4.1, you will increase speed by about 35% and get access to more Java classes and functions. However, during installation, you will want to uncheck "Use this JVM for MS Internet Explorer" to prevent issues with JVM locking if you browse with IE. Also be aware that "1.4.1_02 has a known bug that causes the JVM to randomly crash during garbage collection." |
| Title: | Learning MS SQL Server and Converting Access to SQL |
| Date: | 05/24/03 9 Posts |
| Summary: | Here are several tips for moving from Access to SQL. If you use DTS to migrate your database to SQL, be sure to set primary keys and identities where necessary after the conversion. Upon installation, SQL uses the "master" database by default. Therefore, be sure you enter the name of your database in the CF Administrator datasource. Otherwise, SQL will use the "master" database. |
| Title: | Login Cookie? |
| Date: | 05/24/03 5 Posts |
| Summary: | To use roles-based security in MX, place the CFLOGIN block within the Application.cfm file so that it runs with every request. A concise pseudo code snippet is included that provides an excellent overview of the CFLOGIN process. |