80s toys - Atari. I still have

coldfusion MX ISAPI (for IIS,Sambar,omniHttpd,xitami,abyss, APACHE API .dso, netscape API (iplanet) )

coldfusion MX ISAPI (for IIS,Sambar,omniHttpd,xitami,abyss, APACHE API .dso, netscape API (iplanet) )

** coldfusion MX ISAPI (for IIS,Sambar,omniHttpd,xitami,abyss, APACHE API .dso, netscape API (iplanet) )
kalau utk cfusion 4.5 cukup memapping .cfm ke c:\cfusion\bin\ISCF.DLL (APCF.dll utk apache API, NSCF.dll utk netscape API)
Bagaimana utk cfusion MX (java based) ???
Intinya: jalankan c:\cfusionMXC:\CFusionMX\bin\connectors\IISconnector.bat atau apacheconnector.bat
utk mendapatkan file:
cfroot/runtime/lib/wsconfig/jrun.dll atau cfroot\runtime\lib\wsconfig\number\mod_jrun.so
kmd arahkan IIS atau Apache utk memapping file .cfm dg .DLL tsb

** cara kedua, tanpa IIS, server builtIn port 8500 diganti saja ke port 80
c:\CFusionMX\runtime\servers\default\SERVER-INF\jrun.xml file and search for 8500



**Berikut keterangan lengkapnya:

** http://livedocs.adobe.com/coldfusion/8/htmldocs/configuring_07.html
Adobe ColdFusion 8


Installing and Using ColdFusion / Configuring Your System / Configuring web servers
Configuring web servers in Windows

You configure web servers in Windows by doing the following:
Configuring IIS in Windows
Configuring SunONE Web Server or iPlanet web server in Windows
Configuring Apache web server in Windows

Configuring IIS in Windows

You configure IIS using the Web Server Configuration Tool in GUI or command-line mode. This discussion describes how to use GUI mode.

(Server configuration only) To use the command line, open the batch files located in cf_root\bin\connectors.

For more information, see the Web Server Management chapter in Configuring and Administering ColdFusion.

Configure IIS for ColdFusion in Windows
Start the Web Server Configuration Tool by selecting Start > Programs > Adobe > ColdFusion 8 > Web Server Configuration Tool.
Click Add.
In the Server pop-up menu, select the host name and the server or cluster name to configure. In the ColdFusion server configuration, the server name is always coldfusion. Clustering support is not available on the server configuration.

Note: The server or cluster does not have to reside on the web server computer.
In the Web Server Properties area, select IIS and specify the website. For IIS, you typically specify All.
Select the Configure web server for ColdFusion applications option, and click OK.

Note: Omitting the previous step causes your web server to serve ColdFusion source code.
Copy the CFIDE and cfdocs directories from cf_root/wwwroot to your web server root directory. In addition, copy your application's CFM pages from cf_root/wwwroot to your web server root directory. In the multiserver configuration, these files are under the jrun_root/servers/cfusion/cfusion-ear/cfusion-war directory.

Verify your IIS configuration
Verify that the following file was created: cf_root/runtime/lib/wsconfig/jrun.dll (server configuration) or jrun_root/lib/wsconfig/jrun.dll (multiserver configuration). On IIS6, this file is named jrun_iis6.dll.
For each of your IIS websites, verify that application mappings for .cfm, .cfml, .cfc, .cfswf, .cfr, .jsp, and .jws were added, as follows:
In IIS, right-click an IIS website and select Properties.
In the Properties dialog box, on the Home Directory tab, click Configuration.
In the Application Configuration dialog box, click the App Mappings tab.

Mappings for .cfm, .cfml, .cfc, .cfswf, .cfr, .jsp, and .jws are displayed in the Extension column.
Verify that each of your IIS websites has a virtual directory called JRunScripts.

The following image shows a sample JRunScripts virtual directory:

Verify that the JRunScripts directory in each of your IIS websites points to the correct location, as follows:
Right-click the JRunScripts directory and select Properties.
In the Properties dialog box, on the Virtual Directories tab, verify that the Local Path text box contains the following path:

path/wsconfig/number (typically 1)

Configuring SunONE Web Server or iPlanet web server in Windows

You configure SunONE Web Server 6 or iPlanet web server 6.x for ColdFusion in Windows, and verify your configuration, by using the Web Server Configuration Tool in GUI or command-line mode. This discussion describes how to use GUI mode.

