Creating and Configuring an Internet Information Services (IIS) Directory
To use Watson™ Explorer Engine on Windows for production using a Microsoft Internet Information System (IIS) 8.5 or higher web server, you must create a virtual directory and configure it. A Powershell script, createVDir.ps1, is included to create an IIS virtual directory. You can also create an IIS virtual directory manually.
About this task
Note: Before running the Powershell script, confirm that the following IIS components are
installed and activated in your IIS configuration on Microsoft Windows Server 2012 R2:
- CGI
- ISAPI Extensions
- ISAPI Filters
- IIS Management Scripts and Tools
Note: Using Watson Explorer Engine with IIS also requires that
execute rights be enabled for CGI applications so that your IIS web server can run
executable files that are in the www\cgi-bin subdirectory of the
directory in which you installed Watson Explorer Engine. To do
so, open Internet Information Services (IIS) Manager, and for the
vivisimo virtual directory, verify that the state of
CGI-exe is Enabled. If it is not, edit the
feature permissions to enable applications with the .exe extension to
execute in response to CGI requests.
Note: Installing and configuring IIS is not required on systems that include only Results Module or Application Builder installations, because these Watson Explorer modules include their own WebSphere web
servers.
To run the createVDir.ps1 Powershell script:
- From the command line, enter Powershell C:\Program Files\IBM\WEX\Engine\bin> .\createVDir.ps1 "C:\Program Files\IBM\WEX\Engine\www"
- If successful, the following message will display: Created virtual directory 'vivisimo' at 'C:\Program Files\IBM\WEX\Engine\www' for site 'Default Web Site'
If you prefer to create your IIS virtual directory manually in IIS 8.5 or higher (or have already done so), see the steps below.