Hi Guys, I've been having a similar problem. I am getting white screen of death too. However, it only happens on IE. And it only happens on certain virtual hosts entry.
I have a single site setup using the R2R package, running on Windows 2003 WebServer and connected to SQL Server. I have actually posted about this before but never got a solution. I may actually have to abandon the R2R package. Here is some of my text from previous post. I think this is a related issue. I just pasted in comments from before. It isn't quite cohesive. -------------------------------------------------------------------------------- Ok.. Using company.com as an example, the following jetty.xml excerpt is working for "company.com" but not "www.company.com" However, I can telnet to both company.com and www.company.com at port 80, so i know that Jetty is listening for www.company.com, but it only actually renders a page in the browser for requests to company.com, www.company.com is just a white page. (is there a way to skip virtual hosts altogether? I have about 20 domains I want to point to the same site. With IIS, I didn't have to tell it every domain, I just set it to listen on a particular IP and any domain that pointed to it would resolve) <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.201</Item> <Item>company.com</Item> <Item>www.company.com</Item> </Array> </Set> </New> </Item> ------------------------------------------------------------ At first I thought it was related to DNS (a record was corrupt in the master record served by the dns server), but even if I edit my Windows host file and use that for domain resolution, I still have the same problem. I put a sniffer on the box, and when the www.company.com is queried, it hits the www server and it responds, but just serves a white page. -------------------------------------------------------------- This is an install of the Ready2Run package on Windows 2003. Basic install. I configured a virtual host with company.com and www.company.com as listed in my original post. Using code that worked just fine in IIS. With the current install on Ready2Run, everything works fine when resolving to 'company.com' but with 'www.company.com' it just resovles a blank white page with no debugging info either. Viewing the source shows an empty document. Does anybody have any help to offer? I'm googling, searching, parsing xml files and I can't find anything. DNS for all domains are set to point to the exact same IP address. ------------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