(Server configuration only) To use the command line, open the batch files located in cf_root/bin/connectors.

For more information, see the Web Server Management topic in Configuring and Administering ColdFusion.

Configure SunONE or iPlanet for ColdFusion in Windows:
Start the Web Server Configuration Tool by selecting Start > Programs > Adobe > ColdFusion 8 > Web Server Configuration Tool.
Click Add.
In the Server pop-up menu, select the host name and the server or cluster name to configure. For the ColdFusion server configuration, this is always coldfusion. Clustering support is not available on the server configuration.

Note: The server or cluster does not have to reside on the web server computer.
In the Web Server Properties area, select SunONE Web Server (iPlanet) or Netscape Enterprise Server (NES), and specify the path to the directory that contains the obj.conf file.
Select the Configure web server for ColdFusion applications option, and click OK.

Note: Omitting the previous step causes your web server to serve ColdFusion source code.
Copy the CFIDE and cfdocs directories from cf_root/wwwroot to your web server root directory. In addition, copy your application's CFM pages from cf_root/wwwroot to your web server root directory. In the multiserver configuration, these files are under the jrun_root/servers/cfusion/cfusion-ear/cfusion-war directory.

Verify your Sun ONE or iPlanet configuration
Verify that the following file was created: cf_root/runtime/lib/wsconfig/number/libjrun_nsapi.so
Open SunOne configuration file, obj.conf in the webserver directory (for example in C:\sunone\servers\https-yourserver\config\obj.conf).
Verify that the following was added to the file:
PathCheck fn=find-index {check index.cfm is added}
PathCheck fn="jrunfilter"
ObjectType fn=type-by-exp exp={*.cfm, *.cfc, *.cfswf, *.jsp, *.jws, *.cfr} type="jrun-internal/ext"
Service method=(GET|HEAD|POST) type="jrun-internal/*" fn="jrunservice"


Configuring Apache web server in Windows

You configure Apache by using the Web Server Configuration Tool in GUI or command-line mode. This discussion describes how to use GUI mode.

(Server configuration only) To use the command line, open the batch files located in cf_root\bin\connectors.

For more information, see the Web Server Management topic in Configuring and Administering ColdFusion.

Configure Apache for ColdFusion in Windows
Start the Web Server Configuration Tool by selecting Start > Programs > Adobe > ColdFusion 8 > Web Server Configuration Tool.
Click Add.
In the Server pop-up menu, select the host name and the server or cluster name to configure. For the ColdFusion server configuration, this is always coldfusion. Clustering support is not available on the server configuration.

Note: The server or cluster does not have to reside on the web server computer.
In the Web Server Properties area, select Apache and specify the path to the directory that contains the httpd.conf file.
Select the Configure web server for ColdFusion applications option, and click OK.

Note: Omitting the previous step causes your web server to serve ColdFusion source code.
Copy the CFIDE and cfdocs directories from cf_root/wwwroot to your web server root directory. Also, copy your application's CFM pages from cf_root/wwwroot to your web server root directory. In the multiserver configuration, these files are under the jrun_root/servers/cfusion/cfusion-ear/cfusion-war directory.

Verify your Apache configuration
Verify that one of the following files was created:
cf_root\runtime\lib\wsconfig\number\mod_jrun.so (Apache 1.3.2.7)
cf_root\runtime\lib\wsconfig\number\mod_jrun20.so (Apache 2.x)

In the multiserver configuration, this file is located under jrun_root/lib/wsconfig.
Open the Apache configuration file, httpd.conf, in your Apache conf directory. In Windows, the default is C:\Program Files\Apache Group\Apache\conf\httpd.conf.
Verify that the following code is appended to this file (except that if you are using Apache 2.2, the file name is mod_jrun22.so):

JRun Settings

LoadModule jrunmodule "c:/ColdFusion8/runtime/lib/wsconfig/1/modjrun.so"

JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig IgnoreSuffixmap false
JRunConfig Serverstore "c:/ColdFusion8/runtime/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51000
#JRunConfig Errorurl
JRunConfig jrun-handler .jsp .jws .cfm .cfml .cfc .cfswf .cfr




ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | Forums | Developer Center | Bug Reporting

Back to posts
Comments:
[2013-12-11 19:31] Ada Topik:

Just love the way you describe this topic. Thanks for writing. By the way. Would you be my friend? http://adatopik.blogspot.com/


Post a comment