more detail: we have a customer 404 error page with...
:<iframe src="http://www.blahblah.net/mypage.html" width="100%" height="105" scrolling="no" frameborder="0"></iframe>
The build script replaces http://www.blahblah.net with http://test.blahblah.net and my hosts file maps test.blahblah.net to 127.0.0.1, this to keep all links pointing to the local tomcat.
Dave Sailer wrote:
I'm running tomcat 5.5 and sniffing out problems with a somewhat complex web site. After deploying the war into the running tomcat, I go to the home page and get some exceptions. Looking at the sniffer output, most of the requests are to localhost:8080, but some are to just localhost, which causes a "Connection Refused". Why would some requests not go to port 8080?
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]