| This component loads a Cougaar
Node as a browser
Applet .
The server requires an HTML file to load this applet, e.g.:
<html><body><applet
code=org.cougaar.core.node.NodeApplet.class
archive="lib/bootstrap.jar,lib/util.jar,lib/core.jar,lib/your_code.jar,sys/log4j.jar"
width=400 height=400>
<param name="properties" value="
-Dorg.cougaar.node.name=MyNode
-Dorg.cougaar.society.file=MyNode.xml
"/>
Unable to load Applet.
</applet></body></html>
In addition to the above jars, the server directory will also require your
agent XML file (e.g. "MyNode.xml") and the agent template configuration
files:
configs/common/*.xsl
|