<?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>Jimmy's Blog &#187; JBoss</title>
	<atom:link href="http://jimmod.com/blog/tag/jboss/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Mon, 05 Jul 2010 06:59:56 +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>Bind JBoss to specific IP address</title>
		<link>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/</link>
		<comments>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:37:36 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jimmod.com/blog/?p=121</guid>
		<description><![CDATA[Simple but I think it will help JBoss newbie (like me :]) when searching the internet.
By default when you run JBoss ( ./run.sh in Linux) it will bind to localhost/127.0.0.1
This will cause the JBoss default port 8080 cannot be access from other computer, because you need to open http://127.0.0.1:8080/ instead of your IP http://&#60;your IP&#62;:8080/
To [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Simple but I think it will help JBoss newbie (like me :]) when searching the internet.</p>
<p>By default when you run JBoss ( ./run.sh in Linux) it will bind to localhost/127.0.0.1<br />
This will cause the JBoss default port 8080 cannot be access from other computer, because you need to open http://127.0.0.1:8080/ instead of your IP http://&lt;your IP&gt;:8080/<span id="more-121"></span></p>
<p>To make the JBoss binding to specific IP you need to run it with :<br />
<em> ./run.sh -Djboss.bind.address=xxx.xxx.xxx.xxx</em><br />
*which of course the xxx.xxx.xxx.xxx is your IP</p>
<p>Other PC will able to access the JBoss with that IP</p>
<p>For Windows I think it will be the same :<br />
<em> ./run.bat -Djboss.bind.address=xxx.xxx.xxx.xxx</em></p>
<p>Cheers ^^</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2009/12/bind-jboss-to-specific-ip-address/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
