<?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>ssong's random thoughts &#187; Java</title>
	<atom:link href="http://songstech.com/blog/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://songstech.com/blog</link>
	<description>Purely Truely Random...</description>
	<lastBuildDate>Wed, 15 Apr 2009 21:23:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What the heck is jexec?</title>
		<link>http://songstech.com/blog/2009/04/02/what-the-heck-is-jexec/</link>
		<comments>http://songstech.com/blog/2009/04/02/what-the-heck-is-jexec/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:55:23 +0000</pubDate>
		<dc:creator>ssong</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://songstech.com/blog/?p=19</guid>
		<description><![CDATA[Recently I installed JDK 6 on my CentOS instance. I noticed a weird service called jexec running on all run levels:
jexec           0:on    1:on    2:on    3:on    4:on    5:on    6:on
Googled and found this installation notes from Sun:
A new service script, named jexec, is added to /etc/init.d. This script allows users to directly execute any standalone JAR file [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I installed JDK 6 on my CentOS instance. I noticed a weird service called jexec running on all run levels:</p>
<blockquote><p>jexec           0:on    1:on    2:on    3:on    4:on    5:on    6:on</p></blockquote>
<p>Googled and found this <a href="http://java.sun.com/javase/6/webnotes/install/jdk/install-linux.html" target="_blank">installation notes from Sun</a>:</p>
<blockquote><p>A new service script, named jexec, is added to /etc/init.d. This script allows users to directly execute any standalone JAR file that has an execution permission set.</p></blockquote>
<p>OK, so it&#8217;s for executing jar files.. A tiny little bit more convenient than using java -jar, but no thanks, especially on a server.</p>
<p>One less thing to worry about: chkconfig &#8211;level 0123456 jexec off <img src='http://songstech.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://songstech.com/blog/2009/04/02/what-the-heck-is-jexec/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
