next up previous contents
Next: Debugging Tips Up: Name Server Options and Previous: Name Server Options   Contents

System Properties

Salsa programs can invoke with a set of system properties:

-Dport=<port number>: To specify the port number that the automatically started theater will listen to.
-Didentifier=<id>: To specify the ID portion of the actor's ual
-Duan = <uan>: To specify the UAN of the actor
-Dual= <ual>: To specify the UAL of the actor
-Dnogc: The local garbage collecotr will not be triggered
-Dgcverbose: To show the behavior of local GC
-Dnodie: Making a dynamically created theater alive
Here comes the example:
java -Dport = 5050 -Dindentifier = actor/hello HelloWorld
If the theater is started at the host: europa.wcl.cs.rpi.edu, the theater is listening on port and the HelloWorld actor has the UAL:
rmsp://europa.wcl.cs.rpi.edu:5050/actor/hello



Wei-Jen Wang 2005-10-24