<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ghattu's Technology Blog</title>
	
	<link>http://ghattus.com</link>
	<description>A blog about technology that I work on in my day to day job</description>
	<lastBuildDate>Thu, 03 Dec 2009 00:56:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GhattusTechnologyBlog" /><feedburner:info uri="ghattustechnologyblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Old WLST tools</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/VD21zNjy8Oo/</link>
		<comments>http://ghattus.com/2009/12/02/old-wlst-tools/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 00:56:54 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[wlst]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=165</guid>
		<description><![CDATA[As you might know after the acquisition of BEA Systems by Oracle, Dev2Dev site has been discontinued. Unfortunately I don&#8217;t see a replacement for that, not only we lost some rich information, but a number of good tools. In that context, in the last few months I had inquiries from some users asking where they could find the original [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know after the acquisition of BEA Systems by Oracle, Dev2Dev site has been discontinued. Unfortunately I don&#8217;t see a replacement for that, not only we lost some rich information, but a number of good tools.<span id="more-165"></span></p>
<p>In that context, in the last few months I had inquiries from some users asking where they could find the original WLST that works with WebLogic 8.1 and 7.0, also WLST Script Generator and Console extension that work with WebLogic 9.x.</p>
<p>Now you can get these from the new google code project <a href="http://wlst-archives.googlecode.com/">wlst-modules</a>. WLST Script Generator 9.x can be downloaded from <a href="http://wlst-archives.googlecode.com/files/wlstScriptGenerator_91.zip">here</a>. The zip contains a ReadMe.html that should walk you through the configurations steps. And for those unfortunate souls who are still using WebLogic 7.0 and 8.1, WLST jar can be downloaded from <a href="http://wlst-archives.googlecode.com/files/wlst.jar">here</a>.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ujThRXvFmptDXNDS3aQmA4QYsOI/0/da"><img src="http://feedads.g.doubleclick.net/~a/ujThRXvFmptDXNDS3aQmA4QYsOI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ujThRXvFmptDXNDS3aQmA4QYsOI/1/da"><img src="http://feedads.g.doubleclick.net/~a/ujThRXvFmptDXNDS3aQmA4QYsOI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/VD21zNjy8Oo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/12/02/old-wlst-tools/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/12/02/old-wlst-tools/</feedburner:origLink></item>
		<item>
		<title>Speed Up Your WebSphere Server Start Up Time</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/nYM2FC5zdBM/</link>
		<comments>http://ghattus.com/2009/11/19/speed-up-your-websphere-server-start-up-time/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 20:53:33 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=155</guid>
		<description><![CDATA[This is a good way to speed up your WebSphere Server start up time. If your WebSphere Servers are taking too long to start up you can try enabling &#8220;Start components as needed&#8221; from the Admin Console as shown below.   I got a 20% decrease in time once I enabled this on my WebSphere Portal [...]]]></description>
			<content:encoded><![CDATA[<p>This is a good way to speed up your WebSphere Server start up time.</p>
<p><span id="more-155"></span></p>
<p>If your WebSphere Servers are taking too long to start up you can try enabling &#8220;Start components as needed&#8221; from the Admin Console as shown below.</p>
<p> <img class="aligncenter size-full wp-image-159" title="wp" src="http://ghattus.com/wp-content/uploads/2009/11/wp.jpg" alt="wp" width="685" height="463" /></p>
<p>I got a 20% decrease in time once I enabled this on my WebSphere Portal Server but your mileage may vary .. <img src='http://ghattus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/-DGKXQsFzNM251Gzc11AmgQ39ZE/0/da"><img src="http://feedads.g.doubleclick.net/~a/-DGKXQsFzNM251Gzc11AmgQ39ZE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-DGKXQsFzNM251Gzc11AmgQ39ZE/1/da"><img src="http://feedads.g.doubleclick.net/~a/-DGKXQsFzNM251Gzc11AmgQ39ZE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/nYM2FC5zdBM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/11/19/speed-up-your-websphere-server-start-up-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/11/19/speed-up-your-websphere-server-start-up-time/</feedburner:origLink></item>
		<item>
		<title>Interview with Jython Lead</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/2M7D2DgcI4w/</link>
		<comments>http://ghattus.com/2009/10/21/interview-with-jython-lead/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 00:45:13 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=151</guid>
		<description><![CDATA[Just came across this excellent interview with Frank Wierzbicki, who now leads the Jython Development. Interview can be found here]]></description>
			<content:encoded><![CDATA[<p>Just came across this excellent interview with Frank Wierzbicki, who now leads the Jython Development.</p>
<p>Interview can be found <a href="http://www.thebitsource.com/2009/09/26/jython-programming-language-frank-wierzbicki/">here</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/md3qfuO_82wwzGAoPNe-dNQmTao/0/da"><img src="http://feedads.g.doubleclick.net/~a/md3qfuO_82wwzGAoPNe-dNQmTao/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/md3qfuO_82wwzGAoPNe-dNQmTao/1/da"><img src="http://feedads.g.doubleclick.net/~a/md3qfuO_82wwzGAoPNe-dNQmTao/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/2M7D2DgcI4w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/10/21/interview-with-jython-lead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/10/21/interview-with-jython-lead/</feedburner:origLink></item>
		<item>
		<title>Find a class in plethora of jars in a directory with JarScan</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/IGW8onZp4NY/</link>
		<comments>http://ghattus.com/2009/09/17/find-a-class-in-plethora-of-jars-in-a-directory-with-jarscan/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:31:48 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[JarScan]]></category>
		<category><![CDATA[Java Class]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=148</guid>
		<description><![CDATA[Recently I had to find a jar which contains a java class I was looking for. Previously I was using other utilities like Jarfinder, FindClass etc, but wasn&#8217;t very happy.  I found JarScan, which actually works very well and the best part is it is free!. As an example, Under WebLogic 10.0 installation I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to find a jar which contains a java class I was looking for. Previously I was using other utilities like Jarfinder, FindClass etc, but wasn&#8217;t very happy. <span id="more-148"></span></p>
<p>I found <a href="http://www.inetfeedback.com/jarscan/">JarScan</a>, which actually works very well and the best part is it is free!. As an example, Under WebLogic 10.0 installation I wanted to find which jar contains the class javax.annotation.PostConstruct. With JarScan you will use,</p>
<blockquote><p>java -jar /tmp/jarscan.jar -dir /opt/WLPlatform/10.2 -class javax.annotation.PostConstruct</p></blockquote>
<p>This will return something like,</p>
<blockquote><p>===============================================<br />
Found: javax.annotation.PostConstruct<br />
Class: javax.annotation.PostConstruct<br />
Package: javax.annotation<br />
Library Name: javax.annotation_1.0.jar<br />
Library Path: /opt/WLPlatform/10.2/modules/javax.annotation_1.0.jar<br />
===============================================</p></blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/Pz2SPFwHrSjybaTfOo2PLBaZjdE/0/da"><img src="http://feedads.g.doubleclick.net/~a/Pz2SPFwHrSjybaTfOo2PLBaZjdE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Pz2SPFwHrSjybaTfOo2PLBaZjdE/1/da"><img src="http://feedads.g.doubleclick.net/~a/Pz2SPFwHrSjybaTfOo2PLBaZjdE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/IGW8onZp4NY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/09/17/find-a-class-in-plethora-of-jars-in-a-directory-with-jarscan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/09/17/find-a-class-in-plethora-of-jars-in-a-directory-with-jarscan/</feedburner:origLink></item>
		<item>
		<title>No WLST cachedir with python.cachedir.skip</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/2tS6WIoDPm0/</link>
		<comments>http://ghattus.com/2009/09/11/no-wlst-cachedir-with-python-cachedir-skip/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:11:21 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[wlst]]></category>
		<category><![CDATA[cachedir]]></category>
		<category><![CDATA[WebLogic 11g]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=111</guid>
		<description><![CDATA[In one of my previous post I have talked about python.cachedir and how it may cause some errors during WLST/Jython initialization. With WebLogic 11g Oracle has upgraded the Jython Version from 2.1 to 2.2 (see my post here), which opens up yet another way of getting rid of these errors. In fact you can get [...]]]></description>
			<content:encoded><![CDATA[<p>In one of my previous <a href="http://ghattus.com/2009/08/how-are-python-cachedir-and-the-error-sys-package-mgr-cant-create-package-cache-dir-are-related.html">post</a> I have talked about python.cachedir and how it may cause some errors during WLST/Jython initialization.<br />
With WebLogic 11g <a href="http://www.oracle.com">Oracle </a>has upgraded the Jython Version from 2.1 to 2.2 (see my post <a href="http://ghattus.com/2009/08/jython-2-2-in-weblogic-11g.html">here</a>), which opens up yet another way of getting rid of these errors. In fact you can get rid of the cachedir entirely by starting WLST with <strong>-Dpython.cachedir.skip=true</strong>, this will instruct Jython not to create the CacheDir.<br />
I haven&#8217;t done extensive testing with this option but so far I haven&#8217;t seen any issues by not creating this cachedir.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/4oNU7mNPUFH4VFkK6d09Sp-m9NE/0/da"><img src="http://feedads.g.doubleclick.net/~a/4oNU7mNPUFH4VFkK6d09Sp-m9NE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4oNU7mNPUFH4VFkK6d09Sp-m9NE/1/da"><img src="http://feedads.g.doubleclick.net/~a/4oNU7mNPUFH4VFkK6d09Sp-m9NE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/2tS6WIoDPm0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/09/11/no-wlst-cachedir-with-python-cachedir-skip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/09/11/no-wlst-cachedir-with-python-cachedir-skip/</feedburner:origLink></item>
		<item>
		<title>Tcat Server from Mulesoft</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/u3lcar2I7VI/</link>
		<comments>http://ghattus.com/2009/09/02/tcat-server-from-mulesoft/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 18:02:46 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Mule]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=142</guid>
		<description><![CDATA[Mulesoft is joining the Application Server party with Tcat (beased on Tomcat). Read here for more information.]]></description>
			<content:encoded><![CDATA[<p>Mulesoft is joining the Application Server party with Tcat (beased on Tomcat). Read <a href="http://www.infoworld.com/d/developer-world/mule-esb-makers-offer-tomcat-based-java-server-998">here </a>for more information.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/fi68yG5s7ZRYJSRT9cfprmd8t4I/0/da"><img src="http://feedads.g.doubleclick.net/~a/fi68yG5s7ZRYJSRT9cfprmd8t4I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fi68yG5s7ZRYJSRT9cfprmd8t4I/1/da"><img src="http://feedads.g.doubleclick.net/~a/fi68yG5s7ZRYJSRT9cfprmd8t4I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/u3lcar2I7VI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/09/02/tcat-server-from-mulesoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/09/02/tcat-server-from-mulesoft/</feedburner:origLink></item>
		<item>
		<title>TIBCO acquires DataSynapse</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/VylRLGkN3Ag/</link>
		<comments>http://ghattus.com/2009/08/25/tibco-acquires-datasynapse/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:41:47 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=137</guid>
		<description><![CDATA[TIBCO joining the Cloud Band wagon by acquiring DataSynapse. http://www.tibco.com/company/news/releases/2009/press985.jsp]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tibco.com">TIBCO </a>joining the Cloud Band wagon by acquiring <a href="http://www.datasynapse.com/">DataSynapse</a>.</p>
<p>http://www.tibco.com/company/news/releases/2009/press985.jsp</p>

<p><a href="http://feedads.g.doubleclick.net/~a/0cgqgZJAX7Kh4QD_5SrUz-lrxJo/0/da"><img src="http://feedads.g.doubleclick.net/~a/0cgqgZJAX7Kh4QD_5SrUz-lrxJo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0cgqgZJAX7Kh4QD_5SrUz-lrxJo/1/da"><img src="http://feedads.g.doubleclick.net/~a/0cgqgZJAX7Kh4QD_5SrUz-lrxJo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/VylRLGkN3Ag" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/25/tibco-acquires-datasynapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/08/25/tibco-acquires-datasynapse/</feedburner:origLink></item>
		<item>
		<title>Jython 2.2 in WebLogic 11g</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/O4nG-nDg37E/</link>
		<comments>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:27:24 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[fusion middleware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[wlst]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=127</guid>
		<description><![CDATA[I just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice! For a brief description on what&#8217;s new with Jython 2.2 see my old post here. E:\WebLogic11g\Oracle\Middleware\wlserver_10.3\common\bin&#62;java org.python.util.jython Jython 2.2.1 on java1.6.0_05 &#62;&#62;&#62;]]></description>
			<content:encoded><![CDATA[<p>I just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice!</p>
<p><span id="more-127"></span></p>
<p>For a brief description on what&#8217;s new with Jython 2.2 see my old post <a href="http://ghattus.com/2007/08/jython-2-2-is-finally-here.html">here</a>.</p>
<blockquote><p>E:\WebLogic11g\Oracle\Middleware\wlserver_10.3\common\bin&gt;java org.python.util.jython<br />
<strong>Jython 2.2.1 on java1.6.0_05<br />
</strong>&gt;&gt;&gt;</p></blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/QfFMtZxzDodTzctDDj-EKbEIk_Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/QfFMtZxzDodTzctDDj-EKbEIk_Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QfFMtZxzDodTzctDDj-EKbEIk_Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/QfFMtZxzDodTzctDDj-EKbEIk_Y/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/O4nG-nDg37E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/08/21/jython-2-2-in-weblogic-11g/</feedburner:origLink></item>
		<item>
		<title>Monitoring your WebLogic SSL Certificates is important</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/z-s_Kr1ElXw/</link>
		<comments>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:45:25 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl certificate]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[weblogic server]]></category>
		<category><![CDATA[wlst]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=121</guid>
		<description><![CDATA[If you are managing a WebLogic Environment, monitoring your WebLogic SSL Certificates is very essential.]]></description>
			<content:encoded><![CDATA[<p>I was talking to my friend yesterday and he mentioned that he was up all night due to an outage that happened to the WebLogic environments he manages, when asked why?</p>
<p>Expired SSL Certificates!!!<span id="more-121"></span>My initial reaction: You don&#8217;t have Monitoring? Hmm well, that led me to think, realistically how many environments have cert expiry monitoring? I haven&#8217;t seen any environments that have automated monitors that check the WebLogic Certificates. One of the reason why this may not have affected you is one, you are not using SSL and two, the certs you obtained have a life span of more than 10 years.</p>
<p>In our WebLogic environments we do not have monitoring specifically on the Cert&#8217;s, but we do have some monitoring that does warn us in-case  our Certs are about to expire. The way it works is, during boot time WebLogic Server logs a message if the certs configured are about to expire in the next 30 days. This message is logged with severity &#8220;Notice&#8221;. Our monitoring application listens on the Log BroadCaster (I will leave the details for another blog post), this listener will send an alert/EMail whenever a message is logged with severity &#8220;Notice&#8221;. The alert will contain the details of what is logged, in case of a Certificate that is about to expire it will contain the Date when it is going to expire and other Certificate details.</p>
<p>Please note, there is one problem to the above approach, i.e. we are relying on WebLogic Server to be started or restarted atleast once within this 30 days timeframe that your Certificate may expire. If not, you will never recieve the notification.</p>
<p>In one of my subsequent post I will write about an alternate simple approach to monitor your WebLogic Certificates.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/T0nimR94I2ZnWAcB6DUzCGa0dFY/0/da"><img src="http://feedads.g.doubleclick.net/~a/T0nimR94I2ZnWAcB6DUzCGa0dFY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/T0nimR94I2ZnWAcB6DUzCGa0dFY/1/da"><img src="http://feedads.g.doubleclick.net/~a/T0nimR94I2ZnWAcB6DUzCGa0dFY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/z-s_Kr1ElXw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/08/19/monitoring-your-weblogic-ssl-certificates-is-important/</feedburner:origLink></item>
		<item>
		<title>VMWare to acquire Spring Source</title>
		<link>http://feedproxy.google.com/~r/GhattusTechnologyBlog/~3/m0mRTnldxV8/</link>
		<comments>http://ghattus.com/2009/08/11/vmware-to-acquire-spring-source/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:48:31 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ghattus.com/?p=117</guid>
		<description><![CDATA[This is a pretty interesting move by VMWare. Does this mean VMWare is trying to get into Java App Server space and become the new Under-dog?  Only time will tell. http://blogs.zdnet.com/BTL/?p=22526]]></description>
			<content:encoded><![CDATA[<p>This is a pretty interesting move by VMWare. Does this mean VMWare is trying to get into Java App Server space and become the new Under-dog?  Only time will tell.</p>
<p><a href="http://blogs.zdnet.com/BTL/?p=22526">http://blogs.zdnet.com/BTL/?p=22526</a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/oYVIqHEJ8v4O3Y-MQUFaAi532aA/0/da"><img src="http://feedads.g.doubleclick.net/~a/oYVIqHEJ8v4O3Y-MQUFaAi532aA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oYVIqHEJ8v4O3Y-MQUFaAi532aA/1/da"><img src="http://feedads.g.doubleclick.net/~a/oYVIqHEJ8v4O3Y-MQUFaAi532aA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/GhattusTechnologyBlog/~4/m0mRTnldxV8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/08/11/vmware-to-acquire-spring-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://ghattus.com/2009/08/11/vmware-to-acquire-spring-source/</feedburner:origLink></item>
	</channel>
</rss>

