Macromedia colfusion mx 7 Manual

Descargar
Página de 170
32
Chapter 2:  Using the ColdFusion MX Administrator
System probes are available in ColdFusion MX Enterprise Edition only.
Code Compatibility Analyzer page
The Code Compatibility Analyzer page evaluates your ColdFusion pages for potential 
incompatibilities between ColdFusion MX 7 and ColdFusion Server 5. It reviews the CFML 
pages that you specify and informs you of any potential compatibility issues. Additionally, the 
Code Compatibility Analyzer detects unsupported and deprecated CFML features, and outlines 
the required implementation changes that ensure a smooth migration
License Scanner page
The License Scanner page searches the local subnet to find other running instances of 
ColdFusion MX 7. You can use this information to determine whether the ColdFusion instances 
within the subnet are licensed appropriately.
The ColdFusion MX Administrator uses universal datagram protocol (UDP) multicast to collect 
license and version information from all ColdFusion instances running within the subnet.
Extensions section
You use the Extensions section of the Administrator to configure ColdFusion MX to work with 
other technologies, such as Java and CORBA. 
The Extensions section contains the following pages:
Java Applets page
The Java Applets page of the Administrator lets you register applets and edit and delete applet 
registrations. Before you can use Java applets in your ColdFusion applications, you must register 
them in the Java Applets page.
When your applet is registered with ColdFusion MX, using the 
cfapplet
 tag in your CFML 
code is very simple, because all parameters are predefined. Simply enter the applet source and the 
form variable name that you want to use.
Note: Parameters set with the 
cfapplet
 tag override parameters defined on the Java Applets page. 
For more information, see the online help.