Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
ColdFusion Help / 

Configuring Verity and ColdFusion MX 7 on separate servers

Adobe Community Help


Products Affected

  • ColdFusion

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

As documented in the Configuring and Administering ColdFusion MX guide, the ColdFusion MX 7 Verity search capability has been redeployed in a new client/server architecture. This means that ColdFusion and the Verity K2 server can be running on two different machines. This was not the case in versions prior to ColdFusion MX 7.

Note: For ColdFusion MX 7.0.1, additional attributes were added to the cfindex tag and modifications were made to the ColdFusion MX Administrator to facilitate this process, so updating to ColdFusion MX 7.0.1. is recommended before proceeding. More information regarding these changes is located in the ColdFusion MX 7.0.1 Release Notes.

There are several undocumented items regarding this configuration to be aware of:

  • For the Verity K2 server to run on a different server, it must be installed separately from ColdFusion. To install it in this configuration:
    1. Follow the LiveDocs instructions for Installing the Verity search service separately. Be sure to enter the IP address of the ColdFusion MX 7 server machine when prompted. Remember, ColdFusion MX 7 and Verity can run on different machines, so enter the IP address of the server that ColdFusion is running on.
    2. On the ColdFusion MX 7 server, open the ColdFusion MX Administrator. Select the Verity K2 Server link in the left pane. Enter the name or IP address of the server that the Verity search server (K2) is running on.
  • Verity will only accept requests from a single ColdFusion server. In other words, if Verity is installed on ServerV and ColdFusion is installed on ServerC, Verity will only accept requests from ColdFusion instances running onServerC. Note that there can be multiple instances of ColdFusion running on ServerC and Verity will accept requests from all of them.



  • When indexing a Verity file collection, the file/directory structure must be the same on both the Verity and ColdFusion servers. If you are creating a file-based collection, the path needs to be the same from either server. This can be accomplished by mapping drives in Windows or by using symbolic links in Unix.



    Windows example:

    If ColdFusion MX 7 is running on ServerC and Verity is running on ServerV and you want to index all HTML files in c:\inetpub\wwwroot on ServerC, then you need to setup twomapped drives, one on each server that both point to c:\inetpub\wwwroot on ServerC. On ServerC, setup a drive mapping (K:\, for example) that points to the local directory c:\inetpub\wwwroot. Then, on ServerV, setup a drive mapping K:\ that points to the remote directory c:\inetpub\wwwroot on ServerC. Note that the drive letter on both servers does not have to be K:\ but they both have to be the same letter.



    Unix example:

    If ColdFusion MX is running on ServerC and Verity is running on ServerV and you want to index all HTML files in /opt/apache/2.0.47/htdocs on ServerC, then you would need to setup symbolic links, one on each server that both point to /opt/apache/2.0.47/htdocs on ServerC. On ServerC, setup a symbolic link that points to the local directory /opt/apache/2.0.47/htdocs. Then, on ServerV, setup a symbolic link that points to the remote directory /opt/apache/2.0.47/htdocs onServerC. Note that both symbolic links must be the same.



    To create a Unix symbolic link, the syntax is similar to a copy or move: existing file first, destination file second. For example, to link the /opt/apache/2.0.47/htdocs directory to /webhome, use the following command: ln -s /opt/apache/2.0.47/htdocs/ /webhome
  • As previously mentioned, when you install the standalone Verity search engine, it prompts you for the IP address of the ColdFusion MX server that will be accessing it. If you later wish to specify a different ColdFusion server, without reinstalling Verity, make the following change to the configuration file:
    1. Put the IP address of the new ColdFusion MX server in theclient mask property ofverity_root/data/host/admin/admin2.xml (orcf_root/verity/data/host/admin/admin2.xml).
Keywords: 42cfdd4a

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

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 © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement