<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5991635234376407970</id><updated>2012-01-30T15:28:06.994+05:30</updated><category term='wlst'/><category term='JVM called WLS shutdown hook'/><category term='Xrs'/><category term='logging'/><category term='data source'/><category term='jdbc'/><category term='admin server'/><category term='windows service'/><category term='WebAppComponentRuntimeMBean'/><category term='multi data source'/><category term='deployment'/><category term='managed server'/><category term='weblogic'/><category term='GC'/><category term='Garbage Collection'/><category term='easeSyntax()'/><category term='upillai'/><category term='bea'/><category term='unnikrishnan.pillai'/><category term='connection pool'/><category term='unni'/><title type='text'>A blog on Weblogic Server by upillai</title><subtitle type='html'>A blog on Weblogic Application Server | &lt;b&gt; Pls:do not forget to leave ur valuable comments &lt;/b&gt;|</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>28</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-6063081251057729149</id><published>2011-05-24T06:30:00.000+05:30</published><updated>2011-05-24T06:30:09.810+05:30</updated><title type='text'>Tuning JRockit</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="a-f-h-p-Ch"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="a-f-h-p-Id"&gt;&lt;strong&gt;Tuning the Heap Size:&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A large heap decreases the garbage collection frequency but may take slightly longer to garbage collect.&lt;/li&gt;&lt;li&gt;Typically a heap should be at least twice the size of the live objects in the heap.&lt;/li&gt;&lt;li&gt; Should set the heap as large as the PHYSICAL memory in your system will allow, as long as &lt;span style="text-decoration: underline;"&gt;it doesn’t cause paging&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-Xms:&lt;/span&gt;&lt;size&gt;, which sets the initial and minimum heap size.&lt;/size&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-Xmx:&lt;/span&gt;&lt;size&gt;, which sets the maximum heap size.&lt;/size&gt;&lt;/li&gt;&lt;li&gt;Set the initial/minimum heap size (-Xms) to the same value as the maximum heap size (-Xmx).&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Tuning the Garbage Collection&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;JRockit offers three garbage collection modes and a number of static  garbage collection strategies. You can tune the garbage collection to  suit your application’s needs.&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-XgcPrio:throughput&lt;/span&gt;:  Defines that the garbage collection should be optimized for application  throughput. This is the default garbage collection mode.&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-XgcPrio:pausetime&lt;/span&gt; : Defines that the garbage collection should be optimized for short garbage collection pauses.&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-XgcPrio:determinist&lt;wbr&gt;&lt;/wbr&gt;ic &lt;/span&gt; {Only with JRockit Real-Time}: Defines that GC should be optimized for very short and deterministic garbage collection pauses.&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Tuning the Pause Target&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;This parameter is used to tune JVMs which host ‘&lt;span style="text-decoration: underline;"&gt;time critical applications&lt;/span&gt;’  (Ex: A banking application &amp;nbsp;that normally take 100 ms to complete and  times out after 400 ms, cannot afford a GC pause time of 500ms)&lt;/li&gt;&lt;li&gt;The pause time mode uses a pause target for optimizing the pause  times; pause target should be as high as your application can tolerate&lt;/li&gt;&lt;li&gt;This parameter is coupled and used with ‘-XgcPrio:pausetime’ (ex: &lt;span style="text-decoration: underline;"&gt;java -XgcPrio:pausetime -XpauseTarget:300ms weblogic.Server&lt;/span&gt;); default ‘pauseTarget’ is not specified is 500ms&lt;/li&gt;&lt;/ul&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;pre&gt;&lt;em&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt;# Below given parameters should not be changes until you&lt;/span&gt;&lt;/em&gt;&lt;/em&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;pre&gt;&lt;em&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt;feel a real need to tune your Weblogic server; incorrect&lt;/span&gt;&lt;/em&gt;&lt;/em&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;pre&gt;&lt;em&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt; tuning may lead to uneven performance degradation.&lt;/span&gt;&lt;/em&gt;&lt;/em&gt;&lt;/pre&gt;&lt;/div&gt;&lt;em&gt; &lt;/em&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt; &lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Tuning Compaction&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Whenever GC(old collection) runs it defragments the heap, making  object allocation easier for the JVM this process is called heap  compaction; compaction &lt;em&gt;may&lt;/em&gt; lead to long pauses in GC because it takes up the CPU time to arrange and defragment the heap&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-XXcompactRatio:&lt;per&lt;wbr&gt;centage&amp;gt; &lt;/per&lt;wbr&gt;&lt;/span&gt;:  this specifies the percentage of heap which will be defragmented when  GC runs;&amp;nbsp; a good value for the compact ratio is usually between 1 and  20; a too low value can also invite trouble as it slows down  defragmentation and increases the amount of &lt;em&gt;dark matter&lt;/em&gt;(“Dark matter” is wasted heap memory and fragments the heap)&lt;/li&gt;&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;-XXcompactSetLimit:&amp;lt;&lt;wbr&gt;&lt;/wbr&gt;references&amp;gt;&lt;/span&gt;  : When compaction has moved objects, the references to these objects  must be updated. JVM has to do this before threads have access to those  memory references; this parameter defines how many references GC can  compact within the compaction area (&lt;span style="text-decoration: underline;"&gt;Ex: java -XXcompactSetLimit:2&lt;wbr&gt;&lt;/wbr&gt;0000 MyApplication&lt;/span&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;strong&gt;Tuning the TLA (Thread Local Area)&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It is the chunk of memory reserved in the heap for a thread for its exclusive use.&lt;/li&gt;&lt;li&gt;When this TLA gets filled up we see the ‘java.lang.OutOfMemo&lt;wbr&gt;&lt;/wbr&gt;ryError: nativeGetNewTLA’, to fix this we can tune the ‘-XXtlaSize:min=&lt;siz&lt;wbr&gt;e&amp;gt;,preferred=&lt;size&gt;’ parameter increase the TLA (&lt;span style="text-decoration: underline;"&gt;Ex: -XXtlasize:min=8k,pr&lt;wbr&gt;&lt;/wbr&gt;eferred=512k&lt;/span&gt;)&lt;/size&gt;&lt;/siz&lt;wbr&gt;&lt;/li&gt;&lt;li&gt;Increasing the TLA size is beneficial for multi threaded  applications; however increasing it too much may result in more  fragmentation and more frequent garbage collections.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-6063081251057729149?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/6063081251057729149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2011/05/tuning-jrockit.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6063081251057729149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6063081251057729149'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2011/05/tuning-jrockit.html' title='Tuning JRockit'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-3531247557787036675</id><published>2010-08-04T01:48:00.000+05:30</published><updated>2010-08-04T01:49:12.239+05:30</updated><title type='text'>Weblogic Server Administration Server Interview Questions 1 of 6</title><content type='html'>&lt;div class="gmail_quote"&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What are clusters?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Cluster is a logical set of multiple Weblogic Server instances running simultaneously across different geographies and working together to achieve &lt;span&gt; &lt;/span&gt;high availability and scalability&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Weblogic Server clusters support multiple algorithms for load balancing and failover: &lt;u&gt;round-robin, weight-based, random, round-robin-affinity, weight-based-affinity, and random-affinity(&lt;/u&gt;By default, a Weblogic Server cluster will use the round-robin method)&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What      is session replication?&lt;br&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Weblogic Server provides clustering support for servlets and JSPs by replicating 'HTTP session state' of clients that access servlets and JSPs through a cluster service&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Weblogic Server can use 'memory, file based and database' persistence for storing session information&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;How      you deploy your applications on weblogic server?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Auto Deployment&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Console&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Command line – weblogic.deployer&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;ANT / WLST&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What      are stating modes are available in Weblogic Server ?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Stage mode: Administration Server copies the deployment files from their original location on the Administration Server machine to the staging directories of each target server&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;External Stage: target servers deploy using local copies of the deployment files, here the Administration Server does not automatically copy the deployment files to targeted servers in external_stage mode ; instead, you must copy the files to the staging directory of each target server before deployment.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;No Stage: The Administration Server does not copy deployment unit files; instead, all servers deploy using the same physical copy of the deployment files, which must be directly accessible by the Administration Server and target servers.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What      is a Thread dump? How will you take in unix/linux and windows? &lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;A Java thread dump is a way of finding out what every thread in the JVM is doing at a particular point in time. This is especially useful if your Java application sometimes seems to hang when running under load, as an analysis of the dump will show where the threads are stuck.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Linux : kill -3 &amp;lt;ps_id&amp;gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Windows (console mode) : crtl+break&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Windows (service) : beasvc -dump -svcname:mydomain_myserver&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;How should u look for in a Thread Dump?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Always have 7-10 thread dumps taken in an interval of 5 seconds each&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;A thread dump will give you an insight on what every thread in the JVM is currently doing&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;While analyzing the thread dump you should be looking for stuck threads (threads which have not moved from a long time) – could be a resource (file / db) lock not allowing the thread to complete the task and free the monitor&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Look for thread locsk(if two threads store references to different objects into the same reference value, the variable will subsequently contain a reference to one object or the other, not a reference to some other object or a corrupted reference value)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Look for recursive loops in application / server code traces, usually hampers server performance by utilizing CPU&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What is      difference between 8.1 and 9.2, 10.x versions?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;8.1 uses JDK 1.4.2 ; 9.2/10.0 uses JDK 1.5 ; 10.3 uses JDK 1.6&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;8.1 uses execute worker threads ; 9.2/10/10.3 uses work manager for work load distribution within the server&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Directory structures&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Console applet bases in 8.1 ; while it is portlet based in later versions&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;8.1 has one big config.xml ; later versions have basic info in config.xml and subsystem level info in different directories(jms, jdbc, etc)&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What are      multi pools / multi data sources?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;MultiPools are 'pools of connection pools' that you can set up according to either a high availability or load balancing algorithm&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;You can use a MultiPool in the same manner that you use a connection pool.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When an application requests a connection, the MultiPool determines which connection pool will provide a connection, based on the selected algorithm&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;What      is IIS server?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;IIS is a webserver developed by Microsoft which is shipped with Windows NT/2000/2003 +&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Available versions : 5, 6, 7&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Usually used for hosting static HTML pages and used as an aplkication server for &lt;a href="http://ASP.NET" target="_blank"&gt;ASP.NET&lt;/a&gt; application developed using DOT NET framework 1+.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Can be used as a proxy server for routing requests to weblogic server&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;Where      are user credentials stored?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;User credentials are stored in the 'boot.properties' file , which has its encryption key in the 'SerializedSystemIni.dat'&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;If you use a script to start a server instance, it is recommended that you do not use this technique because it requires you to store an unencrypted password in the startup script.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal"&gt;&lt;b&gt;Suggest      few JVM tuning parameters.&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Initial heap size and maximum heap size to be same (-xms and –xmx):T his ensures less is spend by the CPU to allocate memory in rutime&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 1in;"&gt;&lt;span style="font-family: Wingdings;"&gt;&lt;span&gt;Ø&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Young generation (-XX:MaxNewSize): The bigger the young generation, the less often minor collections occur. However, for a bounded heap size a larger young generation implies a smaller tenured generation, which will increase the frequency of major collections. The optimal choice depends on the lifetime distribution of the objects allocated by the application.&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;u&gt;&lt;b style="background-color: rgb(255, 255, 51);"&gt;Do forget to leave your comments&lt;/b&gt;&lt;/u&gt;&lt;br&gt;&lt;/p&gt;  &lt;u&gt;&lt;b&gt;&lt;span style="background-color: rgb(255, 255, 51);"&gt;Part 2 coming soon... keep posted for further updates....&lt;/span&gt;&lt;/b&gt;&lt;/u&gt;&lt;br clear="all"&gt;&lt;br clear="all"&gt;&lt;/div&gt;-- &lt;br&gt;Regards,&lt;br&gt;Unni&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-3531247557787036675?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/3531247557787036675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/08/weblogic-server-administration-server_04.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3531247557787036675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3531247557787036675'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/08/weblogic-server-administration-server_04.html' title='Weblogic Server Administration Server Interview Questions 1 of 6'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-3319976010605509515</id><published>2010-06-01T22:27:00.005+05:30</published><updated>2010-06-02T01:06:47.946+05:30</updated><title type='text'>Add and Remove targets</title><content type='html'>&lt;div style="background-color: white; color: black; counter-reset: __goog_page__ 0; direction: inherit; font-family: Verdana; font-size: 10pt; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; min-height: 1100px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div id="doc-contents" style="direction: inherit; margin-bottom: 6px; margin-left: 6px; margin-right: 6px; margin-top: 6px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Add and Remove targets from a Deploy-able system resource:&lt;/span&gt; &lt;br /&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="color: #0b5394;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;@Deepti : i wrote this post for you babie...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;• Any deploy-able weblogic system resource (JDBC Data Source, JMS Connection Factory, JMS Servers, JDBC Multi Pools, Web deployment, etc) implement the 'DeploymentMBean' interface.&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;• A deploy-able Systme resource is any MBean that may be deployed on one or more targets, such as a JMS Front-end or back-end or a JDBC connection pool.&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;• Any deploy-able resource (MBean) has targets, which specify which servers the deployment should be deployed / pinned on.&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;• All these deploy-able resources (MBean) leverage 'addTarget' and 'removeTarget' methods , which they inherit from the 'DeploymentMBean' interface.&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o addTarget(target)&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- This method adds a target to specify additional servers / clusters on which the deployable Mbean can be deployed&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- here, target - is the reference variable of type: TargetMBean, [a server MBean is acceptable], see example below&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o removeTarget(target)&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- This method removes the value of the addTarget attribute&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- here, target - is the reference variable of type: TargetMBean, [a server MBean is acceptable], see example below&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o In this example we will use a JDBC Data Source to demonstrate this:&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o Prerequisites&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- WebLogic Domain with an admin server and a managed server named 'MS1'&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- Create a JDBC Datasource named 'DS1', and deploy it ONLY on 'Admin Server'&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- Make sure that both the servers are running and DS1 is also running&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o Demonstration for adding a target to a Data Source:&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- open a command window (CMD)&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- set the environment by running the 'setdomainenv.cmd' from the 'domain\bin' dir&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- execute 'java weblogic.WLST'&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- connect to the Admin Server using 'connect' command&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: #eeeeee; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font-family: monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="embedPastebin" style="background-attachment: initial; background-clip: initial; background-color: #eeeeee; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: black; border-left-style: solid; border-left-width: 1px; border-right-color: black; border-right-style: solid; border-right-width: 1px; border-top-color: black; border-top-style: solid; border-top-width: 1px;"&gt;&lt;div class="embedFooter" style="background-attachment: initial; background-clip: initial; background-color: #cccccc; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font-size: 13px; padding-bottom: 0px; padding-left: 6px; padding-right: 6px; padding-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'times new roman'; font-size: small;"&gt;Code written using online editor&lt;/span&gt;&amp;nbsp;&lt;a href="http://pastebin.com/" style="color: blue;"&gt;Pastebin.com&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="http://pastebin.com/raw.php?i=XZhBsSh2" style="color: blue;" target="_top"&gt;Download Raw&lt;/a&gt;&lt;/div&gt;&lt;div class="python" style="font-family: monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; Written by Unni -- don't hesitate to add a comment to this post incase you have any queries or sugessions&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; you can even write to me at unni@unnikrishnanpillai.tk&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; please leave a comment if u find this post helpfull&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;edit&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;startEdit&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="kw3" style="color: crimson;"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: darkslateblue;"&gt;'/JDBCSystemResources/DS1'&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;jdbcDS1=cmo&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="kw3" style="color: crimson;"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: darkslateblue;"&gt;"/Servers/MS1"&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;target=cmo &amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;jdbcDS1.&lt;span class="me1" style="color: black;"&gt;addTarget&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;target&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;save&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;activate&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o &amp;nbsp;You should be able to see the new target in the Admin Console (Service &amp;gt; JDBC &amp;gt; DataSources &amp;gt; DS1 &amp;gt; Targets Tab)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;o &amp;nbsp;Demonstration for removing a target to a Data Source:&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- open a command window (CMD)&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- set the environment by running the 'setdomainenv.cmd' from the 'domain\bin' dir&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- execute 'java weblogic.WLST'&lt;/span&gt;&lt;/div&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;- connect to the Admin Server using 'connect' command&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: #eeeeee; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font-family: monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;div class="embedPastebin" style="background-attachment: initial; background-clip: initial; background-color: #eeeeee; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; border-bottom-color: black; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: black; border-left-style: solid; border-left-width: 1px; border-right-color: black; border-right-style: solid; border-right-width: 1px; border-top-color: black; border-top-style: solid; border-top-width: 1px;"&gt;&lt;div class="embedFooter" style="background-attachment: initial; background-clip: initial; background-color: #cccccc; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font-size: 13px; padding-bottom: 0px; padding-left: 6px; padding-right: 6px; padding-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'times new roman'; font-size: small;"&gt;Code written using online editor&amp;nbsp;&lt;/span&gt;&lt;a href="http://pastebin.com/" style="color: blue;"&gt;Pastebin.com&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;a href="http://pastebin.com/raw.php?i=nFJnm6c2" style="color: blue;" target="_top"&gt;Download Raw&lt;/a&gt;&lt;/div&gt;&lt;div class="python" style="font-family: monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; Written by Unni -- don't hesitate to add a comment to this post incase you have any queries or sugessions&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; you can even write to me at unni@unnikrishnanpillai.tk&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="co1" style="color: grey; font-style: italic;"&gt;##&amp;nbsp; &amp;nbsp; &amp;nbsp; please leave a comment if u find this post helpfull&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;edit&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;startEdit&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="kw3" style="color: crimson;"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: darkslateblue;"&gt;'/JDBCSystemResources/DS1'&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;jdbcDS1=cmo&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;&lt;span class="kw3" style="color: crimson;"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: darkslateblue;"&gt;"/Servers/MS1"&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;target=cmo &amp;nbsp;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;jdbcDS1.&lt;span class="me1" style="color: black;"&gt;removeTarget&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;target&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de1" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;save&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-attachment: initial; background-clip: initial; background-color: #f8f8f8; background-image: initial; background-origin: initial; background-position: initial initial; background-repeat: initial initial;"&gt;&lt;div class="de2" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; font: normal normal normal 1em/1.2em monospace; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: top;"&gt;activate&lt;span class="br0" style="color: black;"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: black;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;• &amp;nbsp;You should be able to see the new target in the Admin Console (Service &amp;gt; JDBC &amp;gt; DataSources &amp;gt; DS1 &amp;gt; Targets Tab)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Holla :)&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Unni,&lt;/span&gt;&lt;br /&gt;&lt;div style="direction: inherit; margin-bottom: 0px; margin-top: 0px;"&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" id="y0_a" title="unni@unnikrishnanpillai.tk"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;unni@unnikrishnanpillai.tk&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-3319976010605509515?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/3319976010605509515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/06/add-and-remove-targets-from-deploy-able.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3319976010605509515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3319976010605509515'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/06/add-and-remove-targets-from-deploy-able.html' title='Add and Remove targets'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-7331967778518273196</id><published>2010-04-07T17:46:00.001+05:30</published><updated>2010-04-07T17:46:38.905+05:30</updated><title type='text'>Configuring JMS Bridges on Weblogic Server</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: &amp;#39;Times New Roman&amp;#39;; font-size: 16px; "&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" size="5"&gt;&lt;u&gt;Configuring JMS Bridges on Weblogic Server&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" size="3"&gt;&lt;br&gt; &lt;/font&gt;&lt;/p&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0pt; "&gt;&lt;br&gt;&lt;/p&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 15pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;Some b&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;ackground on JSM Bridges:&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="symbol"&gt;&lt;font class="Apple-style-span" size="3"&gt;·&lt;/font&gt;&lt;/font&gt;       &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;The bridge allows you to configure a forwarding mechanism between any two messaging products (WLS-WLS-any version, WLS to any 3rd party JMS vendor, any 3rd party vendor - anyother 3rd party vendor)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="symbol"&gt;&lt;font class="Apple-style-span" size="3"&gt;·&lt;/font&gt;&lt;/font&gt;       &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;A messaging bridge connects two actual destinations that are mapped to bridge destinations: a source destination from which messages are received, and a target destination to which messages are sent.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 15pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;Advantages of using a Messaging Bridge:&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;ol type="i" style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;ol type="i" style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;A messaging bridge provides high availability for remote destinations. Store and forward messaging enables a local client to produce to a local destination and have those messages automatically forwarded to the remote destination when it is available&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;This allows a local client to continue to produce messages when a remote destination is not available&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Allowing transparency&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Replicating a Topic&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;A messaging bridge can be used to replicate a topic, similar to using the distributed topics feature&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;&lt;/ol&gt;&lt;p style="margin-top: 10pt; margin-right: 46.8pt; margin-bottom: 14pt; margin-left: 46.8pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" color="#4f81bd"&gt;&lt;b&gt;&lt;i&gt;&lt;font class="Apple-style-span" size="3"&gt;&lt;u&gt;WLS Bridges support these three types of QOS(Quality of Service) levels:&lt;/u&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;ol start="6" type="i" style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;ol start="6" type="i" style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Exactly-once—The highest QOS guarantees that a message is sent to the remote endpoint once and only once. With Exactly-once, messages survive server crashes and network down time, while guaranteeing one occurrence of each message at the endpoint.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;At-least-once—Guarantees that a message is sent to the remote endpoint, but with the possibility of duplicates. With At-least-once, multiple copies of a message might show up on the remote endpoint because of network failures or server crashes that occur when the message is in transit.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;li style="margin-top: 0px; margin-bottom: 0px; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;At-most-once—The lowest QOS guarantees that each message is sent to the remote endpoint only once, if at all. It does not guarantee that a message is sent to the endpoint. With At-most-once, messages may get lost because of network failures or server crashes. No duplicate messages will reach the endpoint.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;&lt;/ol&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt; &lt;/p&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" size="3"&gt;&lt;br&gt; &lt;img alt="" height="273" src="http://docs.google.com/File?id=dt75g78_312crdpwrdz_b" width="561" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/font&gt;&lt;br&gt; &lt;/p&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 15pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;A&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;rchitecture &lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;for this PoC:&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt;&lt;img alt="" height="332" src="http://docs.google.com/File?id=dt75g78_313ghqxhvwf_b" width="625" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 15pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;Step by Step Instructions:&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;1.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create new domain&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; named &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;'LocalDomain'&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; with admin server listening on &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;7001&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;2.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Follow the below steps to create WLS resources in the domain:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;i.&lt;/font&gt;&lt;/font&gt;       &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Local and Edit**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;ii.&lt;/font&gt;&lt;/font&gt;     &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a JMS Server (LocalJMSServer)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;iii.&lt;/font&gt;&lt;/font&gt;   &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a new store(FileStore0)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;iv.&lt;/font&gt;&lt;/font&gt;   &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Associate JMS Server to FileStore0&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;v.&lt;/font&gt;&lt;/font&gt;     &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Target to Admin Server&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;vi.&lt;/font&gt;&lt;/font&gt;   &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a  new JMS Module&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;vii.&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Deploy it to the Admin Server&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;viii.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create new Connection Factory (JNDI: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/LocalCF&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;ix.&lt;/font&gt;&lt;/font&gt;   &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a new source Queue (JNDI: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/LocalQ&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;x.&lt;/font&gt;&lt;/font&gt;     &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Click on New Sub Deployment -&amp;gt; name it LocalQSub -&amp;gt; target it to LocalJMSServer&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xi.&lt;/font&gt;&lt;/font&gt;   &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Activate &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Changes&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xii.&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Restart for changes to come into effect&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;3.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create new domain named &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;'&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;Remote&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;Domain'&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; with admin server listening on 8&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;001&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;4.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Follow the below steps&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; to create WLS resources in this &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;domain:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xiii.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Local and Edit**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xiv.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a JMS Server (RemoteJMSServer)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xv.&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a new store(FileStore0)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xvi.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Associate JMS Server to FileStore0&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xvii.&lt;/font&gt;&lt;/font&gt;                    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Target to Admin Server&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xviii.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a  new JMS Module&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xix.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Deploy it to the Admin Server&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xx.&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create new Connection Factory (JNDI: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/RemoteCF&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxi.&lt;/font&gt;&lt;/font&gt;                      &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a new source Queue (JNDI: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/RemoteQ&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxii.&lt;/font&gt;&lt;/font&gt;                    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Click on New Sub Deployment -&amp;gt; name it RemoteQSub -&amp;gt; target it to RemoteJMSServer&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxiii.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Activate Changes**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxiv.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Restart for changes to come into effect&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxv.&lt;/font&gt;&lt;/font&gt;                    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Click&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; on Services &amp;gt; Messaging &amp;gt; Bridges &amp;gt; &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS Bridge Destinations&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxvi.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Local and Edit**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxvii.&lt;/font&gt;&lt;/font&gt;                &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a New JMS Bridge Destination &amp;gt;&amp;gt; Name: LocalQ &amp;gt;&amp;gt; Connection URL: t3://LocallIP:7001 &amp;gt;&amp;gt; Connection Factory JNDI Name: JMS/LocalCF &amp;gt;&amp;gt; Destination JNDI Name: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/LocalQ&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxviii.&lt;/font&gt;&lt;/font&gt;              &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create a New JMS Bridge Destination &amp;gt;&amp;gt; Name: RemoteQ &amp;gt;&amp;gt; Connection URL: t3://RemoteI&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;P:8&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;001 &amp;gt;&amp;gt; Connection Factory JNDI Name: JMS/RemoteCF &amp;gt;&amp;gt; Destination JNDI Name: &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;JMS/RemoteQ&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxix.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Activate Changes**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxx.&lt;/font&gt;&lt;/font&gt;                    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Local and Edit**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxxi.&lt;/font&gt;&lt;/font&gt;                  &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Click on Services &amp;gt; Messaging &amp;gt; &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;b&gt;&lt;font class="Apple-style-span" size="3"&gt;Bridges&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxxii.&lt;/font&gt;&lt;/font&gt;                &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Create New JMS Bridge &amp;gt;&amp;gt; Name: JMSBridge &amp;gt;&amp;gt; Quality Of Service: Almost-once &amp;gt;&amp;gt; Check Started &amp;gt;&amp;gt; Existing Source Destination: LocalQ &amp;gt;&amp;gt; Existing Target Destination: RemoteQ &amp;gt;&amp;gt; Target it AdminServer&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 72pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;xxxiii.&lt;/font&gt;&lt;/font&gt;              &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;**Activate Changes**&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;5.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Make your producer listen on t3://&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;LocalIP&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;:&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;7&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;001 &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;and Connection Factory: JMS.LocalCF and &lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Destination Queue&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;: LocalQ&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;6.&lt;/font&gt;&lt;/font&gt;    &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Make your consumer listen on t3://&lt;/font&gt;&lt;/font&gt; &lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;RemoteIP:8001 and Connection Factory: JMS.RemoteCF and Destination&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt; Queue&lt;/font&gt;&lt;/font&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;: RemoteQ&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" size="3"&gt;Producer / Consumer Screenshots:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt;&lt;img alt="" height="184" src="http://docs.google.com/File?id=dt75g78_314grmjxzc3_b" width="319" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt;&lt;img alt="" height="139" src="http://docs.google.com/File?id=dt75g78_315hnhvdq2z_b" width="319" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 0pt; "&gt; &lt;/p&gt;&lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 15pt; margin-left: 0pt; "&gt;&lt;font class="Apple-style-span" face="cambria"&gt;&lt;font class="Apple-style-span" color="#17365d"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="4"&gt;Further Reading:&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="symbol"&gt;&lt;font class="Apple-style-span" size="3"&gt;·&lt;/font&gt;&lt;/font&gt;       &lt;a href="http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/design.html#wp1172930" style="color: rgb(85, 26, 139); "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" color="#0000ff"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/design.html#wp1172930&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="symbol"&gt;&lt;font class="Apple-style-span" size="3"&gt;·&lt;/font&gt;&lt;/font&gt;       &lt;a href="http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/bridgeTOC.html" style="color: rgb(85, 26, 139); "&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" color="#0000ff"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/bridgeTOC.html&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 10pt; margin-left: 36pt; "&gt;&lt;font class="Apple-style-span" face="symbol"&gt;&lt;font class="Apple-style-span" size="3"&gt;·&lt;/font&gt;&lt;/font&gt;       &lt;a href="http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/bridgefaq.html"&gt;&lt;font class="Apple-style-span" face="calibri"&gt;&lt;font class="Apple-style-span" color="#0000ff"&gt;&lt;u&gt;&lt;font class="Apple-style-span" size="3"&gt;http://download.oracle.com/docs/cd/E11035_01/wls100/bridge/bridgefaq.html&lt;/font&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;/span&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-7331967778518273196?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/7331967778518273196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/04/configuring-jms-bridges-on-weblogic_07.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7331967778518273196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7331967778518273196'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/04/configuring-jms-bridges-on-weblogic_07.html' title='Configuring JMS Bridges on Weblogic Server'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-1057158454074425925</id><published>2010-03-26T13:33:00.003+05:30</published><updated>2010-03-26T13:37:03.938+05:30</updated><title type='text'>Using WLS 8.1 Threading Model in WLS 9.x / 10.x</title><content type='html'>If in the past (versions prior to WLS 9.x) you have been using execute queues to improve performance of your applications ,&amp;nbsp; you may still continue avail the flexibility of 8.1 style execute queues by following the below given steps:&lt;br /&gt;&lt;br /&gt;1. manually add the following in the config.xml:&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;&lt;div style="margin-left: 40px;"&gt;&amp;lt;server&amp;gt;&lt;br /&gt;&amp;lt;name&amp;gt;AdminServer&amp;lt;/name&amp;gt;&lt;br /&gt;&lt;b style="background-color: #ffff33;"&gt;&amp;lt;use81-style-execute-queues&amp;gt;true&amp;lt;/use81-style-execute-queues&amp;gt;&lt;/b&gt;&lt;br /&gt;&amp;lt;listen-address/&amp;gt;&lt;br /&gt;&amp;lt;/server&amp;gt;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&amp;lt;OR&amp;gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;1. Add the following in JAVA_OPTIONS : &lt;b style="background-color: #ffff33;"&gt;-Dweblogic.Use81StyleExecuteQueues=true&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;2. Start the weblogic server&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;&lt;ol&gt;&lt;ul&gt;&lt;li&gt;On adding this parameter you will see a tab names '&lt;b&gt;QUEUES&lt;/b&gt;' under '&lt;b&gt;Server &amp;gt; &lt;/b&gt;&lt;b&gt;configuration&lt;/b&gt;' in the administration console&lt;/li&gt;&lt;li&gt;Create a new Queue named : weblogic.kernel.defaultNow you can edir the properties of the Queue in the similar manner you use to do it in WLS 8.1&lt;/li&gt;&lt;li&gt;This may come handy: &lt;a href="http://download.oracle.com/docs/cd/E11035_01/wls100/perform/appb_queues.html#wp1048423"&gt;http://download.oracle.com/docs/cd/E11035_01/wls100/perform/appb_queues.html#wp1048423&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;Cheers :)&lt;br /&gt;Unni&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-1057158454074425925?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/1057158454074425925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/using-wls-81-threading-model-in-wls-9x.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/1057158454074425925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/1057158454074425925'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/using-wls-81-threading-model-in-wls-9x.html' title='Using WLS 8.1 Threading Model in WLS 9.x / 10.x'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5970767923842877425</id><published>2010-03-26T13:18:00.002+05:30</published><updated>2010-05-21T20:35:41.048+05:30</updated><title type='text'>Why sub-deployments are used?</title><content type='html'>Ever wondered why sub-deployments are used for deploying JMS resources ? &lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A sub-deployment is a mechanism by which JMS module resources like 'queues, topics, and connection factories' can be grouped and targeted to a server resource like 'JMS servers, server instances, SAF agents, or a cluster'.&lt;/li&gt;&lt;li&gt;You can group a connection factory with stand-alone queues or topics in a sub-deployment targeted to a specific JMS server, which guarantees that all these resources are co-located to avoid extra network traffic.&lt;/li&gt;&lt;li&gt;Another advantage of such a configuration would be if the targeted JMS server needs to be migrated to another Weblogic server instance, then the connection factory and all its connections will also migrate along with the JMS server's destinations.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5970767923842877425?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5970767923842877425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/why-sub-deployments-are-used.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5970767923842877425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5970767923842877425'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/why-sub-deployments-are-used.html' title='Why sub-deployments are used?'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5500912598533269916</id><published>2010-03-24T20:32:00.001+05:30</published><updated>2010-03-24T20:32:35.248+05:30</updated><title type='text'>Delete Admin Server for a running Weblogic domain</title><content type='html'>There would be scenarios in prod/dev environments which warrants us to create a new / stand by AdminServer, you may follow the below gives steps to achive the same.&lt;div&gt;&lt;br&gt;You cannot use the Administration Console to delete the Administration Server as the admin console runs on the Administration Server&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;b&gt;&lt;u&gt;Try these steps:&lt;/u&gt;&lt;/b&gt;&lt;br&gt;&lt;ol&gt;&lt;li&gt;Create a new server name: newAdminServer (say port number: 8001)&lt;/li&gt;&lt;li&gt;Stop all running servers in the domain on which you are working on&lt;/li&gt;&lt;li&gt;Start the new server as admin server: java -Dweblogic.Name= newAdminServer weblogic.Server&lt;/li&gt; &lt;li&gt;Start the Administration Console for the newly-started server &lt;a href="http://ip:8001/console"&gt;http://ip:8001/console&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Delete the default admin server form the console&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;Cheers :)&lt;br&gt;Unni&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5500912598533269916?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5500912598533269916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/delete-admin-server-for-running.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5500912598533269916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5500912598533269916'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/03/delete-admin-server-for-running.html' title='Delete Admin Server for a running Weblogic domain'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5769590861859537362</id><published>2010-02-25T02:53:00.001+05:30</published><updated>2010-02-25T02:53:27.637+05:30</updated><title type='text'>Use 'userConfigFile' for connecting to weblogic</title><content type='html'>&lt;div&gt;We can use the &amp;#39;storeUserConfig&amp;#39; command to create a user configuration file that contains your credentials in an encrypted form and a key file that Weblogic Server uses to unencrypted credentials.&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;/div&gt;&lt;div&gt;And on subsequent WLST sessions (or in WLST scripts), supply the name of the user configuration file and key file instead of entering the credentials on the command line. This option is recommended if you use WLST in script mode because it prevents you from storing unencrypted user credentials in your scripts.&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## This script creates a user config file&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;wls:/offline&amp;gt; connect(&amp;#39;weblogic&amp;#39;,&amp;#39;weblogic&amp;#39;,url=&amp;#39;&lt;a href="http://10.10.71.94:7001"&gt;10.10.71.94:7001&lt;/a&gt;&amp;#39;)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;wls:/Distributed_Domain/serverConfig&amp;gt; storeUserConfig(&amp;#39;d:/DeeptiPY/Unni-WebLogicConfig.properties&amp;#39;, &amp;#39;d:/DeeptiPY/Unni-WebLogicKey.properties&amp;#39;)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## This will create two files &amp;#39;Unni-WebLogicConfig.properties&amp;#39; and &amp;#39;Unni-WebLogicKey.properties&amp;#39;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## WebLogicConfig has the encrypted username and password, WebLogicKey has the logic to decrypt them&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## End the current WLST session&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;wls:/Distributed_Domain/serverConfig&amp;gt; exit()&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## Sample Script to monitor state of the server:&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;## This demonstrates how we can connect to a server without using clear text credentials&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;wls:/offline&amp;gt; connect(userConfigFile=&amp;#39;d:/DeeptiPY/Unni-WebLogicConfig.properties&amp;#39;,userKeyFile=&amp;#39;d:/DeeptiPY/Unni-WebLogicKey.properties&amp;#39;,url=&amp;#39;t3://&lt;a href="http://10.10.71.94:7001"&gt;10.10.71.94:7001&lt;/a&gt;&amp;#39;)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;wls:/Distributed_Domain/serverConfig&amp;gt; state(&amp;#39;MSLocal&amp;#39;)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;font class="Apple-style-span" color="#006600"&gt;Current state of &amp;#39;MSLocal&amp;#39; : RUNNING&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please post your queries / comments.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Cheers:)&lt;/div&gt;&lt;div&gt;Unni&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5769590861859537362?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5769590861859537362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/02/use-userconfigfile-for-connecting-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5769590861859537362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5769590861859537362'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/02/use-userconfigfile-for-connecting-to.html' title='Use &apos;userConfigFile&apos; for connecting to weblogic'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-2284669133645639420</id><published>2010-02-06T23:39:00.001+05:30</published><updated>2010-02-06T23:39:17.565+05:30</updated><title type='text'>Basic Unix commands</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: &amp;#39;Times New Roman&amp;#39;; font-size: medium; "&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; text-align: justify; "&gt; &lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/p&gt;&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="451" style="width: 338.3pt; margin-left: -1.15pt; border-collapse: collapse; "&gt;&lt;tbody&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;DOS Command&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Unix Command&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Descriptions&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;CD&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Change directory&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;CHKDSK&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;du&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Disk usage&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;CLS&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;clear&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Clear the current screen&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;COPY&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;cp&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Copying files&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;DEL&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rm&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Removing files or directories&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;DIR&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;ls&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;File listing of directories&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;MD&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;mkdir&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Create a directory&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;MORE&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;more&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Type out a file with paging&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;PRINT&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;lpr&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Print out a file&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;RD&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rmdir&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Remove a directory&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;RENAME&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;mv&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Moving files around&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 12.25pt; "&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;TYPE&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="115" nowrap valign="bottom" style="width: 86.6pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;cat&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="220" nowrap valign="bottom" style="width: 165.1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 12.25pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Type out files&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt; &lt;/p&gt;&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="451" style="width: 338.6pt; margin-left: -1.15pt; border-collapse: collapse; "&gt; &lt;tbody&gt;&lt;tr style="height: 10.15pt; "&gt;&lt;td width="125" nowrap valign="bottom" style="width: 93.95pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Unix Command&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.65pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Descriptions&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 10.15pt; "&gt;&lt;td width="125" nowrap valign="bottom" style="width: 93.95pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rm&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt; &lt;i&gt;file&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.65pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Remove a file&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 10.15pt; "&gt;&lt;td width="125" nowrap valign="bottom" style="width: 93.95pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rm&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt; &lt;i&gt;file1 file2 …&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.65pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Remove a number of files&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 10.15pt; "&gt;&lt;td width="125" nowrap valign="bottom" style="width: 93.95pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rm&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt; -r&lt;span&gt;  &lt;/span&gt;&lt;i&gt;directory&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.65pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Remove a directory include the sub-directory&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 10.15pt; "&gt;&lt;td width="125" nowrap valign="bottom" style="width: 93.95pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;rmdir&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt; &lt;i&gt;directory&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.65pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 10.15pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Remove a directory&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt; &lt;/p&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;  &lt;/p&gt;&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="448" style="width: 336.15pt; margin-left: -1.15pt; border-collapse: collapse; "&gt;&lt;tbody&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Unix Command&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: windowtext; border-right-color: windowtext; border-bottom-color: windowtext; border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(149, 55, 53); padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; background-position: initial initial; background-repeat: initial initial; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;b&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Descriptions&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;man &lt;i&gt;cp&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Display on-line manual for the "cp" command&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;man -k &lt;i&gt;keyword&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Display manual help file related to the keyword&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;passwd&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Change your login password&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;pwd&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Display the path name of where you are&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;uptime&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Tell you how long the machine has been up and running&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;users&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Tell you who is logging in&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;who&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Tell you who is logging-in in detail&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;w&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Tell you who is logging in and doing what!&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span class="SpellE"&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;whoami&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Show you the owner of this account&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;finger &lt;i&gt;user&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Find out the personal information of a user&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;finger &lt;i&gt;name&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Try to find the person's info. by his/her name&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;finger &lt;i&gt;email-address&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Try to find the person's info across the network&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;write &lt;i&gt;user&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Write a message on somebody's screen&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;talk &lt;i&gt;user&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Talk to the person logging in the same system with you&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;talk &lt;i&gt;email-address&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Talk to somebody logging in the network&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;date&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Display today's time and date&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 14.6pt; "&gt;&lt;td width="123" nowrap valign="bottom" style="width: 91.9pt; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: windowtext; border-bottom-color: windowtext; border-left-color: windowtext; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;cal &lt;i&gt;year&lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;td width="326" nowrap valign="bottom" style="width: 244.25pt; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-style: solid; border-bottom-color: windowtext; border-bottom-width: 1pt; border-right-style: solid; border-right-color: windowtext; border-right-width: 1pt; padding-top: 0in; padding-right: 5.4pt; padding-bottom: 0in; padding-left: 5.4pt; height: 14.6pt; "&gt; &lt;p class="MsoNormal" align="center" style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; line-height: normal; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center; "&gt;&lt;span style="font-family: Cambria, serif; color: black; "&gt;Display the calendar of the specified year (e.g. 1997)&lt;/span&gt;&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt;&lt;br&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin-top: 0in; margin-right: 0in; margin-bottom: 10pt; margin-left: 0in; line-height: 17px; font-size: 11pt; font-family: Calibri, sans-serif; "&gt; &lt;br&gt;&lt;/p&gt;&lt;/span&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-2284669133645639420?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/2284669133645639420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/02/basic-unix-commands.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/2284669133645639420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/2284669133645639420'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/02/basic-unix-commands.html' title='Basic Unix commands'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-7974709004986551303</id><published>2010-01-18T22:18:00.000+05:30</published><updated>2010-01-18T22:19:01.383+05:30</updated><title type='text'>WLST Script to enabe Log4j Logger on a weblogic server</title><content type='html'>&lt;div&gt;WebLogic logging services use an implementation based on the Java Logging APIs, by default. Using the LogMBean.isLog4jLoggingEnabled attribute, you can direct the logging services to use Log4j instead.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: rgb(51, 51, 51); "&gt;&lt;h1 style="background-color: rgb(128, 122, 115); color: rgb(255, 255, 255); font-family: &amp;#39;trebuchet ms&amp;#39;, verdana, sans-serif; font-size: 11px; font-weight: bold; text-align: left; padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 10px; margin-bottom: 0px; margin-top: 0px; "&gt; Posted by Unni&lt;span class="Apple-style-span" style="color: rgb(128, 128, 128); font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; font-style: italic; "&gt;# Start WLST&lt;/span&gt;&lt;/h1&gt;&lt;div class="syntax" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt; &lt;div class="python" style="font-family: monospace; "&gt;&lt;ol&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;C:\&amp;gt;java weblogic.&lt;span class="me1" style="color: black; "&gt;WLST&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;# connect Administration Server&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/offline&amp;gt; connect&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&amp;#39;uname&amp;#39;&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&amp;#39;password&amp;#39;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;# Start an edit session and navigating to the logging mbean for the server names myserver&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/serverConfig&amp;gt; edit&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/edit&amp;gt; startEdit&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/edit !&amp;gt; &lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&amp;quot;Servers/myserver/Log/myserver&amp;quot;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;# enable log4j&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/edit/Servers/myserver/Log/myserver !&amp;gt; cmo.&lt;span class="me1" style="color: black; "&gt;setLog4jLoggingEnabled&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;true&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;#save and activate the changes&lt;/span&gt;&lt;/div&gt;&lt;/li&gt; &lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt; &lt;div class="de2" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/edit/Servers/myserver/Log/myserver !&amp;gt; save&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt; &lt;div class="de1" style="font-family: &amp;#39;Courier New&amp;#39;, Courier, monospace; font-weight: normal; "&gt;wls:/mydomain/edit/Servers/myserver/Log/myserver !&amp;gt; activate&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Java Logging is the default for client and server-side logging; Log4j is available only for server-side and not client-side logging.&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-7974709004986551303?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/7974709004986551303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2010/01/wlst-script-to-enabe-log4j-logger-on.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7974709004986551303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7974709004986551303'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2010/01/wlst-script-to-enabe-log4j-logger-on.html' title='WLST Script to enabe Log4j Logger on a weblogic server'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-8314806512001633385</id><published>2009-12-07T10:04:00.003+05:30</published><updated>2009-12-07T10:45:06.889+05:30</updated><title type='text'>A Collection of SUN JVM Options</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;A Collection of JVM Options &lt;/b&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;compiled by: &lt;u&gt;Joseph D. Mocker&lt;/u&gt; (Sun Microsystems, Inc.)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://blogs.sun.com/watt/resource/jvm-options-list.html"&gt;http://blogs.sun.com/watt/resource/jvm-options-list.html&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span"  style="font-family:Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;This document is a compilation of all the JVM options for various versions of the JVM on primarily SPARC/Solaris Platform. The descriptions for each option are taken mostly verbatim from the reference documents&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://blogs.sun.com/watt/resource/jvm-options-list.html"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-8314806512001633385?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/8314806512001633385/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/collection-of-sun-jvm-options.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/8314806512001633385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/8314806512001633385'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/collection-of-sun-jvm-options.html' title='A Collection of SUN JVM Options'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-6774415932960712239</id><published>2009-12-07T09:56:00.002+05:30</published><updated>2009-12-18T08:09:48.372+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Xrs'/><category scheme='http://www.blogger.com/atom/ns#' term='JVM called WLS shutdown hook'/><title type='text'>BEA-000388 - JVM called WLS shutdown hook. The server will force  shutdown now</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:666592258; 	mso-list-type:hybrid; 	mso-list-template-ids:-378089152 1904101802 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} @list l1 	{mso-list-id:1232540265; 	mso-list-type:hybrid; 	mso-list-template-ids:1644315640 1904101802 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l1:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;Issue:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;The WLS shuts down with the similar errors in log files:&lt;/p&gt;  &lt;table class="MsoTableGrid" style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 65pt;"&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; width: 317.3pt; height: 65pt;" valign="top" width="423"&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:9pt;"&gt;&amp;lt;Apr 24,   2009 12:10:44 PM PDT&amp;gt; &amp;lt;Notice&amp;gt; &amp;lt;WebLogicServer&amp;gt;   &amp;lt;BEA-000388&amp;gt; &amp;lt;JVM called WLS shutdown hook. The server will force   shutdown now&amp;gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:9pt;"&gt;&amp;lt;Apr 24,   2009 12:10:44 PM PDT&amp;gt; &amp;lt;Alert&amp;gt; &amp;lt;WebLogicServer&amp;gt;   &amp;lt;BEA-000396&amp;gt; &amp;lt;Server shutdown has been requested by &amp;lt;WLS   Kernel&amp;gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:9pt;"&gt;&amp;lt;Apr 24,   2009 12:10:44 PM PDT&amp;gt; &amp;lt;Notice&amp;gt; &amp;lt;WebLogicServer&amp;gt;   &amp;lt;BEA-000365&amp;gt; &amp;lt;Server state changed to FORCE_SHUTTING_DOWN&amp;gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;Possible Cause and Solution:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;I have the following suggestion for you for the below error:&lt;/p&gt;  &lt;table class="MsoTableGrid" style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 25.75pt;"&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; width: 316.45pt; height: 25.75pt;" valign="top" width="422"&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:9pt;"&gt;&amp;lt;Apr 24,   2009 12:10:44 PM PDT&amp;gt; &amp;lt;Notice&amp;gt; &amp;lt;WebLogicServer&amp;gt;   &amp;lt;BEA-000388&amp;gt; &amp;lt;JVM called WLS shutdown hook. The server will force   shutdown now&amp;gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;1.) It seems like some component is sending the wrong signal to the JVM and this issue is occurring. JVM monitors and catches OS signals, like: CTRL +C event, Log off event, shutdown event.When JVM catches one of the stated above signals, it shutdowns all java processes. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Please try these possible solutions of this problem:&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Specify -Xrs parameter in the JAVA startup arguments and start the admin server&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style=""&gt;-Xrs&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style=""&gt;Note:&lt;/b&gt; -Xrs is a non-standard option developed by Sun Microsystems for their HotSpot JVM. BEA JRockit continues to support this option; however the BEA JRockit non-standard option -XnoHup provides the same functionality. -Xrs reduces usage of operating-system signals by the JVM. If the JVM is run as a service (for example, the servlet engine for a web server), it can receive CTRL_LOGOFF_EVENT but should not initiate shutdown since the operating system will not actually terminate the process. To avoid possible interference such as this, the -Xrs command-line option does not install a console control handler, implying that it does not watch for or process CTRL_C_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, or CTRL_SHUTDOWN_EVENT Operation.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;2.) If the issue recurs again even after trying the above option then can you please apply thefollowing JAVA_OPTION:&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Depending on the JVM version, it may be possible to get a thread dump before the process exits&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;HotSpot supports the command-line option &lt;b style=""&gt;-XX:+ShowMessageBoxOnError&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;The corresponding JRockit option is &lt;b style=""&gt;-Djrockit.waitonerror&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;While the JVM&amp;lt; goes down, it may prompt the user: "Do you want to debug the problem?"&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in;"&gt;&lt;span style="font-family:Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;This pauses the JVM, thereby creating an opportunity to generate a thread dump (a stack trace of every thread in the JVM), attach a debugger, or perform some other debugging activity.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-6774415932960712239?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/6774415932960712239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/bea-000388-jvm-called-wls-shutdown-hook.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6774415932960712239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6774415932960712239'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/bea-000388-jvm-called-wls-shutdown-hook.html' title='BEA-000388 - JVM called WLS shutdown hook. The server will force  shutdown now'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-6318626828651285117</id><published>2009-12-07T09:43:00.002+05:30</published><updated>2009-12-18T08:06:57.340+05:30</updated><title type='text'>Infinite loop in hasmap.put caused high CPU usage stuck threads</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-priority:99; 	color:blue; 	mso-themecolor:hyperlink; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1571846841; 	mso-list-type:hybrid; 	mso-list-template-ids:-1121525336 1954067100 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-start-at:0; 	mso-level-number-format:bullet; 	mso-level-text:-; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:"Calibri","sans-serif"; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;Issue:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Weblogic threads going into a hang/ locked / stuck state with the following stack trace in thread dumps:&lt;/p&gt;  &lt;table class="MsoTableGrid" style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr style="height: 261.05pt;"&gt;   &lt;td style="border: 1pt solid black; padding: 0in 5.4pt; width: 588.3pt; height: 261.05pt;" valign="top" width="784"&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="background: yellow none repeat scroll 0% 0%;  -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;font-size:7pt;"&gt;at   java/util/HashMap.put(HashMap.java:1657)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="background: yellow none repeat scroll 0% 0%;  -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   java/util/HashSet.add(HashSet.java:194)[inlined]&lt;/span&gt;&lt;span style="font-size:7pt;"&gt;&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/dgc/DGCServerImpl.addPhantomRef(DGCServerImpl.java:136)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef.getLocalRef(BasicServerRef.java:729)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef.getStubReference(BasicServerRef.java:709)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/cluster/ClusterableServerRef.getStubReference(ClusterableServerRef.java:193)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/OIDManager.getReplacement(OIDManager.java:172)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/utils/io/RemoteObjectReplacer.replaceRemote(RemoteObjectReplacer.java:123)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/utils/io/RemoteObjectReplacer.replaceObject(RemoteObjectReplacer.java:104)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/utils/io/InteropObjectReplacer.replaceObject(InteropObjectReplacer.java:62)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/utils/io/ChunkedObjectOutputStream.replaceObject(ChunkedObjectOutputStream.java:42)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/utils/io/ChunkedObjectOutputStream$NestedObjectOutputStream.replaceObject(ChunkedObjectOutputStream.java:151)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   java/io/ObjectOutputStream.writeObject0(ObjectOutputStream.java:1045)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at java/io/ObjectOutputStream.writeObject(ObjectOutputStream.java:302)[optimized]&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/jms/client/JMSConnectionFactory.writeExternal(JMSConnectionFactory.java:359)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   java/io/ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1310)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at java/io/ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1288)[inlined]&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   java/io/ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   java/io/ObjectOutputStream.writeObject(ObjectOutputStream.java:302)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at weblogic/rjvm/MsgAbbrevOutputStream.writeObject(MsgAbbrevOutputStream.java:614)&lt;/span&gt;&lt;/p&gt;    &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/utils/io/ChunkedObjectOutputStream.writeObject(ChunkedObjectOutputStream.java:73)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/jndi/internal/RootNamingNode_WLSkel.invoke(ILweblogic/rmi/spi/InboundRequest;Lweblogic/rmi/spi/OutboundResponse;Ljava/lang/Object;)Lweblogic/rmi/spi/OutboundResponse;(Unknown   Source)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef.invoke(BasicServerRef.java:553)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/cluster/ClusterableServerRef.invoke(ClusterableServerRef.java:224)&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef$1.run(BasicServerRef.java:443)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/security/service/SecurityManager.runAs(SecurityManager.java:147)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef.handleRequest(BasicServerRef.java:439)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef.access$300(BasicServerRef.java:61)[inlined]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/rmi/internal/BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:983)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/work/ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"&gt;&lt;span style="font-size:7pt;"&gt;&lt;span style=""&gt;                        &lt;/span&gt;at   weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)[optimized]&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;Explanation:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph" style="text-indent: -0.25in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;-&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;This issue is a resultant of a Hashmap.put() going into a recursive loop causing the weblogic thread going into a stuck state and eventually causing the CPU utilization for the process to increase resulting in an unresponsive &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&lt;u&gt;Solution:&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;-&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Oracle forums say that this to be BUG in the weblogic server, and has released a patch for the same&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="text-indent: -0.25in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;-&lt;span style="Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal;  line-height: normal; font-size-adjust: none; font-stretch: normal;font-family:&amp;quot;;font-size:7pt;"&gt;          &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;To get a fix for this issue: Open a support ticket with support along with the latest thread dumps so that they can diagnose the issue and provide relevant fixes&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-6318626828651285117?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/6318626828651285117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/infinite-loop-in-hasmapput-caused-high.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6318626828651285117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6318626828651285117'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/infinite-loop-in-hasmapput-caused-high.html' title='Infinite loop in hasmap.put caused high CPU usage stuck threads'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-3301412622531963436</id><published>2009-12-07T09:18:00.001+05:30</published><updated>2009-12-07T09:18:58.349+05:30</updated><title type='text'> &lt; Reached maximum capacity of pool "MyPoolDS", making  "0" new resource instances instead of "10".&gt;</title><content type='html'>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CUnni%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:0in; 	margin-left:.5in; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:.5in; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1910189491; 	mso-list-type:hybrid; 	mso-list-template-ids:-907123400 67698703 67698689 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} @list l0:level1 	{mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in;} @list l0:level2 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-.25in; 	font-family:Symbol;} @list l0:level3 	{mso-level-number-format:roman-lower; 	mso-level-tab-stop:none; 	mso-level-number-position:right; 	text-indent:-9.0pt;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&gt; &lt;/style&gt;  &lt;p class="MsoNormal"&gt;What to do when you see a similar message in weblogic server logs:&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;&amp;lt;BEA-000627&amp;gt; &amp;lt; Reached maximum capacity of pool &amp;quot;MyPoolDS&amp;quot;, making &amp;quot;0&amp;quot; new resource instances instead of &amp;quot;10&amp;quot;.&amp;gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b style=""&gt;Suggestions:&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;1.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;What is the right thing to after Reached maximum capacity of pool?&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;You can get this message, in many scenarios&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                               &lt;/span&gt;i.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When the number of connections configured for the connection pool using MaxCapacity is not sufficient for the application use. In this case, it is suggested to increase the no: of connections.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                             &lt;/span&gt;ii.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When there is no available thread to get the connection. As a thumb rule, it is always recommended to keep the execute thread size equal to the max number of connection.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;2.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;You can tune the 'InactiveConnectionTimeoutSeconds' parameter:&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt; &lt;/span&gt;InactiveConnectionTimeoutSeconds refers to the number of inactive seconds on a reserved connection before Weblogic Server reclaims the connection and releases it back into the connection pool.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;You can use the Inactive Connection Timeout feature to reclaim leaked connections - connections that were not explicitly closed by the application. Note that this feature is not intended to be used in place of properly closing connections.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When set to 0, the feature is disabled&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;&lt;span style=""&gt;·&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;In addition to all the above information, it is always recommended to follow the following settings for your connection pool in your production environment to improve performance:&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                               &lt;/span&gt;i.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;set &amp;lt;InitialCapacity&amp;gt; = &amp;lt;MaxCapacity&amp;gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                             &lt;/span&gt;ii.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;This will ensure that all connections are opened during Weblogic Server start. As creation of a physical database connection is very expensive, all needed connections should be opened immediately and kept open&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                            &lt;/span&gt;iii.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;disable shrinking by setting &amp;lt;ShrinkingEnabled&amp;gt; to false&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                           &lt;/span&gt;iv.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;As mentioned above, creation of physical database connections is expensive, connections should be established once and kept during the complete lifetime of the Weblogic Server instance&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                             &lt;/span&gt;v.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Set &amp;lt;TestConnectionsOnReserve&amp;gt; to true, this will ensure that connections are tested before they go to the application and are reopened if needed set &amp;lt;TestConnectionsOnRelease&amp;gt; to false.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                           &lt;/span&gt;vi.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;As connection testing is an overhead that should be avoided where possible, connection testing for connections that an application gives back to the pool is an unnecessary effort. As long as connections are tested during a getConnection, this is not needed.&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="margin-left: 1.5in; text-indent: -1.5in;"&gt;&lt;span style=""&gt;&lt;span style=""&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;                                                          &lt;/span&gt;vii.&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Using 'TestConnectionsOnReserve' and 'TestConnectionsOnRelease' may have an impact on performance.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-3301412622531963436?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/3301412622531963436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/what-to-do-when-you-see-similar-message.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3301412622531963436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/3301412622531963436'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/what-to-do-when-you-see-similar-message.html' title='&lt;BEA-000627&gt; &lt; Reached maximum capacity of pool &quot;MyPoolDS&quot;, making  &quot;0&quot; new resource instances instead of &quot;10&quot;.&gt;'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-8478861297592497845</id><published>2009-12-06T03:40:00.002+05:30</published><updated>2009-12-18T08:11:16.231+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='deployment'/><title type='text'>Weblogic side by side deployment</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;span style="font-family:Arial, Helvetica, sans-serif;font-size:12px;color:rgb(65, 65, 65);line-height:19px"&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt; Weblogic Server supports a nice feature called side-by-side deployment (or versioned deployment). This function is extremely usefull when you need to deploy a new version of an application and still keep the old one up and running. So the running instances will still use the current version and all new instances will be able to invoke the new deployed version of the application.&lt;br /&gt;  As soon as all the sessions who're using the old version of the application are expired, Weblogic will recognize it and will deactivate the old version. So at this moment only the new deployed version is active and all new sessions will make us of it.&lt;/p&gt;  &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;So how does this work.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;  You could either use wlst to deploy the application and specifiy the versionnumber on deployment as one of the parameters or you can use the manifest.mf file. We'll be using the last one.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Create a webservice project&lt;/li&gt;  &lt;li&gt;Edit to manifest file located in WebContent &amp;gt; META-INF and add the next on a new row : 'WebLogic-Application-Version: v1′&lt;br /&gt;&lt;img src="http://eelzinga.files.wordpress.com/2009/08/manifest.png?w=400&amp;amp;h=100" alt="manifest" title="manifest" width="400" height="100" style="border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;display:block;margin-left:auto;margin-right:auto"&gt;&lt;/li&gt;  &lt;li&gt;Package the service and deploy it in the console&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt; &lt;strong&gt;Deployment&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Go to the Weblogic Console &amp;gt; Deployments. Click 'Lock &amp;amp; Edit' and in the deployments part click Install&lt;/li&gt;&lt;li&gt;Select the just created archive&lt;br /&gt;&lt;img src="http://eelzinga.files.wordpress.com/2009/08/install-1.png?w=454&amp;amp;h=93" alt="install-1" title="install-1" width="454" height="93" style="border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;display:block;margin-left:auto;margin-right:auto"&gt;&lt;/li&gt;  &lt;li&gt;Install this deployment as an application&lt;/li&gt;&lt;li&gt;Optional Settings. And in here we will see the 'Archive Version' of our application. Change the name to 'MyService' and leave the rest on default value&lt;br /&gt;&lt;img src="http://eelzinga.files.wordpress.com/2009/08/install-2.png?w=455&amp;amp;h=174" alt="install-2" title="install-2" width="455" height="174" style="border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;display:block;margin-left:auto;margin-right:auto"&gt;&lt;/li&gt;  &lt;/ol&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;If you look in the list of deployments we will see our application is labeled with a version indication (v1).&lt;br /&gt;  &lt;img src="http://eelzinga.files.wordpress.com/2009/08/deployment1.png?w=455&amp;amp;h=35" alt="deployment1" title="deployment1" width="455" height="35" style="margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;display:block"&gt;&lt;br /&gt;  The current version is still active.&lt;/p&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;Now create a new version of the application and change the v1 in the manifest file to v2, and package it.&lt;/p&gt;  &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;&lt;b&gt;Update Deployment&lt;/b&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Go to the Weblogic Console &amp;gt; Deployments. Click 'Lock &amp;amp; Edit', select the application we want to update (MyService) and in the deployments part click Update&lt;/li&gt;  &lt;li&gt;Click Change Path of the source path and select the just created archive (v2), the application will be deployed as version v2&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;  If we now look in the list of deployments, we will see 2 versions of our application deployed.&lt;br /&gt;&lt;img src="http://eelzinga.files.wordpress.com/2009/08/deployment2.png?w=455&amp;amp;h=27" alt="deployment2" title="deployment2" width="455" height="27" style="margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;display:block"&gt;&lt;/p&gt;  &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;Version v1 gets status 'Retired' and the new version v2 will get status 'Active'.&lt;/p&gt;  &lt;p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:18px;padding-left:0px"&gt;&lt;b&gt;Running instances&lt;/b&gt;&lt;br /&gt;We have the next scenarios&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Version v1 is deployed. Deploy version v2. The new version v2 will get status 'Active' and the old version v1 will get status 'Retired'.&lt;br /&gt;Since there aren't any open sessions Weblogic will recognize this and changed the status of the version v1&lt;/li&gt;  &lt;li&gt;Version v1 is deployed and has open sessions. Deploy version v2. The new version v2 will get status 'Active' and the old version v1 will stay on status 'Active' untill all sessions to it will be closes. After that, Weblogic will change the status to 'Retired' and the only 'Active' version will be v2&lt;/li&gt;  &lt;/ol&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;font color="#414141" face="Arial, Helvetica, sans-serif" size="3"&gt;&lt;span style="font-size:12px;line-height:19px"&gt;Text borrowed from:&lt;/span&gt;&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font color="#414141" face="Arial, Helvetica, sans-serif" size="3"&gt;&lt;span style="font-size:12px;line-height:19px"&gt;- Eric Elzinga&amp;#39;s blog (&lt;span style="color:rgb(0, 0, 0);font-family:arial;font-size:small;line-height:normal"&gt;&lt;a href="http://eelzinga.wordpress.com/" target="_blank"&gt;http://eelzinga.wordpress.com/&lt;/a&gt;&lt;span style="font-family:Arial, Helvetica, sans-serif;font-size:12px;color:rgb(65, 65, 65);line-height:19px"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;  &lt;div&gt;&lt;font color="#414141" face="Arial, Helvetica, sans-serif" size="3"&gt;&lt;span style="font-size:12px;line-height:19px"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color="#414141" face="Arial, Helvetica, sans-serif" size="3"&gt;&lt;span style="font-size:12px;line-height:19px"&gt;A video tutorial on:&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;  &lt;div&gt;&lt;font color="#414141" face="Arial, Helvetica, sans-serif" size="3"&gt;&lt;span style="font-size:12px;line-height:19px"&gt;- &lt;span style="color:rgb(0, 0, 0);font-family:arial;font-size:small;line-height:normal"&gt;&lt;a href="http://download.oracle.com/otn_hosted_doc/wls/redeployment/wls-side-by-side-non-annotation_viewlet_swf.html" target="_blank"&gt;http://download.oracle.com/otn_hosted_doc/wls/redeployment/wls-side-by-side-non-annotation_viewlet_swf.html&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-8478861297592497845?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/8478861297592497845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/weblogic-side-by-side-deployment.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/8478861297592497845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/8478861297592497845'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/12/weblogic-side-by-side-deployment.html' title='Weblogic side by side deployment'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5179672653353088900</id><published>2009-10-04T15:48:00.004+05:30</published><updated>2009-12-18T08:12:32.700+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><title type='text'>Offline WLST script to create domain in WLS 11gR1</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;---&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   font-family:verdana;font-size:11px;"&gt;&lt;h1 style="color: rgb(255, 255, 255); font-family: 'trebuchet ms', verdana, sans-serif; font-weight: bold; text-align: left; padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 10px; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;Posted by Unni on Sun 4 Oct 11:15&lt;br /&gt;&lt;/span&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=f1707afdf" title="download file" style="font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline; font-weight: bold; color: white; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;download&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;div class="syntax"  style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- background-position: initial initial; color:white;"&gt;&lt;div class="python"  style=" ;font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# This is an Offline  WLST script to create a WLS 10.3.1 (Oracle Weblogic Server 11gR1) Domain&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;#&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Domain consists of:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# 1. Admin Server&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# 2. Two Managed Servers&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# 3. A Cluster with Two Managed Server&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# 4. An application deployed to the cluster&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Read a domain template&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Reading Template - D:/Oracle/11gR1/one/wlserver_10.3/common/templates/domains/wls.jar'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;readTemplate&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'D:/Oracle/11gR1/one/wlserver_10.3/common/templates/domains/wls.jar'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Admin Server&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Creating Server - Admin Server'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Servers/AdminServer'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenAddress'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;,&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'localhost'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenPort'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;7001&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;create&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'AdminServer'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;,&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'SSL'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'SSL/AdminServer'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Enabled'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'True'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenPort'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;7002&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Security&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Creating Password'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'/'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Security/base_domain/User/weblogic'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cmo.&lt;/span&gt;&lt;span class="me1"  style=" ;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setPassword&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'welcome1'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Start Up&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Setting StartUp Options'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setOption&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'CreateStartMenu'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'false'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setOption&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ServerStartMode'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'dev'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setOption&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'JavaHome'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;,&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'D:/Oracle/11gR1/one/jrockit_160_05_R27.6.2-20'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setOption&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'OverwriteDomain'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'true'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Create Domain to File System&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Writing Domain To File System'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;writeDomain&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'D:/Oracle/11gR1/one/user_projects/domains/OfflineDomain_WLST'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;closeTemplate&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Read the Created Domain&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Reading the Domain from In Offline Mode'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;readDomain&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'D:/Oracle/11gR1/one/user_projects/domains/OfflineDomain_WLST'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Creating Managed Servers&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Creating Server - MS1 on Port # 8001'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'/'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;create&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'MS1'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Server'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1"  style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Server/MS1'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenPort'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;8001&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenAddress'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'localhost'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Creating Server - MS2 on Port # 8011'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'/'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;create&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'MS2'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Server'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Server/MS2'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenPort'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;8011&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'ListenAddress'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'localhost'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Create and configure a cluster and assign the Managed Servers to that cluster.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Creating Cluster - WLSTCluster and adding MS1, MS2'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'/'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;create&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'WLSTCluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Cluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;assign&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Server'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'MS1,MS2'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;,&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Cluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;,&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'WLSTCluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" style=" font-weight: normal; font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Cluster/WLSTCluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'MulticastAddress'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'237.0.0.101'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'MulticastPort'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;8050&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;set&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'WeblogicPluginEnabled'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'true'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Create a new application deployment - Deployment Archive : "d:/Lou/VersionInfo.war"&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Deploying application named VersionInfo from d:&lt;/span&gt;&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;\L&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;ou&lt;/span&gt;&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;\V&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;ersionInfo.war'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'/'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;myApp=create&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'VersionInfo'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'AppDeployment'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;myApp.&lt;/span&gt;&lt;span class="me1"  style=" ;color:black;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;setSourcePath&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'d:/Lou/VersionInfo.war'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;assign&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'AppDeployment'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'VersionInfo'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Target'&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;, &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'WLSTCluster'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# updating the changes&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Finalizing the changes'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;updateDomain&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;closeDomain&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Exiting&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style="font-family: 'Courier New', Courier, monospace; font-weight: normal; "&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;print&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;'Exiting...'&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style=" font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;exit&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102); "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style="font-family: 'Courier New', Courier, monospace; font-weight: normal; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(255, 255, 255); background-position: initial initial; "&gt;&lt;div class="de1" style="font-family: 'Courier New', Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Code written by:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: rgb(248, 248, 248); background-position: initial initial; "&gt;&lt;div class="de2" style="font-family: 'Courier New', Courier, monospace; font-weight: normal; "&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic; "&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;# Unnikrishnan Pillai&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;---&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5179672653353088900?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5179672653353088900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/10/offline-wlst-script-to-create-domain-in.html#comment-form' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5179672653353088900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5179672653353088900'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/10/offline-wlst-script-to-create-domain-in.html' title='Offline WLST script to create domain in WLS 11gR1'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-1090874255646483836</id><published>2009-07-08T18:09:00.003+05:30</published><updated>2009-07-08T18:20:21.760+05:30</updated><title type='text'>WLST on Weblogic 8.1</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 19px; font-family:Verdana;font-size:13px;"&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;This posting is a reply to the below query which was asked to me sometime back by one of my virtual friends (Karoly Nador).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;In WLS 9.0 onwards WLST in inbuild with weblogc.jar, but for WLS 8.1 you would need use the jython.jar and wlst.jar files in order to run WLST.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Download link : &lt;a href="http://www.4shared.com/file/116721496/8c3533ea/WLST_WLS_81.html"&gt;http://www.4shared.com/file/116721496/8c3533ea/WLST_WLS_81.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;You will have to add both these files in the beginning of the CLASSPATH varibale in setWLSenv.cmd/.sh&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Eg: set CLASSPATH=C:\Installer\wlst_v62\jython.jar;C:\Installer\wlst_v62\wlst.jar;C:\Installer\wlstExplorer\wlstExplorer.jar;%WEBLOGIC_CLASSPATH%;%CLASSPATH%&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;How to run:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;1. Open a new command window&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;2. Run the 'setWLSenv.cmd/.sh' script to set the enviroment variables&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;3. invoke WLST in interavtive mode using the follwowing command : 'java weblogic.WLST'&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;---------- Forwarded message ----------&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;From: Karoly Nador(xxx@googlemail.com);&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Date: Wed, Jul 8, 2009 at 2:04 PM&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Subject: Wlst.jar for Weblogic 8.1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;To: unni@unnikrishnanpillai.tk&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Hi Unni,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;i read your blog, and you make a really good job. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;We would solve many of our problems, if we would use the wlst utility, but i can't find it for the Weblogic 8.1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;We use PeopleSoft 8.48, and with this is weblogic 8.1 delivered. The old bea-Sites are down, from there i can't download it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Do you have any idea, where can i download it? &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;&lt;span class="Apple-style-span"  style=" ;font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Thanks in advance.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 102, 255);  font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 102, 255);  font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Best regards from Germany&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color: rgb(51, 102, 255);  font-size:10px;"&gt;&lt;span class="Apple-style-span"  style=" ;font-family:'trebuchet ms';"&gt;Karoly Nador&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-1090874255646483836?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/1090874255646483836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/07/wlst-on-weblogic-81_08.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/1090874255646483836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/1090874255646483836'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/07/wlst-on-weblogic-81_08.html' title='WLST on Weblogic 8.1'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-2813460428689190289</id><published>2009-04-17T06:22:00.006+05:30</published><updated>2009-04-17T06:39:06.433+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='logging'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>WLST script to change logging setting for all server in the domain</title><content type='html'>A continuation of previous post … with a logic which would make changes to all the servers in the domain&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);font-family:verdana;font-size:11;"&gt;&lt;h1 style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-family: 'trebuchet ms',verdana,sans-serif; font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);"&gt;Written by Unni on Fri 17 Apr 06:30(IST)&lt;br /&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=m6b1f16f8" title="download file" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;download&lt;/a&gt;&lt;/h1&gt;&lt;div class="syntax"  style=";color:black;"&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'t3://localhost:7001'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;edit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;startEdit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;svrs = adminHome.&lt;span class="me1"  style="color:black;"&gt;getMBeansByType&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Server'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;for&lt;/span&gt; s &lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;in&lt;/span&gt; svrs:&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;   name = s.&lt;span class="me1"  style="color:black;"&gt;getName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;        &lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;   cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/Servers/'&lt;/span&gt; + name + &lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/Log/'&lt;/span&gt; + name&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setNumberOfFilesLimited&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;true&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setFileCount&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;100&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setDomainLogBroadcastSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Warning'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setMemoryBufferSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Warning'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setLogFileSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Warning'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;   cmo.&lt;span class="me1"  style="color:black;"&gt;setStdoutSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Warning'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;activate&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;disconnect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color: rgb(102, 204, 102);font-family:'Courier New';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Time to sleep... Gud Nite :)&lt;/div&gt;&lt;div&gt;Unni&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-2813460428689190289?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/2813460428689190289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/wlst-script-to-change-logging-setting_17.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/2813460428689190289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/2813460428689190289'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/wlst-script-to-change-logging-setting_17.html' title='WLST script to change logging setting for all server in the domain'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5963935589012620201</id><published>2009-04-16T06:38:00.008+05:30</published><updated>2009-04-17T06:31:44.928+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='logging'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>WLST script to change logging setting for AdminServer</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:'Times New Roman';"&gt;&lt;div   style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;font-family:Georgia,serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;font-size:13;"  &gt;This posting answers the questions asked in &lt;a href="http://forums.oracle.com/forums/thread.jspa?forumID=570&amp;amp;threadID=886625" style="color: rgb(102, 102, 153);"&gt;http://forums.oracle.com/forums/thread.jspa?forumID=570&amp;amp;threadID=886625&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;font-size:13;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;font-size:13;"  &gt;&lt;span class="Apple-style-span" style="line-height: normal;font-family:verdana;font-size:11;"  &gt;&lt;h1 style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-family: 'trebuchet ms',verdana,sans-serif; font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);"&gt;Written by Unni on Thu 16 Apr 18:55(IST)&lt;br /&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=dd1ff5d9" title="download file" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: white;"&gt;download&lt;/a&gt;&lt;/h1&gt;&lt;div class="syntax" style=""&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Connectting to Admin Server'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'t3://localhost:7001'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Stating a New Edit Session'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;edit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;startEdit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Navigating to Servers/AdminServer/Log/AdminServer MBean'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/Servers/AdminServer/Log/AdminServer'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting NumberOfFilesLimited to true'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setNumberOfFilesLimited&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;true&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting FileCount to 10'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setFileCount&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;10&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting DomainLogBroadcastSeverity to Critical'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setDomainLogBroadcastSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Critical'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting MemoryBufferSeverity to Critical'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setMemoryBufferSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Critical'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting LogFileSeverity to Info'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setLogFileSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Info'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-weight: normal; font-family: 'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting StdoutSeverity to Error'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setStdoutSeverity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Error'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt; --- &lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New', Courier, monospace" style="font-weight: normal;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Navigating to Servers/AdminServer/WebServer/AdminServer/WebServerLog/AdminServer&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/Servers/AdminServer/WebServer/AdminServer/WebServerLog/AdminServer'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New', Courier, monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting NumberOfFilesLimited to true'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setNumberOfFilesLimited&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;true&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New', Courier, monospace" style="font-weight: normal;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Setting FileCount to 10&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setFileCount&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;15&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Activate changes to the Domin Cofiguration&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;activate&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Disconnect from Admin Server&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;disconnect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Exiting WLST&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt;exit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;font-size:13;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;font-size:13;"  &gt;Cheers :)&lt;br /&gt;Unni&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5963935589012620201?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5963935589012620201/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/wlst-script-to-change-logging-setting.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5963935589012620201'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5963935589012620201'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/wlst-script-to-change-logging-setting.html' title='WLST script to change logging setting for AdminServer'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-5253253917419835013</id><published>2009-04-02T18:39:00.001+05:30</published><updated>2009-04-02T18:41:26.327+05:30</updated><title type='text'>A Motivational Quote - A Carrot, An Egg, &amp; a Cup of Coffee - Reflections of True meaning of Life</title><content type='html'>&lt;h3 style="TEXT-ALIGN: center" align="center"&gt;&lt;a name="coffee"&gt;&lt;span style=" ;font-family:'Copperplate Gothic Light','sans-serif';color:#993366;"&gt;A  Carrot, An Egg, &amp;amp; a Cup of Coffee-&lt;/span&gt;&lt;/a&gt;&lt;span style=" ;font-family:'Copperplate Gothic Light','sans-serif';color:#993366;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt; &lt;h3 style="TEXT-ALIGN: center" align="center"&gt;&lt;b&gt;&lt;span style=" ;font-family:'Copperplate Gothic Light','sans-serif';color:#993366;"&gt;Reflections  of True meaning of Life &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="  ;font-family:'Copperplate Gothic Light','sans-serif';font-size:13.5pt;color:#993366;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/h3&gt; &lt;p style="TEXT-ALIGN: center" align="center"&gt;&lt;i&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;                                                 &lt;/span&gt;&lt;/i&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;A  young woman went to her mother and told her about her life and how things were  so hard for her. She did not know how she was going to make it and wanted to  give up, She was tired of fighting and struggling. It seemed as one problem was  solved, a new one arose.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Her  mother took her to the kitchen. She filled three pots with water and placed each  on a high fire. Soon the pots came to boil. In the first she placed carrots, in  the second she placed eggs, and in the last she placed ground coffee beans. She  let them sit and boil; without saying a word.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;In  about twenty minutes she turned off the burners. She fished the carrots out and  placed them in a bowl. She pulled the eggs out and placed them in a bowl. Then  she ladled the coffee out and placed it in a bowl. Turning to her daughter, she  asked, ' Tell me what you see.'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;'Carrots,  eggs, and coffee,' she replied.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Her  mother brought her closer and asked her to feel the carrots. She did and noted  that they were soft. The mother then asked the daughter to take an egg and break  it. After pulling off the shell, she observed the hard boiled  egg.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Finally,  the mother asked the daughter to sip the coffee. The daughter smiled as she  tasted its rich aroma. The daughter then asked, 'What does it mean,  mother?'&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Her  mother explained that each of these objects had faced the same adversity:  boiling water. Each reacted differently. The carrot went in strong, hard, and  unrelenting. However, after being subjected to the boiling water, it softened  and became weak. The egg had been fragile. Its thin outer shell had protected  its liquid interior, but after sitting through the boiling water, its inside  became hardened. The ground coffee beans were unique, however. After they were  in the boiling water, they had changed the water.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;'Which  are you?' she asked her daughter. 'When adversity knocks on your door, how do  you respond? Are you a carrot, an egg or a coffee bean?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Think  of this: Which am I? Am I the carrot that seems strong, but with pain and  adversity do I wilt and become soft and lose my strength?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Am  I the egg that starts with a malleable heart, but changes with the heat? Did I  have a fluid spirit, but after a death, a breakup, a financial hardship or some  other trial, have I become hardened and stiff? Does my shell look the same, but  on the inside am I bitter and tough with a stiff spirit and hardened  heart?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Or  am I like the coffee bean? The bean actually changes the hot water, the very  circumstance that brings the pain. When the water gets hot, it releases the  fragrance and flavor. If you are like the bean, when things are at their worst,  you get better and change the situation around you. When the hour is the darkest  and trials are their greatest do you elevate yourself to another level? How do  you handle adversity? &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="TEXT-ALIGN: center" align="center"&gt;&lt;b&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;Are  you a carrot, an egg or a coffee bean?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="  ;font-family:'Verdana','sans-serif';font-size:10pt;color:#993366;"&gt;The  happiest of people don't necessarily have the best of everything; they just make  the most of everything that comes along their way. The brightest future will  always be based on a forgotten past; you can't go forward in life until you let  go of your past failures and heartaches.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="TEXT-ALIGN: right" align="right"&gt;&lt;span style="  ;font-family:'Arial','sans-serif';font-size:10pt;color:windowtext;"&gt;              -Author Unknown&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal"&gt;&lt;span style="  ;font-family:'Trebuchet MS','sans-serif';font-size:10pt;color:teal;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-5253253917419835013?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/5253253917419835013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/carrot-egg-cup-of-coffee-reflections-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5253253917419835013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/5253253917419835013'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/04/carrot-egg-cup-of-coffee-reflections-of.html' title='A Motivational Quote - A Carrot, An Egg, &amp; a Cup of Coffee - Reflections of True meaning of Life'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-4169709051413936280</id><published>2009-03-02T19:35:00.003+05:30</published><updated>2009-04-17T06:32:26.666+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='data source'/><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='multi data source'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>Multi Data Source using WLST</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;A multi data source can be thought of as a pool of data sources. Multi data sources are best used for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;failover&lt;/span&gt; or load balancing between nodes of a highly available database system, such as redundant databases or Oracle Real Application Clusters (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;RAC&lt;/span&gt;).&lt;br /&gt;&lt;/span&gt; &lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Note that multi data sources do not provide any synchronization between databases. It is assumed that database synchronization is handled properly outside of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;WebLogic&lt;/span&gt; Server so that data integrity is maintained.&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;All data sources used by a multi data source to satisfy connection requests must be deployed on the same servers and clusters as the multi data source. A multi data source always uses a data source deployed on the same server to satisfy connection requests. Multi data sources do not route connection requests to other servers in a cluster or in a domain.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;This script creates a Multi &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Datasource&lt;/span&gt; (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;MDS&lt;/span&gt;1) with two &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;DataSources&lt;/span&gt; (&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;DS&lt;/span&gt;1 and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;DS&lt;/span&gt;2) and deploys it to a server '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;AdminServer&lt;/span&gt;'.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51);font-family:verdana;font-size:11;"  &gt;&lt;h1   style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);font-family:'trebuchet ms',verdana,sans-serif;font-size:11px;"&gt;Written by &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Unni&lt;/span&gt; on Mon 2 Mar 13:48&lt;br /&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=f22ef7bb3"&gt;download&lt;/a&gt;&lt;/h1&gt;&lt;div class="syntax"  style=";color:white;"&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# File name: &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;MDS&lt;/span&gt;-Create.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;py&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# This python program would create a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;MultiDataSource&lt;/span&gt; - '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# and adds two &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;datasources&lt;/span&gt; -'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;DS&lt;/span&gt;1' and '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;DS&lt;/span&gt;2'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# and targets its to a Server - '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;AdminServer&lt;/span&gt;'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Please change the code as per your environment and needs&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;weblogic&lt;/span&gt;'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;weblogic&lt;/span&gt;'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'t3://localhost:7001'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;edit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;startEdit&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# creates a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;MultiDataSource&lt;/span&gt; named ‘&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;MDS&lt;/span&gt;1’&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;cmo&lt;/span&gt;.&lt;span class="me1"  style="color:black;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;createJDBCSystemResource&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;JDBCSystemResources&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;MDS&lt;/span&gt;1/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;JDBCResource&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;cmo&lt;/span&gt;.&lt;span class="me1"  style="color:black;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;setName&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;JDBCSystemResources&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;MDS&lt;/span&gt;1/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;JDBCResource&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;MDS&lt;/span&gt;1/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;JDBCDataSourceParams&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# sets the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;JNDI&lt;/span&gt; name of the multi &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;datasource&lt;/span&gt; to '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0);"&gt;set&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;JNDINames&lt;/span&gt;'&lt;/span&gt;,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;jarray&lt;/span&gt;.&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;array&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;String&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, String&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# sets the algorithm type to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;failover&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Refer this link for valid values&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# http://edocs.bea.com/wls/docs100/wlsmbeanref/mbeans/JDBCDataSourceParamsBean.html#AlgorithmType&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;cmo&lt;/span&gt;.&lt;span class="me1"  style="color:black;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;setAlgorithmType&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;Failover&lt;/span&gt;'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# IMPORTANT -&gt; Adds two &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;datasources&lt;/span&gt; '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;DS&lt;/span&gt;1' and '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;DS&lt;/span&gt;2'  to the multi &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_55"&gt;datasource&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_56"&gt;cmo&lt;/span&gt;.&lt;span class="me1"  style="color:black;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_57"&gt;setDataSourceList&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_58"&gt;DS&lt;/span&gt;1,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_59"&gt;DS&lt;/span&gt;2'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_60"&gt;cd&lt;/span&gt;&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_61"&gt;JDBCSystemResources&lt;/span&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_62"&gt;MDS&lt;/span&gt;1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# targets the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_63"&gt;MDS&lt;/span&gt; Server - '&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_64"&gt;AdminServer&lt;/span&gt;'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style="font-weight: normal;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0);"&gt;set&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Targets'&lt;/span&gt;,&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_65"&gt;jarray&lt;/span&gt;.&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;array&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_66"&gt;ObjectName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'com.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_67"&gt;bea&lt;/span&gt;:Name=&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_68"&gt;AdminServer&lt;/span&gt;,Type=Server'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_69"&gt;ObjectName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;activate&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Exiting...'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;exit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style="font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Code written by:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Unnikrishnan Pillai&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Hope this helps :)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); line-height: 19px;font-family:Verdana;" &gt;&lt;div&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="Apple-style-span"  style="font-size:16;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Unni&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="text-decoration: underline; border-collapse: collapse; color: rgb(51, 102, 204); font-weight: bold;font-family:arial;" &gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204);"&gt;unni@unnikrishnanpillai.tk&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-4169709051413936280?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/4169709051413936280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/03/multi-data-source-using-wlst.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/4169709051413936280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/4169709051413936280'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/03/multi-data-source-using-wlst.html' title='Multi Data Source using WLST'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-6937114873967415308</id><published>2009-02-22T00:07:00.003+05:30</published><updated>2009-02-22T01:22:40.929+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='WebAppComponentRuntimeMBean'/><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>Session Counts using WLST</title><content type='html'>Someone asked me this question few days back:&lt;br /&gt;Is there a way to find out the number of http sessions using WLST? I can query this information by clicking on Deployments and then clicking on Monitoring tab in Admin console.&lt;br /&gt;&lt;br /&gt;Here's the answer:&lt;br /&gt;&lt;br /&gt;There is a MBEAN in the '&lt;b style="color: rgb(0, 153, 0);"&gt;RunTimeMbeans&lt;/b&gt;' named '&lt;b style="color: rgb(0, 153, 0);"&gt;WebAppComponentRuntimeMBean&lt;/b&gt;', which has these three attributes for retrieving session count related info:&lt;br /&gt;&lt;br /&gt;&lt;b style="color: rgb(0, 153, 0);"&gt;OpenSessionsCurrentCount:&lt;/b&gt; Provides a count of the current total number of open sessions in this module.&lt;br /&gt;&lt;b style="color: rgb(0, 153, 0);"&gt;SessionsOpenedTotalCount:&lt;/b&gt; Provides a count of the total number of sessions opened.&lt;br /&gt;&lt;b style="color: rgb(0, 153, 0);"&gt;OpenSessionsHighCount:&lt;/b&gt; Provides the high water mark of the total number of open sessions in this server.This count starts at zero each time the server is activated.&lt;br /&gt;-&lt;br /&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate; color: rgb(51, 51, 51);   font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:11px;"&gt;&lt;h1 style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-family: 'trebuchet ms',verdana,sans-serif; font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);"&gt; Written by Unni on Sat 21 Feb 18:27 (IST)&lt;br /&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=5991635234376407970&amp;amp;postID=6937114873967415308#" onclick="showSpamForm()" title="report spam" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;&lt;/a&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=d76cad19c" title="download file" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;download&lt;/a&gt;&lt;a href="http://www.blogger.com/" title="make new post" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;&lt;/a&gt;&lt;/h1&gt; &lt;div class="syntax"  style="background-;color:black;"&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# File Name : 'SessionCount.py'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Set the enviroment using 'setDomainEnv.cmd/sh'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Run the script using this command;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# java weblogic.WLST SessionCount.py&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Here - 'inmemrep' is the name of the app ; 'AdminServer' is the name of the server on which the app is deployed&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Start of script...'&lt;/span&gt;&lt;/div&gt;&lt;/li&gt; &lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'t3://localhost:7001'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;serverRuntime&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/ApplicationRuntimes/inmemrep/ComponentRuntimes/AdminServer_/inmemrep'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;n = get&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Name'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;x = get&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'OpenSessionsHighCount'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;y = get&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'OpenSessionsCurrentCount'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;z = get&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'SessionsOpenedTotalCount'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Session Counts for '&lt;/span&gt;,n&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;------------'&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;OpenSessionsHighCount: '&lt;/span&gt;,x&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;OpenSessionsCurrentCount: '&lt;/span&gt;,y&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'&lt;span class="es0" style="color: rgb(0, 0, 153); font-weight: bold;"&gt;\n&lt;/span&gt;SessionsOpenedTotalCount: '&lt;/span&gt;,z&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'End of script...'&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Code written by:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Unnikrishnan Pillai,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Engineer,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Oracle Global Support&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt; &lt;/div&gt;&lt;/span&gt;&lt;br /&gt;Signing off...&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate; color: rgb(51, 51, 51);   font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:Verdana;font-size:13px;"&gt;&lt;div&gt; &lt;span style="font-size:85%;"&gt;&lt;span class="Apple-style-span"  style="font-size:16px;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Unni&lt;span class="Apple-style-span"  style="border-collapse: collapse; color: rgb(0, 153, 0); font-family:arial;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span"  style="text-decoration: underline; border-collapse: collapse; color: rgb(51, 102, 204);  font-weight: bold;font-family:arial;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204);"&gt;unni@unnikrishnanpillai.tk&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-6937114873967415308?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/6937114873967415308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/session-counts-using-wlst.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6937114873967415308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6937114873967415308'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/session-counts-using-wlst.html' title='Session Counts using WLST'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-9167521388872588552</id><published>2009-02-20T21:46:00.017+05:30</published><updated>2009-02-22T04:30:37.708+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='data source'/><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='jdbc'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='connection pool'/><title type='text'>Creating a JDBC Data Source using WLST</title><content type='html'>Hiya,&lt;br /&gt;&lt;br /&gt;Last night I was trying to create a JDBC Data Source using WLST for one of my colleagues.&lt;br /&gt;After a lot of hit-n-trial I was able to do it, so thought I would share it here.&lt;br /&gt;May come handing sometime while writing scripts to automate domain creations. ;)&lt;br /&gt;&lt;br /&gt;-&lt;br /&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate; color: rgb(51, 51, 51);   font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; black-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:11px;"&gt;&lt;h1 style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-family: 'trebuchet ms',verdana,sans-serif; font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);"&gt; Written by Unni on Fri 20 Feb 15:13 (IST)&lt;br /&gt;&lt;a href="http://pastebin.com/pastebin.php?dl=f1e19f243" title="download file" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;download&lt;/a&gt;&lt;a href="http://www.blogger.com/" title="make new post" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;&lt;/a&gt;&lt;/h1&gt; &lt;div class="syntax"  style="background-;color:black;"&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# This python program would create a DataSource named 'DS1' and targets it to (AdminServer and MS).&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Please change the code as per your environment and needs:&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Change the username and password with admin username and password.&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;#please change the localhost:7001 with he ip address:portnumber&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Starting...'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'weblogic'&lt;/span&gt;,&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'t3://localhost:7001'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Starting a edit session'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;edit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;startEdit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Create a new Mbean ( a JDBC resource)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;createJDBCSystemResource&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;#Naming the datasource&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;#Setting JNDI name&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDataSourceParams/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0);"&gt;set&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'JNDINames'&lt;/span&gt;,jarray.&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;array&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;String&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, String&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDriverParams/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setUrl&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'jdbc:pointbase:server://localhost:9092/demo'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setDriverName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'com.pointbase.xa.xaDataSource'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setPassword&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'PBPUBLIC'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;#Set Connection Pool specific parameters&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# refer: &lt;a href="http://e-docs.bea.com/wls/docs92/wlsmbeanref/mbeans/JDBCConnectionPoolParamsBean.html"&gt;e-docs.bea.com/wls/docs92/wlsmbeanref/mbeans/JDBCConnectionPoolParamsBean.html&lt;/a&gt;&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCConnectionPoolParams/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setTestConnectionsOnReserve&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;true&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setTestTableName&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'SYSTABLES'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setConnectionReserveTimeoutSeconds&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;25&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setMaxCapacity&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;20&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setConnectionReserveTimeoutSeconds&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;10&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setTestFrequencySeconds&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="nu0" style="color: rgb(255, 69, 0);"&gt;360&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Setting the user name&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDriverParams/DS1/Properties/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;createProperty&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'user'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDriverParams/DS1/Properties/DS1/Properties/user'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setValue&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'PBPUBLIC'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Setting the database name&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDriverParams/DS1/Properties/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;createProperty&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'databaseName'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDriverParams/DS1/Properties/DS1/Properties/databaseName'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setValue&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'jdbc:pointbase:server://localhost:9092/demo'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Transaction&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1/JDBCResource/DS1/JDBCDataSourceParams/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;cmo.&lt;span class="me1"  style="color:black;"&gt;setGlobalTransactionsProtocol&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'TwoPhaseCommit'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;cd&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'/JDBCSystemResources/DS1'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# targets the DS1 to Servers(AdminServer,MS)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="kw2" style="color: rgb(0, 128, 0);"&gt;set&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Targets'&lt;/span&gt;,jarray.&lt;span class="kw3" style="color: rgb(220, 20, 60);"&gt;array&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;[&lt;/span&gt;ObjectName&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'com.bea:Name=AdminServer,Type=Server'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;, ObjectName&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'com.bea:Name=MS,Type=Server'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;]&lt;/span&gt;, ObjectName&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; activate&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt;  &lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'Exiting...'&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;exit&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;)&lt;/span&gt;&lt;/div&gt; &lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style="font-family: 'Courier New',Courier,monospace; font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Code written by:&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Unnikrishnan Pillai,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt; &lt;div class="de1" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Engineer,&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt; &lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# Oracle Global Support&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt; &lt;/div&gt;&lt;/span&gt;&lt;br /&gt;-&lt;br /&gt;MultiDataSources coming soon....&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 19px; font-family:Verdana;font-size:13px;"&gt;&lt;div&gt;&lt;span style=" "&gt;&lt;span class="Apple-style-span" style=" "&gt;&lt;span class="Apple-style-span" style=""&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Now have 2 get back to work ;)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=" ;font-size:85%;"&gt;&lt;span class="Apple-style-span"  style=" ;font-size:16px;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="font-weight: normal; "&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-size:48px;"&gt;&lt;span class="Apple-style-span"  style=" font-weight: normal; font-size:13px;"&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=" ;font-size:85%;"&gt;&lt;span class="Apple-style-span"  style=" ;font-size:16px;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Unni&lt;span class="Apple-style-span"  style="border-collapse: collapse; color: rgb(0, 153, 0);  -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:arial;"&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="text-decoration: underline; border-collapse: collapse; color: rgb(51, 102, 204);  font-weight: bold; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; -webkit-text-decorations-in-effect: underline; font-family:arial;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0); "&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;unni@unnikrishnanpillai.tk&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-9167521388872588552?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/9167521388872588552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/creating-jdbc-data-source-using-wlst_20.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/9167521388872588552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/9167521388872588552'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/creating-jdbc-data-source-using-wlst_20.html' title='Creating a JDBC Data Source using WLST'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-6787971282559818809</id><published>2009-02-08T01:33:00.007+05:30</published><updated>2009-02-21T21:08:30.815+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='easeSyntax()'/><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>WLST made easy ... easeSyntax() ...</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Are you frustrated of adding ‘&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;( )&lt;/span&gt;&lt;/span&gt;’ to the end of ‘&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;ls&lt;/span&gt;&lt;/span&gt;’ every time you had to view the list of ‘Child MBeans and Attributes’ or  when using ‘&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;cd&lt;/span&gt;&lt;/span&gt;’ to navigate through Mbeans ?&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;SATYA (WLST’s author) recently relieved a new (he kept it a secret till now) feature which can help you in reducing all that keystrokes which you waste when typing the '(' and ')' 's &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Introducing the&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;easeSyntax()&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; command&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;You can supply the easeSyntax() command after starting WLST in interactive mode to ease the python syntax.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;How To&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt;     &lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;List the attributes, operations, and cmo's&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;Without easeSyntax()&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ls()&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;After Turning ON easeSyntax&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ls&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;How To&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;       &lt;/span&gt;|&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;N&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;avigate Mbean the hierarchy&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;Without easeSyntax()&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt; &lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;|&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;cd('ApplicationRuntimes/inmemrep/ComponentRuntimes')&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;After Turning ON easeSyntax&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;|&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;cd ApplicationRuntimes/inmemrep/ComponentRuntimes&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;How To&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;  &lt;/span&gt;   &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Navigate back to a parent Mbean&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;Without easeSyntax()&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;cd('..')&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;After Turning ON easeSyntax&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;cd ..&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;How To&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;     &lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Get / Retrieve the value of an Attribute&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;Without easeSyntax()&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;get('SessionTimeoutSecs')&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;After Turning ON easeSyntax&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;|&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;get SessionTimeoutSecs&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Easy syntax will not function properly in script mode and when used in loops. You can still use the regular jython syntax although you have opted for easy syntax ... says Satya :)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;So Bye bye... ‘( )'&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Welcome... ‘easeSyntax()’&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Thank u Satya :)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Happy scripting… :)  &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Verdana; font-size: 13px; line-height: 19px; "&gt;&lt;div&gt;&lt;span style="font-size: 85%; "&gt;&lt;span class="Apple-style-span" style="font-size: 16px; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Unni&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 153, 0); font-family: arial; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="text-decoration: underline; border-collapse: collapse; color: rgb(51, 102, 204); font-family: arial; font-weight: bold; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; -webkit-text-decorations-in-effect: underline; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0); "&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;unni@unnikrishnanpillai.tk&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-6787971282559818809?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/6787971282559818809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/wlst-made-easy-easesyntax_9048.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6787971282559818809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/6787971282559818809'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/wlst-made-easy-easesyntax_9048.html' title='WLST made easy ... easeSyntax() ...'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-7659012969043025574</id><published>2009-02-07T20:56:00.005+05:30</published><updated>2009-02-21T21:08:31.852+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows service'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><category scheme='http://www.blogger.com/atom/ns#' term='managed server'/><title type='text'>How To: Configure a Managed Server as a Windows Service in 5 Simple  Steps</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;1.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Create a copy of 'installSvc.cmd' and name it 'installSvcMS.cmd'&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;2.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Replace the line in the file which calls the 'beasvc' command with the below given line:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;"%WL_HOME%\server\bin\beasvc" -install -svcname:"%DOMAIN_NAME%_%&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;SERVER_NAME%" -depend:"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:rgb(255, 0, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;domain92_AdminServer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;" -delay:"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:rgb(255, 0, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;120000&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;" -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%" -extrapath:"%WL_HOME%\server\&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;bin" -password:"%WLS_PW%" -cmdline:%CMDLINE%&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;3.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Here,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;i.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;'&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;-depend:&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;"domain92_&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;AdminServer"&lt;/span&gt;&lt;/span&gt;' is the name of the Administration Server Windows service. To verify the service name, look on the Windows Services Control Panel.('services.msc')&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ii.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;'&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;-delay:"120000&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;"&lt;/span&gt;&lt;/span&gt;' is the time delay you want between the starting of admin server and managed server.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;4.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Open a text editor and Copy – Paste the text given below into the editor:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;SETLOCAL&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set WL_HOME=C:\bea\weblogic92&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set DOMAIN_NAME=domain92&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set USERDOMAIN_HOME=C:\bea\user_&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;projects\domains\domain92_JDK5&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set SERVER_NAME= ManagedServer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set WLS_USER=weblogic&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set WLS_PW=weblogic&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set PRODUCTION_MODE=false&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;set ADMIN_URL=&lt;/span&gt;&lt;a href="http://10.10.10.71:7001/" target="_blank"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;http://10.10.10.71:&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;7001&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;call "C:\bea\weblogic92\server\bin\&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;installSvcMS.cmd"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style="font-weight:bold"&gt;&lt;span style="color:rgb(0, 153, 0)"&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ENDLOCAL&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt; &lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Here, &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;i.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;WL_HOME&lt;/span&gt;&lt;/span&gt; is the directory in which you have installed Weblogic&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;ii.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;DOMAIN_NAME &lt;/span&gt;&lt;/span&gt;is the name for your WLS domain&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;iii.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;SERVER_NAME&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt;is the name of an existing Managed Server that you want set up as a Windows service.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;iv.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;WLS_USER &lt;/span&gt;&lt;/span&gt;and &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;WLS_PASS&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt;are the credentials you pass for staring the server&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;v.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;PRODUCTION_MODE&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt; &lt;/span&gt;is the mode in which want to start the server (if true server starts in production ; if false it would start in development)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;vi.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;ADMIN_URL&lt;/span&gt;&lt;/span&gt; is the path to admin server&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;5.&lt;span class="Apple-style-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;Save the file as '&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0);"&gt;myScriptMS.cmd' in'C:\bea\weblogic92\server\bin&lt;/span&gt;&lt;/span&gt;' and Run the 'myScriptMS.cmd'.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt; &lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Open 'services.msc' and select the service named something like 'beasvc domain92_ManagedServer' and start it, if it starts fine it means that the Weblogic Server as started fine.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Official documentation : &lt;a href="http://e-docs.bea.com/wls/docs100/server_start/winservice.html"&gt;http://e-docs.bea.com/wls/docs100/server_start/winservice.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=""&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;I hope it helps :)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Verdana; font-size: 13px; line-height: 19px; "&gt;&lt;div&gt;&lt;span style="font-size: 85%; "&gt;&lt;span class="Apple-style-span" style="font-size: 16px; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Unni&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 153, 0); font-family: arial; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="text-decoration: underline; border-collapse: collapse; color: rgb(51, 102, 204); font-family: arial; font-weight: bold; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; -webkit-text-decorations-in-effect: underline; "&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 153, 0); "&gt;&lt;a href="mailto:unni@unnikrishnanpillai.tk" style="font-weight: bold; color: rgb(102, 153, 204); "&gt;unni@unnikrishnanpillai.tk&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5991635234376407970-7659012969043025574?l=unni-at-work.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://unni-at-work.blogspot.com/feeds/7659012969043025574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/how-to-configure-managed-server-as_07.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7659012969043025574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5991635234376407970/posts/default/7659012969043025574'/><link rel='alternate' type='text/html' href='http://unni-at-work.blogspot.com/2009/02/how-to-configure-managed-server-as_07.html' title='How To: Configure a Managed Server as a Windows Service in 5 Simple  Steps'/><author><name>Unnikrishnan Pillai</name><uri>http://www.blogger.com/profile/11586454323592063040</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/-fv99U6y4N5I/Tlp3U20_g6I/AAAAAAAABCk/n6sYIJf__oU/s220/aa.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5991635234376407970.post-2715449252550389397</id><published>2009-02-07T16:33:00.009+05:30</published><updated>2009-02-22T02:35:21.867+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='GC'/><category scheme='http://www.blogger.com/atom/ns#' term='Garbage Collection'/><category scheme='http://www.blogger.com/atom/ns#' term='wlst'/><category scheme='http://www.blogger.com/atom/ns#' term='weblogic'/><category scheme='http://www.blogger.com/atom/ns#' term='bea'/><title type='text'>How To: Force Garbage Collection using WLST</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Many times JVM misbehaves, and we may have to force GC. The best way to do it is using WLST.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Although the script doesn’t guarantee that GC would run, but many cases a force GC runs and a lot of memory gets freed up.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;I expect you to have:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;1.       A Weblogic Server Domain&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;2.       Name of the server for which you want to perform GC&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;3.       User name and password for the server&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;The Script:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;1.       Open a text editor and Copy – paste the text given below into the editor.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;-&lt;br /&gt;&lt;span class="Apple-style-span"   style="border-collapse: separate; color: rgb(51, 51, 51);   font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; black-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:11px;"&gt;&lt;h1 style="padding: 3px 0px 3px 10px; color: rgb(255, 255, 255); font-family: 'trebuchet ms',verdana,sans-serif; font-size: 11px; font-weight: bold; text-align: left; margin-bottom: 0px; margin-top: 0px; background-color: rgb(128, 122, 115);"&gt;Written by Unni on Sat 7 Feb 19:57(IST)&lt;br /&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=5991635234376407970&amp;amp;postID=2715449252550389397#" onclick="showSpamForm()" title="report spam" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;&lt;/a&gt;&lt;span class="Apple-converted-space"&gt;&lt;/span&gt;&lt;a href="http://www.blogger.com/pastebin.php?dl=d68e27ef6" title="download file" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;download&lt;/a&gt;&lt;a href="http://www.blogger.com/" title="make new post" style="font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; text-decoration: underline; font-weight: bold; color: black;"&gt;&lt;/a&gt;&lt;/h1&gt;&lt;div class="syntax"  style="background-;color:black;"&gt;&lt;div class="python"  style="font-family:monospace;"&gt;&lt;ol&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# WLST script which calls GC.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;from&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;java.&lt;span class="me1"  style="color:black;"&gt;util&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;import&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;*&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;from&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;javax.&lt;span class="me1"  style="color:black;"&gt;management&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;import&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;*&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;import&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;javax.&lt;span class="me1"  style="color:black;"&gt;management&lt;/span&gt;.&lt;span class="me1"  style="color:black;"&gt;Attribute&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="kw1" style="color: rgb(255, 119, 0); font-weight: bold;"&gt;print&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="st0" style="color: rgb(72, 61, 139);"&gt;'starting the script .... '&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# please replace userid and password with your AdminServer userid and password&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li2" style="background-color: rgb(248, 248, 248);"&gt;&lt;div class="de2" face="'Courier New',Courier,monospace" style=" font-weight: normal;"&gt;&lt;span class="co1" style="color: rgb(128, 128, 128); font-style: italic;"&gt;# plz change the IP adresss and port number accordingly&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li class="li1" style="background-color: rgb(255, 255, 255);"&gt;&lt;div class="de1"  style=" font-weight: normal;font-family:'Courier New',Courier,monospace;"&gt;connect&lt;span class="br0" style="color: rgb(102, 204, 102);"&gt;(&lt;/span&gt;&lt;span class="st0" style="color: r
