> Hi, > I have a little problem with JSP pages. > > JSP pages are working well at server (Tomcat is used). But although > the url is correct, jsp pages show nothing at clients. > > I think, Explorer setting lead to this problem. But I can`t find the > actual reason. What might be the problem?
A few questions for more details: 1. what port are you using 80 or default? And if not 80 does the client site have a firewall which might prevent access from other ports? If so you'll probably want to move Tomcat to port 80 if possible. 2. Is the screen truly blank? Just plain white with no error messages or anything? Or if there is an error 404, 405, ... what is it? 3. Are other sites able to be browsed from the client site? Can they access stuff like www.slashdot.org, www.userfriendly.org, www.sourceforge.net, ...? You know, the good stuff;) If not it's their problem not yours so to speak. 4. Is there any information in the tomcat logs? What is your configuration? Tomcat standalone/with apache/with IIS, operating system, etc...? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>