Here is a (yet another) way with Cach� 5.0 to trace hyperevent activity.

Replace:
<APPLET NAME="CacheCSPBroker" ARCHIVE="cspbroker.jar" CODEBASE="/csp/broker" 
CODE="cspbroker.class" WIDTH=0 HEIGHT=0 ALIGN=RIGHT></APPLET>

with:
<applet name="CacheCSPBroker" archive="cspbroker.jar" codebase="/csp/broker" 
code="cspbroker.class" width="0" height="0" align="right">
<param name="Debug" value="1" />
</applet>

and cspbroker writes just about everything to the Java console.

Reply via email to