Adobe
製品
Acrobat
Creative Cloud
Creative Suite
Digital Marketing Suite
Digital Publishing Suite
Elements
Photoshop
Touch Apps
その他の製品一覧
ソリューション
デジタルマーケティング
デジタルメディア
教育
金融機関
Web Experience Management
その他のソリューション
ラーニング サポート ダウンロード 会社情報
ご購入
アドビストア 安心のサポート& サービス
アカデミックストア 学生、教職員、個人向け
アドビライセンスストア 中小企業向け
ボリュームライセンスについて 企業、教育機関、官公庁向け
販売パートナー
キャンペーン情報
検索
 
情報 サインイン
ようこそ、 さん カート 注文状況 マイアカウント
マイアカウント
注文状況
アカウント情報の変更
コミュニケーションの設定を変更
サインアウト
サインインの目的 お客様のアカウントや体験版ダウンロード、製品の拡張機能、コミュニティエリアへのアクセスなどを管理するため
Adobe
製品 セクション ご購入   検索  
ソリューション 会社情報
サポート ラーニング
サインイン サインアウト 注文状況 マイアカウント
先行予約の提供開始予定日Date. 商品が発送されるまで、クレジットカードには課金されません。提供開始の予定日は変更される場合があります。 先行予約の提供開始予定日Date. ダウンロードの準備が整うまで、クレジットカードには課金されません。提供開始の予定日は変更される場合があります。
個数:
ご購入には学生・教職員個人版の購入資格の確認が必要です。
小計
カートの中身を見る
Adobe Developer Connection / ColdFusionデベロッパーセンター /

Manually configuring Internet Information Services 7 connector with ColdFusion

著者 Asha K S

Asha K S
  • Adobe

Content

  • Before starting
  • Step 1: Configuring the proxy service property in jrun.xml
  • Step 2: Creating a directory space in ColdFusion server for IIS
  • Step 3: Setting up the web server configuration properties
  • Step 4: Configuring Web Server IIS 7
  • Where to go from here

Created

25 April 2011

ページ ツール

Facebookでシェア
Twitterでツイート
LinkedInでシェア
ブックマーク
印刷

タグ

必要条件

この記事に必要な予備知識

You should have some understanding of setting up a distributed environment and understand the reasons for setting up such an environment for your technical and business needs.

 

Additional required other products

  • Microsoft Internet Information Services 7

ユーザーレベル

中級

必要な製品

  • ColdFusion (Download trial)

ColdFusion can be set up in a distributed environment, meaning that the ColdFusion is on a different physical machine than the web server. In a distributed environment, the connector is installed on the server hosting the web server and this server sends the request across the network to the remote server hosting ColdFusion .

ColdFusion comes with a Web Server Configuration Tool for connecting to external web servers. Usually, you copy the wsconfig.jar file to the web server machine and run the web server in a configuration where it refers to the remote server hosting ColdFusion. There may be occasions, however, when the Web Server Configuration Tool doesn't work properly, for example, due to a firewall or network security restrictions. Should this happen, you can still configure the connector manually. This article demonstrates the steps required for manually configuring connections to Internet Information Services 7 websites in a distributed environment.

Before starting

The ColdFusion Standalone server can only connect to one web server at a time and does so through a proxy port. The default proxy port is 51011 in ColdFusion.

In all of the configurations below, replace cf_root with the actual ColdFusion installation directory, typically C:\ColdFusion9 for Windows and /opt/ColdFusion9 on Unix if you used the default settings during installation.

Before you begin the steps below, copy the cf_root\runtime\lib\wsconfig.jar file from the machine where ColdFusion is installed to the web server machine. You must use the wsconfig.jar file in Step 4 when you have to extract the appropriate web server modules from the JAR file.

Step 1: Configuring the proxy service property in jrun.xml

On the COLDFUSION machine, locate the cf_root\runtime\servers\coldfusion\SERVER-INF\jrun.xml file for ColdFusion and make the following changes:

  1. Find the entry labeled ProxyService .
  2. Add <attribute name="deactivated">false</attribute> .
  3. Save the file.
  4. Restart the ColdFusion Application Server.

Step 2: Creating a directory space in ColdFusion server for IIS

On the WEBSERVER machine, create the following directory cf_root\runtime\lib\wsconfig\ (create a directory for each connected website):

cf_root\runtime\lib\wsconfig\1

It is a best practice to mirror the connector software directory structure from the ColdFusion server on the web server for consistency and simplicity.

Step 3: Setting up the web server configuration properties

On the web server machine, create a file named wsconfig.properties in the cf_root\runtime\lib\wsconfig directory. The wsconfig.properties file contains the data that the Web Server Configuration Tool uses to maintain web server configuration information. Depending on the web server, the wsconfig.properties file should contain the following information.

1=IIS,1,false,"" 1.srv=localhost,"cfusion" 1.cfmx=true,<null>

Step 4: Configuring Web Server IIS 7

Configure the web server IIS 7. These steps are done on the web server machine.

  1. Extract jrunwin32.dll and jrun_iis6.dll files from cf_root\runtime\lib\wsconfig.jar file and copy them to cf_root\runtime\lib\wsconfig\.
  2. Extract the file, jrun_iis6_wildcard.dll from cf_root\runtime\lib\wsconfig.jar file and copy it to cf_root\runtime\lib\wsconfig\1.
  3. Create a jrun_iis6_wildcard.ini file in cf_root\runtime\lib\wsconfig\1. It should contain the following information: (Note: Replace "000.0.0.0" in the examples below with the IP address of the remote ColdFusion machine.)
