<?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>Developers, Developers, Developers! &#187; configuration</title>
	<atom:link href="http://maksim.sorokin.dk/it/tag/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://maksim.sorokin.dk/it</link>
	<description>Maksim Sorokin IT Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:37:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Accessing MySQL Remotely</title>
		<link>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/</link>
		<comments>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 20:49:21 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=284</guid>
		<description><![CDATA[By default, you can access MySQL only from the localhost. In order to access it from the network, you have to modify your my.cfg or my.ini: Remove or comment out skip-networking option (by default in latest versions of MySQL this version is not present in configuration file) add (or modify) bind-address with ip of your [...]]]></description>
			<content:encoded><![CDATA[<p>By default, you can access MySQL only from the localhost. In order to access it from the network, you have to modify your <code>my.cfg</code> or <code>my.ini</code>:</p>
<ul>
<li>Remove or comment out <code>skip-networking</code> option (by default in latest versions of MySQL this version is not present in configuration file)</li>
<li>add (or modify) <code>bind-address</code> with ip of your machine on which MySQL is running</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/07/19/accessing-mysql-remotely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>java.lang.NoClassDefFoundError: Files</title>
		<link>http://maksim.sorokin.dk/it/2010/05/21/java-lang-noclassdeffounderror-files/</link>
		<comments>http://maksim.sorokin.dk/it/2010/05/21/java-lang-noclassdeffounderror-files/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:50:24 +0000</pubDate>
		<dc:creator>Maksim Sorokin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://maksim.sorokin.dk/it/?p=201</guid>
		<description><![CDATA[If you encounter the following kind of Exception, you probably configured %JAVA_HOME% variable incorrectly: java.lang.NoClassDefFoundError: Files Caused by: java.lang.ClassNotFoundException: Files at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:303) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) Could not find the main class: Files. Program will exit. Exception in thread &#34;main&#34; For example, this could happen during [...]]]></description>
			<content:encoded><![CDATA[<p>If you encounter the following kind of Exception, you probably <span id="more-201"></span> configured <code>%JAVA_HOME%</code> variable incorrectly:</p>
<pre class="brush: plain; title: ;">java.lang.NoClassDefFoundError: Files
Caused by: java.lang.ClassNotFoundException: Files
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
Could not find the main class: Files.  Program will exit.
Exception in thread &quot;main&quot;</pre>
<p>For example, this could happen during GlassFish startup. The solution is to fix <code>%JAVA_HOME%</code> environment variable, so it would point to correct Java installation location.</p>
]]></content:encoded>
			<wfw:commentRss>http://maksim.sorokin.dk/it/2010/05/21/java-lang-noclassdeffounderror-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

