如果 HP Systems Insight Manager (HP SIM) SSL 端口与应用程序相冲突,则可以更改缺省端口号。有关正在使用的端口的列表,请参考 http://h18013.www1.hp.com/products/servers/management/hpsim/infolibrary.html 上的《Understanding HP SIM 5.0 Security》。要更改 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" />
相关主题
|