WEB SERVERS
To configure plugin-cfg.xml 1. Open plugin-cfg.xml in Notepad.
2. Modify the <Transport> element to target the appropriate Domino server. To do this, change the Hostname and Port parameters to the proper values required for the plug-in to reach your back-end server's HTTP task. For example:
<ServerGroup Name="default_group">
<Server Name="default_server">
<!-- The transport defines the hostname and port value that the web server
plug-in will use to communicate with the application server. -->
<Transport Hostname="mydomino.server.com" Port="81" Protocol="http"/>
</Server>
</ServerGroup>
<Uri Name="/icons/*"/>
<Uri Name="/domjava/*"/>
<Uri Name="/execcgi/*"/>
<Uri Name="/cgi-bin/*"/>
<Uri Name="/servlet/*"/>
<Uri Name="/download/*"/>
<Uri Name="/mail/*" />
For more information, see plugin-cfg.xml file in the WebSphere Application Server Information center.
Related topics