EBS R12中更改埠 Web Listener Port (文件 ID 760590.1)

kunlunzhiying發表於2017-01-26

Goal:
      To change the Web Listener Port number in Oracle E-Business Suite Release 12
 
This will be illustrated with a practical example using the following Hostname,Domain, Port numbers:
 
     -Host Name: myhost
     -Domain Name: oracle.com
     -Port Number  that we want to change: 8001
     -Port Number  that we wish to be changed  to:  8002
     -Protocol : HTTP


Solution

1- Open your  Context XML file for edit  through OAM
 
2- Change the value from 8001 to be 8002 on the following lines:
      <web_port oa_var="s_webport" oa_type="PORT" base="8000" step="1" range="-1" label="Web Listener Port">8001</web_port>
      <activewebport oa_var="s_active_webport" oa_type="DUP_PORT"  base="8000" step="1" range="-1" label="Active Web Port">8001</activewebport>
    <login_page oa_var="s_login_page">
    <chronosURL oa_var="s_chronosURL">

<oa_var="s_endUserMonitoringURL">
    <externURL oa_var="s_external_url">
   <httplistenparameter oa_var="s_http_listen_parameter">8001</httplistenparameter>

3- Save your settings

4- Run Autoconfig for changes to take place

5- Try to login again through:
       
    The URL should be displayed successfully

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28211342/viewspace-2132919/,如需轉載,請註明出處,否則將追究法律責任。

相關文章