How can we change the port number of weblogic server when it
was already installed?

Answer Posted / chaitu.riims

In weblogic you will have separate domain for every project.

With in that domain you will have config folder, there you
will find config.xml.

In this config.xml file you can change the server port.



Fox ex:



<server>

<name>fc92-online-adminServer</name>

<ssl>

<enabled>true</enabled>

<listen-port>9002</listen-port>


<identity-and-trust-locations>KeyStores</identity-and-trust-locations>

</ssl>

<log>

<file-min-size>50000</file-min-size>

</log>


<instrument-stack-trace-enabled>true</instrument-stack-trace-enabled>

<listen-port>9001</listen-port>

<server-debug>

<debug-security-realm>false</debug-security-realm>

<debug-security-atn>false</debug-security-atn>

<debug-security-atz>false</debug-security-atz>

</server-debug>

<listen-address>0.0.0.0</listen-address>

<java-compiler>javac</java-compiler>

<tunneling-enabled>true</tunneling-enabled>

</server>

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a pc a server?

750


Why servers should be multithreading? Explain.

792


How many cores does a server need?

771


wat is the 1st has to perform to identify the slow running quires with out using profiler?

2499


What does a server do?

975


Why do I need a domain?

686


How can I get a free domain?

679


How do I increase server capacity?

696


What is server and its types?

728


Does server 2019 have a gui?

744


What is new philosophy for database devises for SQL Server 7.0?

1847


What are the types of server?

714


What is the advantage of server?

704


What information needs to be provided in order to set up my appliance to do cookie load balancing?

756


What UNIX command do you use to connect to UNIX server?

2142