Hello everyone, I have an interesting problem that I figure has come up many times before. The list archives seem to be down at the moment so I'm going to post it here. Forgive me if this has been answered previously.
>From my local W2K machine, I can ping webserver. I can also ping blah.webserver.company.firm In addition, I can get to a .html file using http://webserver:8080/project/jsp/myJsp.jsp or using http://region.webserver.company.firm:8080/project/jsp/myJsp.jsp Now, here comes the problem. http://webserver:8080/project/servlet/project.servlet.Login works http://region.webserver.company.firm:8080/project/servlet/project.servlet.Login does not work Since I can ping and hit JSP pages with both hostnames and fully qualified hostnames, it seems like an issue with configuring servlets in Tomcat. Perhaps Tomcat resolves the non-working example internally such that webserver becomes the fully qualified hostname and then reads like http://region.region.webserver.company.firm .company.firm:8080/project/servlet/project.servlet.Login In any event, the error is that the page cannot be found when I use fully qualified hostnames with Servlets. Has anyone else ran into this? If so, I'd greatly appreciate any help you could offer. Thanks! ______________________________ Joseph Chandler Software Engineer Franke Holding USA 305 Tech Park Drive La Vergne, TN 37086 USA Switchboard: +1-615-287-8243 Fax: +1-615-287-8343 mailto:[EMAIL PROTECTED] http://www.franke.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
