Saturday 27 October 2012

LIFE CYCLE OF WSADMIN


     LIFE CYCLE OF WSADMIN 

   Four Phases of Lifecycle in WSADMIN

 1) The JVM Initialization Phase
 2) The wsadmin Environment Initialization Phase
 3) The Connection Phase
 4)  The Environment Initialization Phase



1) The JVM Initialization Phase : 

     -javaoption <java_option>
    -wsadmin_classpath <classpath>



2)   The wsadmin Environment Initialization Phase : 

     ---->  This decides which profile to be selected for the execution and will read the WSADMIN property files

-----> The below two option are part of this phase,




-profile Name <name of the Profile>
-p <name of the Java Property file>



3) The Connection Phase :

   
 ----> when WSADMIN uses the connection type value to determine whether a connection to an application server should be attempted.

 -----> Properties of Connection Phase is as follows


• -conntype

• -host
• -port
• -user
• -password



4) The Environment Initialization Phase :

  -----> Scripting language, Trace related options, WSADMIN profile script files are part of this Phase

 -lang
-tracefile
-appendtrace
-jobid
-profile

---> If we want to know about all list of WSADMIN objects we have to type this command in command prompt

wsadmin> dir() ----> Shows list of all WSADMIN objects.

0 comments:

Post a Comment