You must update the Lotus Domino Web server configuration before you can use the Web server with WebSphere Application Server.
See the WebSphere Application Server detailed system requirements page for information on the support levels of Lotus Domino Web Server.
Refer to the Administration Help for your version of Domino for information about installing and setting up Domino servers on i5/OS.
The help database is shipped with Lotus Domino and is also available in the Notes.net Documentation Library.
cd app_server_root/bin
configureOs400WebServerDefinition -webserver.name yourDominoServer \ -webserver.type DOMINO \ -webserver.port port
The yourDominoServer variable is the name of your Domino server. The port variable is the HTTP port for your Domino Server.
To use a non-default WebSphere Application Server profile, specify the -profileName myProfile parameter when you run the configureOs400WebserverDefinition script.
GenPluginCfg -webserver.name yourDominoServer
If you specified a profile name in the previous step, specify the -profileName myProfile parameter when you run the GenPluginCfg script.
WebSphereInit=plugin-file
The plugin-file variable is the fully-qualified path of the plugin-cfg.xml file that you generated in the previous step.
If you are not sure of the name, press F4 to display a list of Domino servers on your iSeries server.
While the system is starting the Domino server, you see a message indicating that the server is starting. If the message appears for more than 1 or 2 minutes, the server might be waiting for you to enter a password. To determine if the server is waiting for a password, use the WRKDOMCSL command to start a server console session for the server. You can enter the password in this console session.
Enter your Domino administrator user name and password. For additional techniques used to edit the Domino document, refer to the Domino documentation.
/QSYS.LIB/product_library.LIB/LIBDOMINO.SRVPGM
Verify that you do not have a space before or after this command or the filter fails.
To use the Lotus Domino Web server with WebSphere Application Server, you do not need to change the Java servlet support field in the Domino server document.
tell http quit
load http
You have completed step 3 of 5.
Go to Starting WebSphere Application Server to continue the installation.