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
How can you overcome any type of sudden server failure?
What are the types of application servers?
Are servers faster than desktops?
How is web server useful?
What is a three tiered client/server architecture?
What makes a good server computer?
What are the different types of web server?
How old is sql?
How do i create connection pool & data source & add it to the jndi tree especially in weblogic 7.0? Please help me out with this?
How can I get a free domain?
What is a server address?
What information needs to be provided in order to set up my appliance to do cookie load balancing?
What is new philosophy for database devises for SQL Server 7.0?
Whats the difference between a computer and a server?
Can I get a free domain?