If you want an icon to blink, you can create the appropriate animated gif. If you want to refresh your icon from your JSP, you will have to do something like <HTML> <HEAD> <META HTTP-EQUIV=REFRESH CONTENT="3600"> in the head of your page, JSP or not; the difference is that the JSP will probably place different image links every time it is called.