<?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: Hosting Multiple Domains With JBoss</title>
	<atom:link href="http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss</link>
	<description>The online journey of a technophile, by Steve Brownlee</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:28:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: naresh</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-60712</link>
		<dc:creator>naresh</dc:creator>
		<pubDate>Thu, 15 Dec 2011 07:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-60712</guid>
		<description>i have a site like www.xyz.com it has subdomains like in.xyz.com, ....etc for india and other countries respectively.What i want is if i type &quot;www.xyz.com/in&quot; it should redirect to &quot;in.xyz.com&quot;. is it possible?If yes ,tell me how it coded in eclipse with jboss server</description>
		<content:encoded><![CDATA[<p>i have a site like <a href="http://www.xyz.com" rel="nofollow">http://www.xyz.com</a> it has subdomains like in.xyz.com, &#8230;.etc for india and other countries respectively.What i want is if i type &#8220;www.xyz.com/in&#8221; it should redirect to &#8220;in.xyz.com&#8221;. is it possible?If yes ,tell me how it coded in eclipse with jboss server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj Shinde</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-55291</link>
		<dc:creator>Pankaj Shinde</dc:creator>
		<pubDate>Tue, 27 Sep 2011 12:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-55291</guid>
		<description>thanx steve...its a very good article.
But i little bit confused with my applications.
actually i was working on weblogic, in which i used to create domain through GUI. i have two web portal say ABCWar and XYZWar.
and also i used to create Data Source for respective portal through console GUI. But here in jboss can i do the same through GUI? so that i would point the particular portal to the respective domain (which will include the Data Source information), and access the portal specifying different port no.. 

May you please help me???</description>
		<content:encoded><![CDATA[<p>thanx steve&#8230;its a very good article.<br />
But i little bit confused with my applications.<br />
actually i was working on weblogic, in which i used to create domain through GUI. i have two web portal say ABCWar and XYZWar.<br />
and also i used to create Data Source for respective portal through console GUI. But here in jboss can i do the same through GUI? so that i would point the particular portal to the respective domain (which will include the Data Source information), and access the portal specifying different port no.. </p>
<p>May you please help me???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kk</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-49080</link>
		<dc:creator>kk</dc:creator>
		<pubDate>Wed, 08 Jun 2011 15:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-49080</guid>
		<description>Hi,

    I have 2 web applications which is deployed in different application server but host in the same machine.

    The web application is listening to different port.

    What I want to do is to create DNS name, for example:

    myWeb.mycompany.com to point to my Jboss application   (http://localhost:8080/myWeb)
    myOracleWeb.mycompany.com to point to my Oracle Application  (http://localhost:7778/myOracleWeb)

    Is this possible? Please advice.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>    I have 2 web applications which is deployed in different application server but host in the same machine.</p>
<p>    The web application is listening to different port.</p>
<p>    What I want to do is to create DNS name, for example:</p>
<p>    myWeb.mycompany.com to point to my Jboss application   (<a href="http://localhost:8080/myWeb" rel="nofollow">http://localhost:8080/myWeb</a>)<br />
    myOracleWeb.mycompany.com to point to my Oracle Application  (<a href="http://localhost:7778/myOracleWeb" rel="nofollow">http://localhost:7778/myOracleWeb</a>)</p>
<p>    Is this possible? Please advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arvind lavania</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-42205</link>
		<dc:creator>arvind lavania</dc:creator>
		<pubDate>Fri, 10 Dec 2010 18:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-42205</guid>
		<description>Rit now my site running with the url http://ip/site/ but i want to run my saite only http://ip/

wher /site/ contain the site.war appliaction


in short i want to remove /site/ from the url of the my site.

pls help me pls</description>
		<content:encoded><![CDATA[<p>Rit now my site running with the url <a href="http://ip/site/" rel="nofollow">http://ip/site/</a> but i want to run my saite only <a href="http://ip/" rel="nofollow">http://ip/</a></p>
<p>wher /site/ contain the site.war appliaction</p>
<p>in short i want to remove /site/ from the url of the my site.</p>
<p>pls help me pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narsingthakur</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-37858</link>
		<dc:creator>Narsingthakur</dc:creator>
		<pubDate>Sun, 26 Sep 2010 18:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-37858</guid>
		<description>Hi There,

Thank you very much for sharing your knowledge.

I am having a query regarding multiple hosting if possible please help me. I will explain you my architecture

Os---REDHAT 5.1 HARDWARE---DELL PE 2950

node 1  and node 2 are in http cluster
node 2  and node 3 are in jboss load balancer
node 4  and node 6 are in postgresql cluster
node 7 -----common storage

My question is i want to add a virtual domain to the jboss server and database connectivity to different ip and this setup is in realtime with leased domain name i want to redirect another war file to different ip
ex--- when i type www.aaaa.com a.war should open
and  when i type  www.aaa.com/test b.war should open 

can we do it or there is any procedure to do that if you can help me out it would be thankful</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Thank you very much for sharing your knowledge.</p>
<p>I am having a query regarding multiple hosting if possible please help me. I will explain you my architecture</p>
<p>Os&#8212;REDHAT 5.1 HARDWARE&#8212;DELL PE 2950</p>
<p>node 1  and node 2 are in http cluster<br />
node 2  and node 3 are in jboss load balancer<br />
node 4  and node 6 are in postgresql cluster<br />
node 7 &#8212;&#8211;common storage</p>
<p>My question is i want to add a virtual domain to the jboss server and database connectivity to different ip and this setup is in realtime with leased domain name i want to redirect another war file to different ip<br />
ex&#8212; when i type <a href="http://www.aaaa.com" rel="nofollow">http://www.aaaa.com</a> a.war should open<br />
and  when i type  <a href="http://www.aaa.com/test" rel="nofollow">http://www.aaa.com/test</a> b.war should open </p>
<p>can we do it or there is any procedure to do that if you can help me out it would be thankful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Book Mark URLS &#171; Anwar6080&#039;s Blog</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-36378</link>
		<dc:creator>Book Mark URLS &#171; Anwar6080&#039;s Blog</dc:creator>
		<pubDate>Sun, 25 Jul 2010 10:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-36378</guid>
		<description>[...]  Hosting Multiple Domains With JBoss [...]</description>
		<content:encoded><![CDATA[<p>[...]  Hosting Multiple Domains With JBoss [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-35736</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 11 May 2010 13:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-35736</guid>
		<description>Hi Steve, I am working in  JBOSS 4.2.3. I have sam1.war file in my project ear file. I need to add one more war file sam2.war. This sam2.war file contains flash files only. I need to access these flash files from readFlash.xhtml which is in sam1.war file. How to do this? The context.root for both war files should be same. Do I need to configure anything to do this. I dont know how to proceed. Please help me in this regard.</description>
		<content:encoded><![CDATA[<p>Hi Steve, I am working in  JBOSS 4.2.3. I have sam1.war file in my project ear file. I need to add one more war file sam2.war. This sam2.war file contains flash files only. I need to access these flash files from readFlash.xhtml which is in sam1.war file. How to do this? The context.root for both war files should be same. Do I need to configure anything to do this. I dont know how to proceed. Please help me in this regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matheus</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-34980</link>
		<dc:creator>Matheus</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-34980</guid>
		<description>Hi, first, nice info around here. gratz.!

second:

I have one application like &quot;create you own site&quot; it´s alwasy the same application but id´like to cross reference between domains and the application.

for example:

www.site1.com renders the application containing the &quot;site1&quot; client info.

www.site2.com render the application containing th &quot;site2&quot; client info.

Any thoughts or ideas?

tks !</description>
		<content:encoded><![CDATA[<p>Hi, first, nice info around here. gratz.!</p>
<p>second:</p>
<p>I have one application like &#8220;create you own site&#8221; it´s alwasy the same application but id´like to cross reference between domains and the application.</p>
<p>for example:</p>
<p><a href="http://www.site1.com" rel="nofollow">http://www.site1.com</a> renders the application containing the &#8220;site1&#8243; client info.</p>
<p><a href="http://www.site2.com" rel="nofollow">http://www.site2.com</a> render the application containing th &#8220;site2&#8243; client info.</p>
<p>Any thoughts or ideas?</p>
<p>tks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-34466</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-34466</guid>
		<description>Thanks for your help,


Pankaj patel</description>
		<content:encoded><![CDATA[<p>Thanks for your help,</p>
<p>Pankaj patel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv Chaudhuri</title>
		<link>http://www.fusioncube.net/index.php/hosting-multiple-domains-with-jboss/comment-page-2#comment-34232</link>
		<dc:creator>Rajiv Chaudhuri</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fusioncube.net/?p=41#comment-34232</guid>
		<description>Hi Steve,

This is fantastic...
It will be very helpfull if you throw some light on how can I serve static direcories(source) through web without adding  tag in server.xml, or copying/mounting the source inside ROOT.war.
Any idea will help me a lot.

Thanks in Advance
Rajiv</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>This is fantastic&#8230;<br />
It will be very helpfull if you throw some light on how can I serve static direcories(source) through web without adding  tag in server.xml, or copying/mounting the source inside ROOT.war.<br />
Any idea will help me a lot.</p>
<p>Thanks in Advance<br />
Rajiv</p>
]]></content:encoded>
	</item>
</channel>
</rss>

