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 a pc a server?
Why servers should be multithreading? Explain.
How many cores does a server need?
wat is the 1st has to perform to identify the slow running quires with out using profiler?
What does a server do?
Why do I need a domain?
How can I get a free domain?
How do I increase server capacity?
What is server and its types?
Does server 2019 have a gui?
What is new philosophy for database devises for SQL Server 7.0?
What are the types of server?
What is the advantage of server?
What information needs to be provided in order to set up my appliance to do cookie load balancing?
What UNIX command do you use to connect to UNIX server?