Howdy,

>I didn't know the container save the information when it is down. Is it
new
>for the 5.0?

No, it was present in all 4.x versions (and is mandated by the servlet
specification).

>127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET
>/jsp/templates/stylesheet.css HTTP/1.1" 200 1558
>127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET /favicon.ico HTTP/1.1"
404
>3362
>127.0.0.1 - - [10/Feb/2004:09:19:13 -0800] "GET / HTTP/1.1" 200 3738
>
>I don't know what the "favicon.ico" is. It is not a part of the
>application. After I click the reload button, the log message is the
>following:

The favicon request is from Internet Explorer, looking for a little icon
to show by the address bar (and in bookmarks if users bookmark your
page).  You can ignore it.  The 200 responses are fine, no errors.

>127.0.0.1 - - [10/Feb/2004:09:30:15 -0800] "GET
>/jsp/templates/stylesheet.css HTTP/1.1" 304 -
>
>So, the cause of the error is still a mystery to me.

304 is fine (and typical for a stylesheet): not modified, telling the
browser to use the copy it has cached.  So all of this looks fine in
your access log.  Repeat the test after clearing your browser's cache.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to