I don't know why Keith, but I have been able to reproduce the same situation here. It appears you can't have a <jsp:include .. > tag on the first line of your jsp file without problems in Tomcat 3.3. It works ok in 3.2 on the first line. Dunno about 4.
-Scott -- Scott Tatum || [EMAIL PROTECTED] Senior Applications Developer, Special Projects WorldCom || http://www.worldcom.com/ Keith Ng wrote: > Hi > > I just solved this very weird problem. Im using IE 6.0. i added a blank line > to my jsp file from the top, and tat solves the whole problem.. strangely > enuf... > > e.g. > line 1: > line 2: <jsp:include page = "../jsp/PSTemplate.htm" flush = "true"/> > > and the whole problem is gone. The page works fine even after refreshing. > Theres no more ERROR:200. Whats going on can someone explain to me...??? > > -----Original Message----- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 1:48 AM > To: 'Tomcat Users List' > Subject: RE: 3.3a, cant find file when refresh > > Which browser are you using? Also, what is content of > the source files involved, preferably simplified so only > that which is need to duplicate the problem is included? > > Cheers, > Larry > > > -----Original Message----- > > From: Keith Ng [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, February 19, 2002 11:33 AM > > To: Tomcat Users List > > Subject: RE: 3.3a, cant find file when refresh > > > > > > Thanks larry, u helped me clarify an issue. Can u please help > > me with my > > other problem? Its regarding the ERROR:200 i get on my browser when i > > refresh... > > > > -----Original Message----- > > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 20, 2002 12:07 AM > > To: 'Tomcat Users List' > > Subject: RE: 3.3a, cant find file when refresh > > > > > > This technically isn't an error. It indicates that the browser, > > realized that the Threadmill.jpg it is reading during the > > refresh isn't any newer than the Threadmill.jpg it has already > > cached locally. In order to save time, the browse simply > > closed the connection and used the local copy of Threadmill.jpg. > > Because the browser closed the connection before it read > > all the data, it causes Tomcat to generate the log output > > you see. > > > > Cheers, > > Larry > > > > > -----Original Message----- > > > From: Keith Ng [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, February 19, 2002 10:53 AM > > > To: Tomcat Users List > > > Subject: 3.3a, cant find file when refresh > > > > > > > > > Hi Guys > > > > > > I have a html file which is included in a jsp page using > > the following > > > method > > > <jsp:include page = "../jsp/PSTemplate.htm" flush = "true"/> > > > > > > When I first load the page, everythings shows up as normal, > > but when I > > > refresh, the browser doesnt load it and gives me > > > ERROR:200. I recall it was the same with my previous > > > assignmnet, which I > > > tried to load a image file which gets loaded sometimes and > > > other times it > > > can be loaded. > > > > > > ERROR STATEMENT: > > > ============================================================== > > > ============== > > > ================== > > > 2002-02-19 23:40:55 - SessionIdGenerator: Created random class > > > java.security.SecureRandom > > > 2002-02-19 23:41:24 - Ctx(/PS) : IOException in R( /PS + > > > /images/Threadmill.jpg + null) - java.net.SocketException: > > Connection > > > aborted by peer: socket write error > > > ============================================================== > > > ============== > > > ================== > > > > > > > > > I have deduced for this case, its because it cant load a > > > certain JPG file > > > intermittenly, causing the rest of the page to have problems. > > > How can i > > > solve this? > > > > > > > > > > > > > > > _________________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > > > > > > > > > > -- > > > To unsubscribe: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands: > > <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > _________________________________________________________ > > > > Do You Yahoo!? > > > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
