Hi!

I pass the server name in the command line

paster serve --server-name=main
You can also directly set config variables as paster parameters
paster serve --help

server.environment= production

[server:main]
use = egg:Paste#http
host = 127.0.0.1
port = 4579

[server:main2]
use = egg:Paste#http
host = 127.0.0.1
port = 4580

[server:main3]
use = egg:Paste#http
host = 127.0.0.1
port = 4582

[server:main4]
use = egg:Paste#http
host = 127.0.0.1
port = 4583




Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to