Windows 2000 Apache/1.3.24 (Win32) Tomcat 4.0 With more testing I've discovered that the warp problem seems to happen when there is a link to a file. In the case below it is a stylesheet link. I get the same problem with an image. Is there some issue I've missed which I must address to allow access to other files ? If I use tomcat standalone (my real page has loads of images) it works like a dream.
Has anyone had this problem ? May be its the version of the mod_webapp.so and libapr.dll I am using, I'll put out another message about it. Regards, Rupert -----Original Message----- From: Rupert Young [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 23:54 To: [EMAIL PROTECTED] Subject: Stylesheet link blows warp connection Hi, I am testing a very simple jsp, which displays the date (see below). I can get the page up ok, but when I click refresh it works a few times then the browser seems to hang and the page doesn't come up. If I click stop and then refresh I get an error (webapp:error 500). If I take out the stylesheet link it works ok. Does anyone know why this is happening ? Regards, Rupert Young <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Context-Type" content="text/html"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <link rel="stylesheet" type="text/css" href="style/links.css"> </head> <p align="center"><font face="Verdana Ref" size="2">Today</font></p> <p align="center"><font face="Verdana Ref" size="2"><%= new java.util.Date()%> </font></p> </html> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
