Ben Forta

Blog

December 7, 2002

is Now Windows Only

The tag is used to provide access to the Windows registry. Prior to ColdFusion MX this tag was supported on Unix (and Linux) installations to provide access to a registry emulator (used by ColdFusion). As ColdFusion MX does not use the registry this tag has been deprecated on non-Windows platforms....

December 6, 2002

DBTYPE Deprecated Types

The DBTYPE attribute is used to specify the type of database driver to be used. In ColdFusion 4 and 5 this was used to specify that native drivers, for example, were to be used. ColdFusion MX uses JDBC drivers and so all DBTYPE types have been deprecated with the exception of DBTYPE="query" (which...

December 5, 2002

Saving Generated Charts

By default, generates and displays charts. However, if needed, charts can be returned in a specified variable (for saving to disk using or for displaying as needed). To force a chart to be saved to a variable, simply specify that variable in the optional NAME attribute. (Applies to: ColdFusion MX)

December 4, 2002

Creating Horizontal Bar Charts

Unlike in CF5, CFMX has no chart type for horizontal bar charts. To achieve this result use a regular bar chart and set ROTATED="yes" to rotate the chart by 90 degrees. (Applies to: ColdFusion MX)

December 2, 2002

Chart Grid Line Count

If grid lines are enabled, 3 lines will be displayed by default. This value can be changed using the GRIDLINES attribute. (Applies to: ColdFusion MX)

December 1, 2002

Chart Grid Line Count

tags do not usually contain grid lines. If needed, horizontal and/or vertical grid lines may be enabled using the SHOWXGRIDLINES and SHOWYGRIDLINES attributes. (Applies to: ColdFusion MX)

November 30, 2002

Changing the Integrated HTTP Server Port

The integrated HTTP server runs on port 8500 by default (this can be changed in the jrun.xml file in the runtimeserversdefaultSERVER-INF directory beneath the ColdFusion root, change port in the jrun.servlet.http.WebService service). (Applies to: ColdFusion MX)

November 29, 2002

Reset the ColdFusion Administrator Password

If you have forgotten your ColdFusion Administrator password you cannot find it out, but you can turn off password usage so as to be able to reset it. To do this locate the neo-security.xml file (it will be in the lib directory beneath the ColdFusion root). Look for a section that reads: , change...

November 28, 2002

To Disable the Integrated HTTP Server

To disable ColdFusion's integrated HTTP server modify the jrun.xml file in the runtimeserversdefaultSERVER-INF directory beneath the ColdFusion root. Locate the jrun.servlet.http.WebService service and set deactivated to "true". (Applies to: ColdFusion MX)

Page 408 of 489 (4885 posts)