Want to Remotely Force Reload of JSP Page

I have a JSP page (hosted in Tomcat) that grabs information from a database (though a Java program running on a different computer) and populates itself based on that information. I have it set to automatically refresh every 5 minutes or so to always get the latest information stored, but there are occasions where I'd like to immediately refresh the page based on a signal that comes from that other program (the signal would typically be given off when certain types of information come through and get stored in the DB).Are there any easy ways to go about doing this with my current setup?

[601 byte] By [SSTwinrovaa] at [2007-11-27 7:44:12]
# 1
Web applications are mainly "pull" and can't be notified.However there are hacks/workarounds. For that sort of functionality check out www.pushlets.com
evnafetsa at 2007-7-12 19:24:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...