Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can disable SIP support from your domain by removing references of SIP from your domain's config/config.xml file.</p> <p>Shutdown WLS. Be sure to backup your config.xml file before making any changes Then remove the following:</p> <pre><code>&lt;network-access-point&gt; &lt;name&gt;sip&lt;/name&gt; &lt;protocol&gt;sip&lt;/protocol&gt; &lt;listen-port&gt;5060&lt;/listen-port&gt; &lt;public-port&gt;5060&lt;/public-port&gt; &lt;http-enabled-for-this-protocol&gt;false&lt;/http-enabled-for-this-protocol&gt; &lt;outbound-enabled&gt;true&lt;/outbound-enabled&gt; &lt;/network-access-point&gt; &lt;network-access-point&gt; &lt;name&gt;sips&lt;/name&gt; &lt;protocol&gt;sips&lt;/protocol&gt; &lt;listen-port&gt;5061&lt;/listen-port&gt; &lt;public-port&gt;5061&lt;/public-port&gt; &lt;http-enabled-for-this-protocol&gt;false&lt;/http-enabled-for-this-protocol&gt; &lt;outbound-enabled&gt;true&lt;/outbound-enabled&gt; &lt;/network-access-point&gt; </code></pre> <p>Towards the end remove this:</p> <pre><code>&lt;custom-resource&gt; &lt;name&gt;sipserver&lt;/name&gt; &lt;target&gt;AdminServer&lt;/target&gt; &lt;descriptor-file-name&gt;custom/sipserver.xml&lt;/descriptor-file-name&gt; &lt;resource-class&gt;com.bea.wcp.sip.management.descriptor.resource.SipServerResource&lt;/resource-class&gt; &lt;descriptor-bean-class&gt;com.bea.wcp.sip.management.descriptor.beans.SipServerBean&lt;/descriptor-bean-class&gt; &lt;/custom-resource&gt; </code></pre> <p>When you start WLS, SIP will not be started. This worked wonderfully for my WLS 12c domain. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload