不同服务器的HTTP端口配置----weblogic

weblogic

DOMAIN_HOME目录下/config/config.xml文件中配置

<domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/920/domainhttp://www.bea.com/ns/weblogic/920/domain.xsd">

<server>
  <name>AdminServer</name>
  <listen-port>7001</listen-port>
  <listen-address>192.168.2.114</listen-address>
 </server>
</domain>

listen-port即为http侦听端口,如果为空则默认为7001

猜你喜欢

转载自110shen110.iteye.com/blog/2186666
今日推荐