<?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: Issues Resolved With java.security.AccessControlException</title>
	<atom:link href="http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/feed/" rel="self" type="application/rss+xml" />
	<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/</link>
	<description>Free tools and information maintained by an online entrepreneur.</description>
	<lastBuildDate>Sat, 14 Jan 2012 04:40:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rama</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-41251</link>
		<dc:creator>rama</dc:creator>
		<pubDate>Tue, 27 Oct 2009 07:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-41251</guid>
		<description>Thanks for posting this solution. you made my life easy. I got jsp to connect to mysql database in tomcat but I am still getting the same error when I am executing same jsp through netbeans.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this solution. you made my life easy. I got jsp to connect to mysql database in tomcat but I am still getting the same error when I am executing same jsp through netbeans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-27548</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-27548</guid>
		<description>Thanks guys!! That hint just saved my life!!!!

Thanks so much!!!</description>
		<content:encoded><![CDATA[<p>Thanks guys!! That hint just saved my life!!!!</p>
<p>Thanks so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wells</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-715</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-715</guid>
		<description>Thanks for posting your solution, Germ111.  I&#039;m glad I was able to help.</description>
		<content:encoded><![CDATA[<p>Thanks for posting your solution, Germ111.  I&#8217;m glad I was able to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Germ111</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-714</link>
		<dc:creator>Germ111</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-714</guid>
		<description>Andrew, 

Thanks so much for the solution. This was exactly my problem. I&#039;d been messing with wrong policy files and this worked like a charm. I was able to get by with localhost. 

grant codeBase &quot;file:${catalina.home}/webapps/dbapp/-&quot; {
permission java.net.SocketPermission &quot;localhost:3306&quot;, &quot;connect,resolve&quot;;
};</description>
		<content:encoded><![CDATA[<p>Andrew, </p>
<p>Thanks so much for the solution. This was exactly my problem. I&#8217;d been messing with wrong policy files and this worked like a charm. I was able to get by with localhost. </p>
<p>grant codeBase &#8220;file:${catalina.home}/webapps/dbapp/-&#8221; {<br />
permission java.net.SocketPermission &#8220;localhost:3306&#8243;, &#8220;connect,resolve&#8221;;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wells</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-520</link>
		<dc:creator>Andrew Wells</dc:creator>
		<pubDate>Sun, 14 Oct 2007 13:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-520</guid>
		<description>Yes, I forgot to mention which file that code belongs in.  Glad you had success with it.</description>
		<content:encoded><![CDATA[<p>Yes, I forgot to mention which file that code belongs in.  Glad you had success with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malvinc</title>
		<link>http://pr0gr4mm3r.com/java/issues-resolved-with-javasecurityaccesscontrolexception/comment-page-1/#comment-517</link>
		<dc:creator>malvinc</dc:creator>
		<pubDate>Sun, 14 Oct 2007 11:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://wp.pr0gr4mm3r.com/java/issues-resolves-with-commysqljdbcdriver-javasecurityaccesscontrolexception/#comment-517</guid>
		<description>Solved the access problem which an application encounters when trying to connect to MySql Server by adding the above permission in the  /etc/tomcat5/policy.d/04webapps.policy file in tomcat version 5.

MySql used was -5.0.24a-Debian_9ubuntu2.1-log</description>
		<content:encoded><![CDATA[<p>Solved the access problem which an application encounters when trying to connect to MySql Server by adding the above permission in the  /etc/tomcat5/policy.d/04webapps.policy file in tomcat version 5.</p>
<p>MySql used was -5.0.24a-Debian_9ubuntu2.1-log</p>
]]></content:encoded>
	</item>
</channel>
</rss>

