<?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: Virtual hosting with Jboss 5.1</title>
	<atom:link href="http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/</link>
	<description>Practical java, unix, and xml</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-826</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Wed, 04 Jan 2012 05:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-826</guid>
		<description>Assuming you&#039;re using jboss 5.1, if you&#039;re accessing jboss through 8443 then you&#039;re accessing the alternate https port. Check your &lt;nobr&gt;/jboss-5.1.0/server/standard/deploy/jbossweb.sar/server.xml&lt;/nobr&gt; file and make sure this section of the xml file is not commented out:

&lt;code&gt;
      &lt;!-- A HTTP/1.1 Connector on port 8080 --&gt;
      &lt;Connector protocol=&quot;HTTP/1.1&quot; port=&quot;8080&quot; address=&quot;${jboss.bind.address}&quot; 
               connectionTimeout=&quot;20000&quot; redirectPort=&quot;8443&quot; /&gt;
&lt;/code&gt;

If it&#039;s not commented out, and you can access your site off port http://localhost:8080/index.html, then you can just change this port number from 8080 to 80. Ideally you won&#039;t have jboss serving up any static content if you are running a large site. In those setups you&#039;ll want to run something like apache to serve up your static content and then have it redirect dynamic content to jboss for processing. For smaller sites, this isn&#039;t much of a big deal but it never hurts to be efficient. 

Good luck</description>
		<content:encoded><![CDATA[<p>Assuming you&#8217;re using jboss 5.1, if you&#8217;re accessing jboss through 8443 then you&#8217;re accessing the alternate https port. Check your <nobr>/jboss-5.1.0/server/standard/deploy/jbossweb.sar/server.xml</nobr> file and make sure this section of the xml file is not commented out:</p>
<p><code><br />
      <!-- A HTTP/1.1 Connector on port 8080 --><br />
      <connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"<br />
               connectionTimeout="20000" redirectPort="8443" /><br />
</code></p>
<p>If it&#8217;s not commented out, and you can access your site off port <a href="http://localhost:8080/index.html" rel="nofollow">http://localhost:8080/index.html</a>, then you can just change this port number from 8080 to 80. Ideally you won&#8217;t have jboss serving up any static content if you are running a large site. In those setups you&#8217;ll want to run something like apache to serve up your static content and then have it redirect dynamic content to jboss for processing. For smaller sites, this isn&#8217;t much of a big deal but it never hurts to be efficient. </p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: genci</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-825</link>
		<dc:creator>genci</dc:creator>
		<pubDate>Fri, 09 Dec 2011 15:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-825</guid>
		<description>Hi,
I am new to this, so I would really appreciate your help. I have deployed a third party tool using jboss. I can access the site using https://localhost:8443/index.html. Instead of localhost:8443 I would like users to enter www.test.com/index.html (for example). I did try your suggestion, but can&#039;t get it to work. Any suggestions?  

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am new to this, so I would really appreciate your help. I have deployed a third party tool using jboss. I can access the site using <a href="https://localhost:8443/index.html" rel="nofollow">https://localhost:8443/index.html</a>. Instead of localhost:8443 I would like users to enter <a href="http://www.test.com/index.html" rel="nofollow">http://www.test.com/index.html</a> (for example). I did try your suggestion, but can&#8217;t get it to work. Any suggestions?  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-788</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Fri, 09 Sep 2011 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-788</guid>
		<description>I&#039;m not sure what you mean by changing the code base for a specific virtual host? Do you have multiple wars, multiple domains, or both? What are you trying to do?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean by changing the code base for a specific virtual host? Do you have multiple wars, multiple domains, or both? What are you trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samer Gad</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-787</link>
		<dc:creator>Samer Gad</dc:creator>
		<pubDate>Fri, 09 Sep 2011 14:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-787</guid>
		<description>Hi Ant,

First, sorry for replying on an old post, but it was very useful and I still want to ask for a further detail. How can I change the code-base for a specific virtual host?

Best Regards,
Samer</description>
		<content:encoded><![CDATA[<p>Hi Ant,</p>
<p>First, sorry for replying on an old post, but it was very useful and I still want to ask for a further detail. How can I change the code-base for a specific virtual host?</p>
<p>Best Regards,<br />
Samer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-499</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 01 Nov 2010 22:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-499</guid>
		<description>Indeed, thanks for catching that.</description>
		<content:encoded><![CDATA[<p>Indeed, thanks for catching that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister Woody</title>
		<link>http://www.openscope.net/2010/01/17/virtual-hosting-with-jboss/comment-page-1/#comment-498</link>
		<dc:creator>Mister Woody</dc:creator>
		<pubDate>Sat, 30 Oct 2010 16:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscope.net/?p=289#comment-498</guid>
		<description>Nice post thanks.  One query though - should the host file settings be 127.0.0.1 rather than 120.0.0.1?

Thanks</description>
		<content:encoded><![CDATA[<p>Nice post thanks.  One query though &#8211; should the host file settings be 127.0.0.1 rather than 120.0.0.1?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

