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
What is rd licensing server?
Is GUI supports in VT100 Server?
What is new philosophy for database devises for SQL Server 7.0?
What is the difference between a server and a workstation?
Can I use my server as a computer?
Is nginx a web server or application server?
Which is the fastest web server?
What is the difference between a persistent cookie policy and a qos cookie policy in array network loadbalancer ?
2. The client has several sales managers in the field that he wishes to be able to access and update product information as needed. They’re a concerned with security and access issues concerning the online environment. Briefly explain the options available using Windows 2000 Server.
Can a server have 2 ip addresses?
How do I license a server 2019?
What is server in simple words?
Does server 2016 come with cals?
How can you differentiate server crash and server hang?
Enlist http response codes that are returned by the server.