<?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</title>
	<atom:link href="http://enerosweb.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://enerosweb.wordpress.com</link>
	<description>OutOfMemory helper blog</description>
	<lastBuildDate>Fri, 14 Jan 2011 18:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='enerosweb.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Elena Neroslavskaya</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" />
	<atom:link rel='hub' href='http://enerosweb.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Custom authorization in Datapower</title>
		<link>http://enerosweb.wordpress.com/2010/10/12/custom-authorization-in-datapower/</link>
		<comments>http://enerosweb.wordpress.com/2010/10/12/custom-authorization-in-datapower/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 05:56:36 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[DataPower SOA Appliances]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[datapower]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=176</guid>
		<description><![CDATA[We have an enterprise authorization web service integrated to our Datapower Appliance as a custom AAA step.Everything seemed to work fine but it was showing &#8220;authorization failed&#8221; all the time. The simple trick was to  just to put the &#60;approved/&#62; node in the stylesheet and the resulting node tree in case of success.. Simple, but have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=176&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/10/12/custom-authorization-in-datapower/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>How to convert PFX certificate to JKS format</title>
		<link>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-jks-format/</link>
		<comments>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-jks-format/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 04:06:52 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[SSL]]></category>
		<category><![CDATA[jks]]></category>
		<category><![CDATA[keystore]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=160</guid>
		<description><![CDATA[Use ikeyman.bat provided by IBM as  part of Websphere and other IBM products, or similar key management utility for your Java platform. It has capability to import PKCS12 certificates (which exactly what PFX is) and save it as Java Key Store. Or Another possible way consists of 3 steps conversion: (prerequisite &#8211; having JDK installed on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=160&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-jks-format/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>Convert PFX certificate to PEM format</title>
		<link>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-pem-format/</link>
		<comments>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-pem-format/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 03:45:10 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[SSL]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=92</guid>
		<description><![CDATA[PEM format is widely used by PHP applications and by LoadRunner scripts. To convert PFX /PKCS12 formatted certificate use OpenSSL tool: openssl pkcs12 -in c:\pathTo\cert.pfx -out c:\pathTo\cert.pem   Cool SSL site and tools https://www.sslshopper.com/ssl-converter.html Filed under: SSL Tagged: pfx, pkcs12, ssl<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=92&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/10/12/convert-pfx-certificate-to-pem-format/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>Renew certificate in Websphere keystore while retaining same alias</title>
		<link>http://enerosweb.wordpress.com/2010/10/12/renew-certificate-in-websphere-keystore-while-retaining-same-alias/</link>
		<comments>http://enerosweb.wordpress.com/2010/10/12/renew-certificate-in-websphere-keystore-while-retaining-same-alias/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 03:33:40 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Application Server]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Websphere App Server]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=145</guid>
		<description><![CDATA[Renewing expired SSL certificates in Websphere in some cases is problematic. There are not many functions available for manipulating aliases in keystores using Websphere admin console. And if certificate alias is used throughout your infrastructure mappings &#8211; for example in SSL Configurations and web chains fixing the entries with new alias could be cumbersome. Below are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=145&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/10/12/renew-certificate-in-websphere-keystore-while-retaining-same-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">enerosweb</media:title>
		</media:content>

		<media:content url="http://enerosweb.files.wordpress.com/2010/10/p12delete.jpg" medium="image">
			<media:title type="html">p12delete</media:title>
		</media:content>

		<media:content url="http://enerosweb.files.wordpress.com/2010/10/p12import.jpg" medium="image">
			<media:title type="html">p12import</media:title>
		</media:content>

		<media:content url="http://enerosweb.files.wordpress.com/2010/10/p12label.jpg" medium="image">
			<media:title type="html">p12label</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus/Domino 8.5 WebService Provider manipulating SOAP Header</title>
		<link>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-provider-manipulating-soap-header/</link>
		<comments>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-provider-manipulating-soap-header/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:24:18 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Lotus/Domino]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[soap header]]></category>
		<category><![CDATA[webservice provider]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=109</guid>
		<description><![CDATA[Similar to previous post Domino WebService Consumer manipulating SOAP Header WebService Provider in some cases have to read SOAP Header passed. It may process the header (e.g log it’s data) and send enhanced Header back along with response. To achieve that we have to add some code to inspect and inject SOAP Header to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=109&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-provider-manipulating-soap-header/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>Lotus/Domino 8.5 WebService Consumer manipulating SOAP Header</title>
		<link>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-consumer-manipulating-soap-header/</link>
		<comments>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-consumer-manipulating-soap-header/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 02:38:05 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Lotus/Domino]]></category>
		<category><![CDATA[axis2]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[soap header]]></category>
		<category><![CDATA[web service consumer]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=97</guid>
		<description><![CDATA[There is pretty often a need to incorporate SOAP Header in the message sent by Web Service consumer. While Domino 8.5 is using Axis Java library under the hood of it&#8217;s generated Java Web Service Consumers,it blocks standard setHeader API in the client proxy. We had to look through all generated java files to find [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=97&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2010/07/28/lotusdomino-8-5-webservice-consumer-manipulating-soap-header/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>Error 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[SSL]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[InvalidKeyException]]></category>
		<category><![CDATA[pfx]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[WAS]]></category>
		<category><![CDATA[Websphere]]></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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=81&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="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>Functional Quality Testing for SOA / WebServices</title>
		<link>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/</link>
		<comments>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:06:48 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[SOA]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[SoapUI]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=69</guid>
		<description><![CDATA[As the number of services is growing in our environment, the need for automatic regression/functional testing is increasing.  I have recenly encountered articles on IBM Rational Tester for SOA Quality. It is nice tool, but having budget contraints we will have to build something on our own. First thing that comes to mind to use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=69&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/03/19/functional-quality-testing-for-soa-webservices/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>Websphere wsadmin.bat utility running out of memory</title>
		<link>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/</link>
		<comments>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 04:07:08 +0000</pubDate>
		<dc:creator>enerosweb</dc:creator>
				<category><![CDATA[Enterprise Service Bus]]></category>

		<guid isPermaLink="false">http://enerosweb.wordpress.com/?p=57</guid>
		<description><![CDATA[Recently we have encountered Memory problems running Websphere wsadmin based scripts. We were trying to retrieve large amount of CBE events from WESB using eventquery.bat script and default 256K memory settings were easily exhausted. Our first option was to find in wsadmin.bat the line shown below and increase it set PERFJAVAOPTION=-Xms256m -Xmx256m -Xj9 -Xquickstart   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=57&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://enerosweb.wordpress.com/2009/01/16/websphere-wsadminbat-utility-runnin-out-of-memory/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, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enerosweb.wordpress.com&amp;blog=4001761&amp;post=48&amp;subd=enerosweb&amp;ref=&amp;feed=1" width="1" height="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>
	</channel>
</rss>
