JSP CUSTOM TAG LIBRARIES
This section outlines the steps required to run a tag application remotely with Domino Release 6 and WebSphere AES or AE (single server edition).
1. Put the NCSO.jar file into either:
3. Make sure the DIIOP task is running on the WebSphere server.
4. Define the remote host for the tags by either:
<param-name>lotus.domino.default.host</param-name>
<param-value>DominoServerName</param-value>
</context-param>
You can also specify the default DIIOP port number with the host name. For example, if the server name is casco, you can specify the param-value as:
<param-value>casco:63148</param-value>
63148 is the default DIIOP port.
Note You assign and maintain the connection to a single host (that you define in the host attribute) for the life of a session.
See Also