I saw some post yesterday, I found some friends who have difficulty in configuring Flex CFusion in IIS. I am more familiar with J2EE configuration. I tried it this morning. The result is not complicated, the process is not complex, below Briefly describe how to configure Flex CFusion and IIS.
First install JRUN. I didn't use the ColdFusion installation file to install JRun, because CFusion installed the WAR mode when CFusion installed JRun with ColdFusion, and then configured to change a lot, in order to save the EAR mode, this must be installed separately. JRUN.
Install JRUN, start installing cfusion after making a patch, select the J2EE / EAR mode installation, and set the context root to / (root). Then then install Flex, start configuring CFusion after completion. Unzip cfusion.ear into the cfusion directory, enter this directory, have a Cufsion.war and Meta-INF directory, copy a few WAR files in the flex directory to this directory.
Then, unzip CFusion.war, Flex.war, PROFILER.WAR, SAMPLES.WAR, separately to cfusion-war, flex-war, profiler-war, samples-war, then enter the meta-inflicity, modify the application.xml file I only need to add a few webmodule.
xml version = "1.0" encoding = "UTF-8"?>
The following is configured, first install the default server to the system service (this can start with the system yourself), run JRun4 / bin directory, run jrunsvc.exe -install "default" then start WSConfig.exe on IIS, select JRUN, select Set the IIS site, pay attention to select the Configure Web Server for ColdFusion Application option, and then exit.
Open the IIS manager, select the just matching Web site, add a few virtual directories, point to cfusion / cfusion-war / cfide, cfusion / flex-war, cfusion / samples-war, cfusion / profiler-war, virtual directory name Of course, CFIDE, FLEX, SAMPLES, and PROFILER. Finally, add an IIS extension, MXML, processing files, and CFM.
To this entire configuration, you can access the LocalHost / Samples to see the effect after restart IIS. Software list: Coldfsuion 6.1jrun4jrun4 Update 3Flex 1.0
Operating system Win2000, Win2003, IIS6
Excerpted from: http://www.flexdn.com/teach/base/2004/0828/252.asp