 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: as400 upgrade from v5r3 to v5r4</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-upgrade-from-v5r3-to-v5r4/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-upgrade-from-v5r3-to-v5r4/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 12:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: dand</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-upgrade-from-v5r3-to-v5r4/#comment-62289</link>
		<dc:creator>dand</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:07:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-62289</guid>
		<description><![CDATA[We&#039;ve had an issue on two systems now where Customized Java servers needed to have permissions tabs added back in.  This is an example of one:

/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.security
    added security provider com.sun.crypto.provider.SunJCE
 
    for example:
        # List of providers and their preference orders (see above):
        #
        security.provider.1=sun.security.provider.Sun
        security.provider.2=com.sun.rsajca.Provider
        security.provider.3=com.sun.crypto.provider.SunJCE
 
/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.policy
    added Sun JCE permissions
 
    added the following entry to the end of the file:
        // Sun JCE permissions
        grant codeBase &quot;file:/QIBM/ProdData/Java400/ext/sunjce_provider.jar&quot; {
         permission java.io.FilePermission
          &quot;/QIBM/ProdData/java400/ext/jce1_2_2.jar&quot;, &quot;read&quot;;
         permission java.lang.RuntimePermission
          &quot;getProtectionDomain&quot;;
         permission java.security.SecurityPermission
          &quot;putProviderProperty.SunJCE&quot;;
        };


If it is third party software your vendor should be aware of this, so check with any vendors running Java code, particularly with encryption.]]></description>
		<content:encoded><![CDATA[<p>We&#8217;ve had an issue on two systems now where Customized Java servers needed to have permissions tabs added back in.  This is an example of one:</p>
<p>/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.security<br />
    added security provider com.sun.crypto.provider.SunJCE</p>
<p>    for example:<br />
        # List of providers and their preference orders (see above):<br />
        #<br />
        security.provider.1=sun.security.provider.Sun<br />
        security.provider.2=com.sun.rsajca.Provider<br />
        security.provider.3=com.sun.crypto.provider.SunJCE</p>
<p>/QIBM/ProdData/OS400/Java400/jdk/lib/security/java.policy<br />
    added Sun JCE permissions</p>
<p>    added the following entry to the end of the file:<br />
        // Sun JCE permissions<br />
        grant codeBase &#8220;file:/QIBM/ProdData/Java400/ext/sunjce_provider.jar&#8221; {<br />
         permission java.io.FilePermission<br />
          &#8220;/QIBM/ProdData/java400/ext/jce1_2_2.jar&#8221;, &#8220;read&#8221;;<br />
         permission java.lang.RuntimePermission<br />
          &#8220;getProtectionDomain&#8221;;<br />
         permission java.security.SecurityPermission<br />
          &#8220;putProviderProperty.SunJCE&#8221;;<br />
        };</p>
<p>If it is third party software your vendor should be aware of this, so check with any vendors running Java code, particularly with encryption.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.009 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:35:42 -->