Starting
Managed Servers
The startup process & the various states of weblogic startup
1) Weblogic is a java process. It starts up like any other java process and goes through
several stage.
The startup process & the various states of weblogic startup
1) Weblogic is a java process. It starts up like any other java process and goes through
several stage.
2) You can see the process using ps –ef |grep java
3) The various states of during the
startup can be seen in the log file that was generated on
console.
4) The first subsystem that is
started is LOGGING. Then Security. Once the authentication
is done ( manual or
using boot.properties)
the other sub-systems will start.
Stages
of weblogic
startup process
•STARTING
•STANDBY
•STARTING
•ADMIN
•RESUMING
•RUNNING
Until the server comes into RUNNING mode, it can not serve the user
requests.
Starting
Managed Servers
•Managed
Server
$DOMAIN_HOME/bin/startManagedWebLogic.sh
<managed-server-name>
<ADMIN_URL>
Eg. -$DOMAIN_HOME/bin/startManagedWebLogic.sh
DsoftMng1
192.168.128.3:20001
Stopping
the weblogic
servers
Managed
Servers (
under $DOMAIN_HOME/bin)
stopWebLogic.sh
<managed-server-name>
•Admin Server
stopWebLogic.sh
No comments:
Post a Comment