Você está na página 1de 6

Setting IIS 7.5 and Domino 8.5.

1
communication
Configuration:
Windows server standard 2008 R2, 64bit

IBM Lotus Domino 8.5.1, EN, 64bit

Installation IIS: (http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?


topic=/com.ibm.websphere.express.doc/info/exp/ae/tins_webplugins.html)

1. Start > Administrative Tools > Server Managers


2. Action > Add Roles > Web Server (IIS)
3. Contrary to standard installation is necessary to install the following service:
a. Application Development \
i. ISAPI Extensions
ii. ISAPI Filters
b. Security\
i. Windows Authentication
c. IIS 6 Management Compatibility\
i. IIS 6 Management Console
ii. IIS 6 Scripting Tools
iii. IIS 6 WMI Compatibility
iv. IIS Metabase compatibility

4. Start IIS

Installation WAS plug-in:


1. I downloaded the plugin from IBM, Passport Advantage
IBM WebSphere Application Server V7.0 Supplements (1 of 2) for Windows on x8664 bit (IBM HTTP Server, Web Server Plug-ins and Update Installer) Multilingual
(C1G0UML)
2. Create the directory structure:
a. mkdir C:\WebSphere\AppServer\bin
b. mkdir C:\WebSphere\AppServer\config
c. mkdir C:\WebSphere\AppServer\etc
d. mkdir C:\WebSphere\AppServer\logs
3. Copy plug-inu iisWASPlugin_http.dll to C:\WebSphere\AppServer\bin

iisWASPlugin_http.dll

4. Create the file C:\WebSphere\AppServer\bin \plugin-cfg.loc


a. The file content is the way to configure plug-in
C:\WebSphere\AppServer\config\plugin-cfg.xml

5. Copy this plugin-cfg .xml do C:\WebSphere\AppServer\config

plugin-cfg.xml

6. Create the new registers key HKLM\SOFTWARE\IBM\ Web server Plug-ins for IBM
WebSphere Application Server\ 7.0.0.0
a. Add key InstallLocation - C:\WebSphere\AppServer\bin

Configuration IIS:
(http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?
topic=/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tins_manualWebIIS.html )

1. Create the new local account for communication between IIS and Domino server
iisDomino, group Users
2. Create a virtual folder
a. For Default Web Site

b. Add Virtual Directory sePlugins

c. Path to plug-in: C:\WebSphere\AppServer\bin


d. Connect as ... iisDomino
e. Test Settings ... >> OK
f.

Open Handler Mappings

g. Double click to Edit Feature Permissions (in action pane) and select:

i. Scrtipt
ii. Execute
h. For Default Web Site setting ISAPI filtr

i.

Set ISAPI or CGI Restrictions Allow extension path to execute

j.

Security settings
i. On Default Web Site, select Authentication and Windows
Authentication enable.

ii. Advanced Setting Accept and mark Enable Kernel-mode


authentication

Test:
Open link: http://ntln402.to2.to2cz.cz/names.nsf > OK, but in log file:
C:\WebSphere\AppServer\logs\native.log is error Failed to connect to app server on host
'ntln402.to2.to2cz.cz', OS err=10061
[Wed Mar 17 15:03:50 2010] 000017f0 00001aa4 - ERROR: ws_common: websphereGetStream: Failed to connect to app server on host 'ntln402.to2.to2cz.cz', OS err=10061
[Wed Mar 17 15:03:50 2010] 000017f0 00001aa4 - TRACE: ws_common: websphereGetStream: socket 760 closed - failed to connect
[Wed Mar 17 15:03:50 2010] 000017f0 00001aa4 - DEBUG: ws_common: websphereGetStream: socket 760 connected to ntln402.to2.to2cz.cz:8080
[Wed Mar 17 15:03:50 2010] 000017f0 00001aa4 - DEBUG: lib_stream: openStream: Opening the stream

Você também pode gostar