Home
TeamSite
Tomcat - previewing JSP pages
pkrug
I am trying to preview my jsp pages using Tomcat but when I try to access the page I get a blank page displayed.
----------
This is the source in the browser.
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
--------------
I was told that the preview was working but it stopped working and "no" changes were made...
I put iwproxy in debug mode and I see a message that states "Response from origin server ... HTTP/1.1 400 No Host matches server name myservername"
Tomcat is running and it is mapped properly in iw.cfg.
What should I do to diagnose the problem?
Teamsite : 6.7.0
OS : Windows 2003
IIS 6
Tomcat 5.5.
Find more posts tagged with
Comments
stefanmaier
Hi,
take a webbrowser and try to request the JSP page from your tomcat directly and not through iwproxy
to debug, if there's a problem with your tomcat or with iwproxy.
If the tomcat's response is ok, check your iwproxy rules.
if not, check tomcat (or perhaps the JSP page itself?).