-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeff,
On 8/29/12 12:09 PM, Jeff Wild wrote: > I have a A record for mydomain.com and a CNAME record for > www.mydomain.com. > > When I enter domain.com in my browser, everything works fine but > www.domain.com results in "Server not found." Did you register www.domain.com, too, and set up A/CNAME records for it? Or was that a typo? > <Connector address="192.168.100.98" You are binding to an interface which is communicating using a non-routable IP segment, so unless this is within some kind of segmented network with a NAT out front, you'll never be able to reach it from the outside. > This only seems to be a problem when there is no https configured > for the host (Connector reconnectPort attribute is not specified.) > For example, this works fine: > > <Connector address="192.168.100.99" This is a different IP address. Do you have two separate interfaces on your server, or is this two different servers? > redirectPort="443" > <Connector address="192.168.100.99" port="443" Does your webapp specify that it must use CONFIDENTIAL communication? If so, you are probably being redirected to https://www.mydomain.com/ and if you don't have an HTTPS connector, the client won't be able to connect. Can you sniff the HTTP conversation from the client end? You may be being redirected -- you just don't know it. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlA/dssACgkQ9CaO5/Lv0PBcZQCfXY8bmyVWDphB3iOehPp3q13D mNoAmwfH8HkurxxRWq/ED5ykHESabZ5m =nWzc -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org