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
Is cloud cheaper than dedicated server?
Which os is best for server?
What is meant by web server and servlet?
What do you understand by server-side validation?
Can a server have 2 ip addresses?
How many vms can I run on server 2016 standard?
What is the purpose of a web server?
How is it informed when the server is added to the cluster?
What is an example of a server?
What is the best os for a home server?
How you can change behavior of dhcp server?
Why do we need to break a mirror, before patching, because when we go for patching, the server will be single user mode and at single user mode svc.startd demon wont be running hence SVM software also will be in disable state, there is no way it is going to impact the alternative mirror. So can you please let me know why we need to break the mirror
Define the role of api server?
What's the difference between Windows Server 2003 x64 Editions and Windows Server 2003 for 64-bit Itanium-based Systems?
How do I connect my domain to my host?