Este contenido no está disponible en el idioma seleccionado.
14.3. Microsoft IIS 6 initial clustering configuration
Microsoft IIS 6 contains basic ISAPI filters and ISAPI mapping as part of the default installation. Here we create a filter to direct web requests to JBoss Enterprise Application Platform.
Task: Define ISAPI Filter
Complete this task to define the ISAPI Filter on the Master server using the management console.
- On the master server, open IIS Manager:
, then type inetmgr
and hit Enter.
The IIS 6 Manager window opens. - In the tree view pane, expand
- Right click on Default Web Site, and then clickThe Properties window opens.
- Click the ISAPI Filters tab.
- Click the Add/Edit Filter Properties window:button, and specify the following values in the
- Filter name:
- Specify
jboss
(exactly as written). - Executable:
- Specify
NATIVE\sbin\isapi_redirect.dll
- Click Add/Edit Filter Properties dialog.to save the values, and close the
Note
The ISAPI Filters tab now displays thejboss
filter status and priority as Unknown because IIS has not yet received requests for the resource. The status and priority will change to Loaded and High respectively once a request is executed.
Task: Define ISAPI Virtual Directory
Complete this task to define the ISAPI virtual directory using the IIS management console.
- Right click on Default Web Site, and then click
. The Add Virtual Directory window opens. - Specify the following values in the Add Virtual Directory window:
- Alias:
- Specify
jboss
(exactly as written). - Physical path:
- Specify
NATIVE\sbin\
- Click Add Virtual Directory window.to save the values and close the
- In the tree view pane, expand
. - Right click on the
jboss
virtual directory, and then click . - Click the Virtual Directory tab, and make the following changes:
- Execute Permissions:
- Select
Scripts and Executables
. - Read check box:
- Select to activate Read access.
- Click OK to save the values and close the jboss Properties window.
Task: Define ISAPI Web Service Extension
Complete this task to define the ISAPI web service extension using the management console.
- Click Web Service Extensions, and in the Tasks group select .The New Web Service Extension window opens.
- Add the following values to the New Web Service Extension window:
- Extension name:
- Specify
jboss
(exactly as written). - Required files:
- Specify the path
NATIVE\sbin\isapi_redirect.dll
- Set extension status to Allowed:
- Select the check box.
- Click OK to save the values and close the New Web Service Extension window.
- Confirm the
jboss
Web Service Extension displays in the list.