Dustin Fortin wrote: > I apologize if this is the incorrect list to be writing to.
No need to apologize, you found the correct place for your question. [...] > upgraded t6 dev server. I copied the t5 server.xml from the working app > to the dev, I wouldn't do that. [...] > Oct 23, 2007 5:48:03 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-80 > Oct 23, 2007 5:48:03 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 399 ms > Oct 23, 2007 5:48:03 PM org.apache.catalina.core.StandardService start > INFO: Starting service Tomcat-Standalone > Oct 23, 2007 5:48:03 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.14 > Oct 23, 2007 5:48:05 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-80 > Oct 23, 2007 5:48:05 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 1494 ms > > From what I can tell the server is waiting for a connection. No > exceptions have been thrown to log. When I try to connect to the server > however, all I get is a blank page. Running fiddler, I see that I'm > getting a "HTTP/1.1 400 No Host matches server name xxx.xxx.com" Check whether the value of the "defaultHost" attribute of <Engine> corresponds to the "name" attribute of one of your <Host>s. If this is not the case, you may get the result you've seen. What makes me somewhat unsure is you should also see a warning logged at startup. But in the snippet above there is none. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]