MoriEdan / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
1 stars 0 forks source link

Need to Parameterize clientManagerHttpServer port number #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

1. Other externally used web services are keyed to port 5580 ( command line 
"--httpd 5580" )
2. Would like to be able to run multiple Cogbots instances from one CPU with 
different settings. Currently the first one to get there wins. 

Problem area in code:

          if (clientManagerHttpServer == null)
            {
                clientManagerHttpServer = MushDLR223.Utilities.HttpServerUtil.CreateHttpServer(this, 5580, "first_robot");
            }

Original issue reported on code.google.com by kino.cou...@gmail.com on 29 Jun 2012 at 2:12

GoogleCodeExporter commented 8 years ago
Complete:

cogbot --httpd 5580

Original comment by logicmoo@gmail.com on 22 Jul 2012 at 4:21