<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Elena Neroslavskaya Weblog &#187; Application Server</title>
	<atom:link href="http://enerosweb.wordpress.com/category/websphere/application-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://enerosweb.wordpress.com</link>
	<description>To SOA or not to SOA -  OutOfMemory helper blog</description>
	<lastBuildDate>Thu, 15 Oct 2009 18:24:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='enerosweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c7740773f9e48d49372b6801b9f1d81f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Elena Neroslavskaya Weblog &#187; Application Server</title>
		<link>http://enerosweb.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://enerosweb.wordpress.com/osd.xml" title="Elena Neroslavskaya Weblog" />
		<item>
		<title>Importing PKCS12/ PFX Certificate to Websphere 6.1</title>
		<link>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/</link>
		<comments>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:23:38 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[InvalidKeyException]]></category>
		<category><![CDATA[certificate]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=81</guid>
		<description><![CDATA[We recently encountered problems trying to import certificate generated by our local Enterprise Microsoft CA Server to Websphere Server. Both importing from WAS console and through ikeyman.bat gave errors: &#8220;Database is corrupted&#8221; and &#8220;Could not open keystore&#8220;.
Trying to see the content of this PFX file using keytool
\java\jre\bin&#62;keytool -list -v -keystore test.pfx -storetype pkcs12 -storepass test
Also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=81&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/10/15/importing-pkcs12-pfx-certificate-to-websphere-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Websphere Password Decoding</title>
		<link>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/</link>
		<comments>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 21:57:10 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[Decoder]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Websphere App Server]]></category>
		<category><![CDATA[{xor}]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=48</guid>
		<description><![CDATA[Passwords stored in Websphere Server configuration files actually could be decoded
http://robertmaldon.blogspot.com/2006/07/recovering-passwords-from-websphere.html
for the Websphere ESB 6.1 that runs on top of WAS 6.1.17 the actual comand is:
\IBM\WebSphere\ESB\deploytool\itp\plugins\com.ibm.websphere.v61_6.1.200&#62;\IBM\WebSphere\ESB\java\bin\java -cp ws_runtime.jar com.ibm.ws.security.util.PasswordDecoder {xor}booqL2sSOm0=encoded password == &#8220;{xor}bWcqL2sSOm0=&#8221;, decoded password == &#8220;hello&#8221;
And a very nice online password decoder
http://www.sysman.nl/wasdecoder/
Posted in Application Server, Websphere Tagged: Decoder, Password, Websphere App Server, {xor}  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=48&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/12/16/websphere-password-decoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>WAS 6.1 setup Windows NT Service</title>
		<link>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/</link>
		<comments>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 17:15:45 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[NT Service]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[WASService]]></category>
		<category><![CDATA[Websphere App Server]]></category>
		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=25</guid>
		<description><![CDATA[There is a handy WASService command available in WAS_ROOT\bin allowing Websphere Application Server 6.1 integration with Windows Services.
Samples and documentation on IBM InforCenter &#8211; WASService Command
For WAS with security enabled first thing we encountered was a failure to stop WAS service from service console.
   RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. &#8230; The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=25&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/09/10/was-61-setup-windows-nt-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking versions of Websphere FixPacks</title>
		<link>http://enerosweb.wordpress.com/2008/06/17/checking-version-of-websphere-fixpacks/</link>
		<comments>http://enerosweb.wordpress.com/2008/06/17/checking-version-of-websphere-fixpacks/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 14:56:23 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Websphere App Server]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=3</guid>
		<description><![CDATA[Websphere Application Server has a nice utility to check Fixpacks and iFixes installed in the system

&#60;WAS_ROOT&#62;/bin/versionInfo.bat  -maintenancePackages

It will print all the version details and information on Fixpacks.
More on versionInfo options:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rins_versionInfo.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&blog=4001761&post=3&subd=enerosweb&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2008/06/17/checking-version-of-websphere-fixpacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>
	</item>
	</channel>
</rss>