Our aglet server is "ibm.atp.daemon.Main"(class name has changed at the update of AWBalpha4c). Run it by:
java -Daglets.class.path=[AGLET_PATH] -Daglets.export.path=[AGLET_EXPORT_PATH] ibm.atp.daemon.Main -ap aglets [flags] |
This server will start the Tahiti aglet user interface.
Flags:
-ap : The agent system. Specify "aglets" for aglets.
-port : A port number.
-protocol : Either "atp" or "http". The default protocol is "atp".
-nosecurity: Disable protection by security manager for experiments.
Property settings:
-Daglets.class.path=[AGLET_PATH] : Default lookup path for aglet creation.
-Daglets.export.path=[AGLET_EXPORT_PATH] : The directory containing fetch-able java classes. The aglets classes in the CLASSPATH don't move, if it is not explicitly specified in AGLET_EXPORT_PATH.
Our aglet server can also invokes a command-line aglet viewer. Run it by:
java -Daglets.class.path=[AGLET_PATH] -Daglets.export.path=[AGLET_EXPORT_PATH] -Daglets.viewer=ibm.aglets.tahiti.CommandLine ibm.atp.daemon.Main -ap aglets [flags] |
> Creating ibm.aglets.tahiti.CommandLine ...
Note:When you start up the first Tahiti, Tahiti trys to open a dialog
window for registration. In case you are using fully character based terminal,
Tahiti can not open the dialog window and then holds its execution.
IBM home page | IBM
Japan home page | Copyright
| Trademark
Last modified: Mon March 31 12:00:00 JST 1997