ColdFusionコネクターをwsconfigでインストールする方法

WebサーバーとColdFusionを繋ぐコネクターは、ColdFusionインストール後でもcf_root/runtime/bin/wsconfigを使って自動でインストールできます。それの使い方。

Apacheにインストールする場合で、CFMX6の場合は以下のように実行すればOK。

./wsconfig -server default -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /usr/sbin/apachectl -coldfusion -v

Apacheにインストールする場合で、CFMX7の場合は以下のように実行すればOK。

./wsconfig -server coldfusion -ws Apache -dir /etc/httpd/conf -bin /usr/sbin/httpd -script /usr/sbin/apachectl -coldfusion -v

パスなどは自分の環境に合わせて適宜書き換えてください。

One thought on “ColdFusionコネクターをwsconfigでインストールする方法

  1. 助かりました。

    FedoraCore4 + CFMX7.01でも、デフォルトのApacheインストールではうまくいきませんでした。

    wsconfigが必要でした。

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>