Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / madhu duggireddy

Each Weblogic domain has its own configuration file name
called config.xml.we can find it under the domain
directory

<listen-port>7001</listen-port>

7001 is the default listen port.we can change it as per
the user requirement with in the range of (1 to 65535).

Is This Answer Correct ?    31 Yes 14 No

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

Answer / 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

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

Answer / mahi

to change port number of weblogic server.. just go to
config.xml file in that file u can find
<tag listen-port="7001" > there u change that default
port number and save that.. ur porccess wil be completed.
(if u dont find config.xml just goto windows search in
instalation fokder of weblogic)

Is This Answer Correct ?    6 Yes 4 No

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

Answer / todd marshall

FYI, If you simply change the port number in the configuration file under WebLogic 10.0, your shutdown scripts will stop working.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Servers AllOther Interview Questions

What is http server and how it works?

0 Answers  


What is the difference between hosting and domain?

0 Answers  


What is virtual clustering?

0 Answers  


What is web server hardening?

0 Answers  


Is SQL Server implemented as a service or an application?

1 Answers  


When you create a database how is it stored?

0 Answers  


How can you differentiate server crash and server hang?

0 Answers  


What is the main purpose of a server?

0 Answers  


Can a meta tag be used to set the Expires header?

0 Answers  


What is an example of a web server?

0 Answers  


Which is the best localhost server?

0 Answers  


Suppose server object not loaded into the memory and the client request for it. What will happen?

0 Answers  


Categories