Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: Is there a guide for starting coldfusion development on Ubuntu?

$
0
0

Hi Wayne,

 

I am not sure about a document describing the difference between use in windows/ubuntu from Adobe. You can search on the web (I found one non-adobe article, you may refer to http://www.iknowkungfoo.com/blog/index.cfm/2007/5/24/Moving-Coldfusion -applications-from-Windows-to-Linux ). Happy searching.

 

You can use the commannd to create the connector between Apache (Ubuntu) and CF

 

/opt/coldfusion10/cfusion/runtime/bin/wsconfig -ws Apache -dir /etc/httpd/conf -v

 

Verify your Apache configuration

 

1. Verify that one of the following files was created

     cf_root/config/wsconfig/number

2. To set the connectionpooltimeout and reuseconnectioncount click on Advanced Setting tab.

 

Configuring Apache:


  • Creates a folder 1 in cfroot\config\wsconfig that contains all connector-related files.
  • Creates a file mod_jk.conf in Apache_root_folder\conf. This file has paths to all files in the cfroot\config\wsconfig\1 directory.
  • Adds an entry in the httpd.conf file of Apache to include mod_jk.conf.
  • The following files are significant:

          a) uriworkermap.properties: Mapped extensions based on which the connector forwards requests to Tomcat.

          b) mod_jk.conf: Contains paths to all files in the \config\wsconfig\1 directory.

  • Change the entry JKloglevel info to JKloglevel debug for debugging purposes.

 

Note: For virtual host configuration, add the following entry in each of the virtual blocks: JkMountFile "cfroot\config\wsconfig\1\uriworkermap.properties:".

 

You can also refer to http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea7785 9461172e0811cdec18c28-7ffd.html for difference for webconnector between windows and linux.

 

Hope it helps.

 

Regards

Anit Kumar


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>