WEB 伺服器
配置 plugin-cfg.xml
1. 在「記事本」中開啟 plugin-cfg.xml。
2. 將元素 <Transport> 修改為適當的 Domino 伺服器目標。若要執行此動作,請將 Hostname 及 Port 參數變更為 plug-in 連接後端伺服器 HTTP 作業所需的正確值。例如:
<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>
<UriGroup Name="default_host_URIs">
<Uri Name="*/.nsf*">
<Uri Name="*/icons/*">
<Uri Name="*/domjava/*">