Site Contents
Home
My Blog
ColdFusion
JRun
Flex
Wireless & Networking
Hardware & Gadgets
HDTV
Software Picks
Pictures
Contact Me
Search


My Articles & Papers
Flex Performance
Server/Client
mm.com Under the Hood
Multiple Instances of CFMX
Multiple Instance Config
NLB with ColdFusion
Clustering CFMX for J2EE
Multi-Tier Hardware LB w CFMX
Cisco CSS & Coldfusion MX
JRun 4 Jini based Clustering
WiFi Growth

2ID Tacweb

Other Hobbys
Body-For-Life Challenge

Personal Projects
Family Pool
Deck Gate

username:
password:
 

 
CFMX Example & Test Applications

  CFMX Example & Test Applications
  CFMX DBConn
Author: Alan Preston
Click to Download
Description: The servlet uses the jdbc drivermanager class to get a connection. It will write the exception if the connection is not successful. This providesmore information about the connection failure (above and beyond the generic error gets passed back that instructs you to
check your username, password etc).
Usage: Troubleshooting database connections in CFMX
 
  CFMX NT Domain Authent
Author: Various
Click to Download

Description: This is an advanced security example with a CFC that allows you to authenticate against NT domains in CFMX. This functionality replaces the Advanced Security from CF 5. This also uses the <cflogin> tag to authenticate the user.
Usage: To authenticate against NT.
Instructions: Unzip the file to your wwwroot {webroot} folder, modify the Request.myDomain="domainname" to the domain you are using, the machine with CFMX needs to be a part of the domain for this to work. (works with CFMX and CFMX J2EE for JRun)

 
 

CFMX Precompiler
Author: ?
Click to Download

Description: Files for both windows and unix to precompile cfm pages before they are ran in production. This greatly reduces the overhead when the files are first hit by a user since it only has to load the class into memory.
Usage: Precompiling pages after putting the CFM files onto a production server

 
  Building Trees
Author: Mike Nimer
Click to Download
Description: Solving the problem of creating trees in CF and maintaining order. Two common ways a tree in raw format could be in, see the readme for details. This is from Mike Nimers posting to CFCDev
Usage: Creating a tree from a query or arrays
 
  Whitespace
Author: John Valentina
Click to Download
Description: Custom Tag for removing all whitespace in an CF page by wrapping content with this custom tag
Usage: Wrap a portion of code to remove all whitespace