<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Ghattu&#039;s Technology Blog &#187; websphere</title>
	<atom:link href="http://ghattus.com/category/websphere/feed/" rel="self" type="application/rss+xml" />
	<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.0.1</generator>
		<item>
		<title>Speed Up Your WebSphere Server Start Up Time</title>
		<link>http://ghattus.com/2009/11/19/speed-up-your-websphere-server-start-up-time/</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>
]]></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>
		</item>
		<item>
		<title>WebLogic StartupClass equivalent in WebSphere</title>
		<link>http://ghattus.com/2009/03/02/weblogic-startupclass-equivalent-in-websphere/</link>
		<comments>http://ghattus.com/2009/03/02/weblogic-startupclass-equivalent-in-websphere/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 04:30:00 +0000</pubDate>
		<dc:creator>sghattu</dc:creator>
				<category><![CDATA[CustomService]]></category>
		<category><![CDATA[WebLogic]]></category>
		<category><![CDATA[startupclass]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://ghattus.com/2009/03/weblogic-startupclass-equivalent-in-websphere/</guid>
		<description><![CDATA[I have been working on writing some tools that will simplify the configuration and management of WebSphere Server and Portal. WebSphere has the concept of DMGR, short for Deployment Manager that is very similar to Administration Server in WebLogic that serves as the main Administrative point. My requirement is to write a JMX monitoring application [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on writing some tools that will simplify the configuration and management of WebSphere Server and Portal. <span id="more-40"></span>WebSphere has the concept of DMGR, short for Deployment Manager that is very similar to Administration Server in WebLogic that serves as the main Administrative point. My requirement is to write a JMX monitoring application that will attach to the DMGR and monitor all the instances in the Cell (~ domain in WebLogic). In WebLogic this can be easily achieved by writing a StartupClass and deploying it to the Administration Server. In WebSphere this is not that straight forward since WebSphere does not allow you to deploy anything to DMGR.<br />
The closest I found is <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/trun_customservice.html">CustomService</a>. CustomService will allow you to run your piece of code inside the JVM during Startup or Shutdown. IBM discourages you running this in DMGR (I am not sure why), but this serves my purpose perfectly since I can get to all the MBeans from DMGR with ease .. <img src='http://ghattus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ghattus.com/2009/03/02/weblogic-startupclass-equivalent-in-websphere/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
