Here is my entry in jetty.xml

It works just fine for company.com and business.com, but the www.company.com
and www.business.com entries just resolve to a blank white page, and
dont even show debugging info. I'm completely lost here.. not sure
what is happening.

<Item>
<New id="company_com" class="org.mortbay.jetty.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war">C:\openbd\webroot_cfmlapps\company_com\</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="../"/>/etc/webdefault.xml</Set>
<Set name="VirtualHosts">
<Array type="java.lang.String">
<Item>192.168.111.200</Item>
<Item>www.company.com</Item>
<Item>company.com</Item>
<Item>www.business.com</Item>
<Item>business.com</Item>
</Array>
</Set>
</New>
</Item>


all four domains all resolve to the same IP via ping

all four domains response to telnet company.com 80 so the server is
listening

but only the domains without www. in front of them resolve to the
correct document.

domains with www. are resolving to a blank white page.

any ideas?

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to