NOTE:

Be sure to apply the patch for defect EPUB622 if you are running ePublisher 2011.3.

IIS Search in Reverb.docx

Enabling IIS Search in WebWorks Reverb

David Shaked and Ben Allums

Revised 17/01/2012 for WebWorks 2011.3 and Windows 7

Overview

You can integrate a WebWorks Reverb project with one of three search engines:

Google Site Search

Microsoft Internet Information Services (IIS) search

Internal Reverb client-side search

This article explains how to enable the IIS search. As part of the explanation, the article explains how to deploy Reverb on IIS.

The article assumes that you use IIS 7.5 on a Microsoft Windows 7 host. For other IIS and Windows versions, you might need to modify the instructions.

Installing IIS

If IIS is not installed on the computer, you must install it. You must enable the World Wide Web Services, ASPX, and the management tools. Other IIS features might be necessary depending on your application.

  1. Log on as an administrator of the local computer.

  2. On the Windows 7 host, open Control Panel > Programs > Turn Windows Features On and Off.

  3. Select the Internet Information Services entries.

     

    image1.png

     

Enable ASP.NET Application Development Features

Generating the Reverb Output

  1. In a WebWorks ePublisher (WWeP) project, configure a WebWorks Reverb target.

  2. In the Target Settings, set the WebWorks Reverb/Search Implementation option to Microsoft IIS Search.

     

    image2.png

     

  3. Configure the other project options and generate the output.

  4. Test the output on the built-in WebWorks mini-web server.

    The IIS search does not work on the built-in web server.

Enabling Windows Search and Indexing

The IIS search requires the Windows search and indexing features. To configure these features, perform the following steps.

  1. Log on as an administrator of the local computer.

  2. Copy the Reverb output directory to a location on the IIS web server.

    If you are uncertain of the correct location, ask the IIS administrator.

    If the IIS web server can access the directory where you generated the output, this step is optional. In the subsequent steps, you can define the virtual directory to point directly to the Reverb output directory.

  3. On the IIS host, open Control Panel > Programs > Turn Windows Features On and Off.

  4. Verify that the Windows Search feature is enabled.

     

    image3.png

     

  5. Open the Start menu. In the search box, enter the word search.

     

    image4.png

     

  6. In the Control Panel option, click Change How Windows Searches.

    This opens the Indexing Options.

     

    image5.png

     

  7. Confirm that the location where you stored the Reverb output is indexed. If it does not appear in the list of Included Locations, click the Modify button and add it.

     

    image6.png

     

  8. Wait until indexing is complete. Depending on the size of the directory that you added, this might take from minutes to hours.

     

    image7.png

     

Configuring an IIS Application

You must configure the Reverb output as an IIS application that a user can access via a URL.

  1. Log on as an administrator of the local computer.

  2. On the IIS host, open Control Panel > System and Security > Administrative Tools > Internet Information Services (IIS) Manager.

  3. In the left pane, right-click the website name (usually Default Web Site), and click Add Virtual Directory.

  4. Set the following options:

    Alias

    • The virtual directory name, for example, ReverbTest.

    Physical path

    • Browse to the physical path where you stored the Reverb output. This must be a location where you enabled indexing.

  5. Right-click the new virtual directory, and click Convert to Application.

Testing the Output on IIS

To test the Reverb output on the IIS web server:

  1. Open a web browser.

  2. Browse to the URL of the virtual directory that you have configured. For example, if you are testing on the host where IIS is installed, browse to:

    http://localhost/ReverbTest

    The Reverb output is displayed.

  3. Switch to the search tab, and search for a term that you know appears in the help topics.

    The search results are displayed.

     

    image8.png

     

References

Windows Indexing Options

DavidShaked/@Solutions/Output/WebWorks Reverb/IIS configuration/Configuring Search (last edited 2015-08-26 23:01:32 by TonyMcDow)