Well I edited the file so that the entire thing looks like this:

<%@ page contentType="text/html; charset=iso-8859-1" language="java"
mport="java.sql.*,javax.sql.*" errorPage="/config/include/error.jsp" %>
<%
System.out.println("Made it to the top");
%>
<html>
<body>
this is my html
</body>
</html>
<%
System.out.println("Made it to the bottom");
%>


and still same results even after refreshing a few times :-(


-----Original Message-----
From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 19, 2003 12:13 PM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading

One more question: Are you sure that your html is well-formed and
correct?

-Richard


-----Original Message-----
From: Campano, Troy [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 9:10 AM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading


Oh and to answer your other questions, yes it has happened to about 5
other
people and I've tested IE and netscape.

Also, the way I've figured to duplicate the problem has been to keep
hitting
the pages over and over and eventually they start this weird behavior of
not
loading.

Restarting tomcat clears the problem until people go to the site and
then it
starts up again.

Thanks!

-----Original Message-----
From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 11:53 AM
To: [EMAIL PROTECTED]
Subject: Re: Problems with JSP pages not loading

Troy,
Have you determined that the request is getting handled by the server by
looking at the server logs and putting debug statements in your code?
Does
it happen on all browsers? Are you running the server on the same
machine as
your browser? If so, have you tried accessing the page from a different
machine?

Regards,

Richard

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set
JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to