<?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>Luca's forge &#187; Uncategorized</title>
	<atom:link href="http://lucasforge.2bopen.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasforge.2bopen.org</link>
	<description>Experiments from the land of open source</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:24:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing JBoss eap 4.3 on Red Hat 5.3</title>
		<link>http://lucasforge.2bopen.org/2009/12/installing-jboss-eap-4-3-on-red-hat-5-3/</link>
		<comments>http://lucasforge.2bopen.org/2009/12/installing-jboss-eap-4-3-on-red-hat-5-3/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 15:37:42 +0000</pubDate>
		<dc:creator>Luca Corbo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=104</guid>
		<description><![CDATA[Requirements JDK 1.5 or 1.6 Installer Jboss eap 4.3 or higher Installation Create jboss user ~# adduser jboss &#038;&#038; passwd jboss Update ~/.bashrc #JAVA Settings export JAVA_HOME=/usr/java/latest export PATH=$JAVA_HOME/bin:$PATH #JBOSS Settings export JBOSS_HOME=/home/jboss/EnterprisePlatform-4.3.0.GA_CP07/jboss-as export JAVAPTH=$JAVA_HOME/bin export JBOSS_CONF=default export JBOSS_HOST="0.0.0.0" Install JBoss eap ~$ java -jar enterprise-installer-4.3.0.GA_CP07.jar Follow the graphic installer and complete the installation. Set [...]]]></description>
			<content:encoded><![CDATA[<h2>Requirements</h2>
<ul>
<li>JDK 1.5 or 1.6</li>
<li>Installer Jboss eap 4.3 or higher</li>
</ul>
<h2>Installation</h2>
<h3>Create jboss user</h3>
<p><code><br />
~# adduser jboss &#038;&#038; passwd jboss<br />
</code></p>
<h3>Update ~/.bashrc</h3>
<p><code><br />
#JAVA Settings<br />
export JAVA_HOME=/usr/java/latest<br />
export PATH=$JAVA_HOME/bin:$PATH</p>
<p>#JBOSS Settings<br />
export JBOSS_HOME=/home/jboss/EnterprisePlatform-4.3.0.GA_CP07/jboss-as<br />
export JAVAPTH=$JAVA_HOME/bin<br />
export JBOSS_CONF=default<br />
export JBOSS_HOST="0.0.0.0"<br />
</code></p>
<h3>Install JBoss eap</h3>
<p><code><br />
~$ java -jar enterprise-installer-4.3.0.GA_CP07.jar<br />
</code><br />
Follow the graphic installer and complete the installation.</p>
<h2>Set up as service</h2>
<p>As root:<br />
<code><br />
ln -s /home/jboss/EnterprisePlatform-4.3.0.GA_CP07/jboss-as/bin/jboss_init_redhat.sh jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc3.d/S84jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc5.d/S84jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc4.d/S84jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc6.d/K15jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc0.d/K15jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc1.d/K15jboss<br />
ln -s /etc/rc.d/init.d/jboss /etc/rc2.d/K15jboss<br />
</code></p>
<p>Edit the $JBOSS_HOME/bin/jboss_init_redhat.sh to allow loading the user profile:<br />
<code><br />
#Add this line before any script content<br />
. /home/jboss/.bashrc<br />
</code></p>
<h2>Test</h2>
<p>As root:<br />
<code><br />
~# service jboss start<br />
</code></p>
<p>Now JBoss should be available at:</p>
<p>http://YOUR_ADDRESS:8080</p>
]]></content:encoded>
			<wfw:commentRss>http://lucasforge.2bopen.org/2009/12/installing-jboss-eap-4-3-on-red-hat-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Net_Nmap 1.0.2 released</title>
		<link>http://lucasforge.2bopen.org/2009/06/net_nmap-1-0-2-released/</link>
		<comments>http://lucasforge.2bopen.org/2009/06/net_nmap-1-0-2-released/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 21:35:38 +0000</pubDate>
		<dc:creator>Luca Corbo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=57</guid>
		<description><![CDATA[Pear::Net_Nmap is a simple interface for Nmap, the free and open source utility for network exploration or security auditing. Net_Nmap can be used to auto discovery hosts and services in your network or simply to parse Nmap XML output. The 1.0.2 is a small bug fixing release, see below the changelog: - Fixed. #16268 OS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pear.php.net/package/Net_Nmap/">Pear::Net_Nmap</a> is a simple interface for <a href="http://nmap.org/">Nmap</a>,<br />
the free and open source utility for network exploration or security auditing.</p>
<p>Net_Nmap can be used to auto discovery hosts and services in your network or simply to parse Nmap XML output.</p>
<p>The 1.0.2 is a small bug fixing release, see below the changelog:<br />
- Fixed. #16268 OS Guess wrong Sort Order<br />
- Fixed. #16336 Error getting OS if the osmatch tag is not present in the XML</p>
<p><a href="http://pear.php.net/package/Net_Nmap/download">Download</a> and enjoy <img src='http://lucasforge.2bopen.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lucasforge.2bopen.org/2009/06/net_nmap-1-0-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://lucasforge.2bopen.org/2008/05/hello-world-2/</link>
		<comments>http://lucasforge.2bopen.org/2008/05/hello-world-2/#comments</comments>
		<pubDate>Tue, 06 May 2008 18:01:13 +0000</pubDate>
		<dc:creator>Luca Corbo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=1</guid>
		<description><![CDATA[Welcome to my personal blog&#8230; Coming soon with more news, stay tuned]]></description>
			<content:encoded><![CDATA[<p>Welcome to my personal blog&#8230;</p>
<p>Coming soon with more news, stay tuned <img src='http://lucasforge.2bopen.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lucasforge.2bopen.org/2008/05/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