verbose=true Buffer=true serverstore=cf_root/runtime/lib/1/jrunserver.store bootstrap=000.0.0.0:51011 apialloc=false #errorurl=url <optionally redirect to this URL on errors> #proxyretryinterval=600 <number of seconds to wait before trying to reconnect to unreachable clustered server> #connecttimeout=15 <number of seconds to wait on a socket connect to a jrun server> #recvtimeout=300 <number of seconds to wait on a socket receive to a jrun server> #sendtimeout=15 <number of seconds to wait on a socket send to a jrun server> #maxworkerthreads=25 <number of worker threads created for asynchronous request processing>
  1. Create the jrunserver.store file in cf_root\runtime\lib\wsconfig\1. Add the following line:
proxyservers=000.0.0.0:51011
  1. In the Internet Information Services(IIS) Manager, do the following:
    1. Click the Handler Mappings for the website you are connecting.
    2. Click Add Managed Handler.
    3. In the Request Path: field, enter *.cfm.
    4. In the Type: field, enter cf_root\runtime\lib\wsconfig\jrun_iis6.dll.
    5. In the Name: field, enter cfmHandler.
    6. Click OK.

Just as you added the information above for the *.cfm in the above steps, add the following information for the *.cfc files. In other words, add cfcHandler - *.cfc, cfmlHandler - *.cfml,cfrHandler - *.cfr,cfswfHandler -*.cfswf,hbmxmlHandler - *.hbmxml (*.jsp,*.jws if required).

    1. Click Add Wildcard Script Map.
    2. In the Executable: field, enter cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll.
    3. In the Name: field, enter JWildCardHandler.
    4. A dialog box appears, asking the following: "Do you want to allow this ISAPI extensions?" Click YES.
  1. Within the IIS Manager, in ISAPI and CGI Restrictions, add the following: cf_root\runtime\lib\wsconfig\jrun_iis6.dll,cf_root\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll with the following description "Macromedia Server Extensions" and set Restriction to "allowed" See this in the following figure.
IIS Manager with ISAPI and CGI Restrictions
Figure 1. IIS Manager with ISAPI and CGI Restrictions
  1. Restart the web server.

After configuring IIS7 as the web server you might stop getting detailed error messages and simply get the "500 Internal server error."

If you wish to get the detailed error message for both local and remote machines, continue to step 8.

  1. In Internet Information Services(IIS) Manager, use the following steps:
    1. Click Error Pages for the website you are connecting.
    2. Click Edit Feature settings.
    3. Select Detailed errors.
    4. Click OK.

Where to go from here

The goal of this article is to provide the manual steps to configure Internet Information Services 7 as connector with ColdFusion 9 when you are facing issues with configuring the connector though the Web Server Configuration Tool.


This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License.

More Like This

  • ColdFusion 8 server monitoring – Part 3: Automated monitoring and request management with Alerts and Snapshots
  • ColdFusion 8 server monitoring – Part 4: Multiserver Monitor, Admin API monitoring, and more
  • ColdFusion 8 server monitoring – Part 1: Using the Server Monitor in development
  • Integrating ColdFusion applications with Microsoft SharePoint using ColdFusion 9
  • Creating engaging applications with ColdFusion 8 for the government
  • ColdFusion 8 server monitoring – Part 2: Using the Server Monitor in production
  • Windows向けのColdFusion開発環境の設定
  • Enabling multiple user access to the ColdFusion Administrator and RDS
  • Taking advantage of 64-bit support in ColdFusion 8
  • HTML5 WebSockets and ColdFusion – Part 1: An overview and first steps

製品

  • Acrobat
  • Creative Cloud
  • Creative Suite
  • Digital Marketing Suite
  • Digital Publishing Suite
  • Elements
  • モバイルアプリ
  • Photoshop
  • Touch Apps

ソリューション

  • デジタルマーケティング
  • コンテンツオーサリング
  • Web Experience Management

業種別ソリューション

  • 教育
  • 金融機関

サポート

  • ヘルプ&サポート
  • 注文と返品
  • ダウンロードに関するヘルプ
  • ユーザー登録に関するヘルプ

ラーニング

  • ADC: Adobe Developer Center
  • Adobe TV
  • Design Magazine
  • Photoshop Magazine
  • Focus In

ご購入方法

  • アドビストア
  • アカデミックストア
  • アドビライセンスストア
  • ボリュームライセンスについて
  • 販売パートナー
  • キャンペーン情報

ダウンロード

  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player

会社情報

  • プレスルーム
  • パートナープログラム
  • 企業の社会的責任(英語)
  • 採用情報
  • 投資家の皆様へ(英語)
  • イベント&セミナー
  • Legal(英語)
  • セキュリティ
  • お問い合わせ
国・地域および言語の選択 日本(変更)
国・地域および言語の選択 閉じる

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2012 Adobe Systems Incorporated. All rights reserved.

利用条件 | プライバシーポリシーとCookie (更新)

Reviewed by TRUSTe: site privacy statement