若 HP Systems Insight Manager (HP SIM) SSL 連接埠與某個應用程式衝突,您可以變更預設的連接埠編號。若需使用中的連接埠清單,請參閱《Understanding HP SIM 5.0 Security》 白皮書 (http://h18013.www1.hp.com/products/servers/management/hpsim/infolibrary.html)。欲變更 HP Systems Insight Manager (HP SIM) 的預設 SSL 連接埠,請完成下列步驟:
將 server.xml 檔 (在 jboss\server\hpsim\deploy\jbossweb-tomcat50.sar 目錄中) 中的兩個 50000 變更為屬意的連接埠。
在第一個連接埠項目中輸入下列內容,並以您所選的連接埠取代 50000:
<Connector port="280" maxThreads="50" minSpareThreads="5" maxSpareThreads="15" enableLookups="false" redirectPort="50000" acceptCount="10" debug="0" connectionTimeout="60000" />
在第二個連接埠項目中輸入下列內容,並以您所選的連接埠取代 50000:
<Connector address="${jboss.bind.address}" port="50000" scheme="https" secure="true" maxThreads="200" minSpareThreads="10" maxSpareThreads="25" enableLookups="false" acceptCount="10" debug="5" URIEncoding="utf-8" useBodyEncodingForURI="true" clientAuth="false" keystoreFile="C:\bullwinkle\target\Windows\stage\SIM\config\certstor\hp.keystore" keystorePass="removed" sslProtocol="TLS" />
相關主題
|