Roundup Tracker - Issues

Issue 487479

classification
instance_config.py
Type: Severity: normal
Components: Installation Versions:
process
Status: closed accepted
:
: richard : grubert, richard
Priority: normal :

Created on 2001-11-30 13:18 by grubert, last changed 2002-01-07 23:27 by richard.

Messages
msg81 Author: [hidden] (grubert) Date: 2001-11-30 13:18
contains
if not HTTP_PORT:
    HTTP_PORT = 9080

but roundup_server does not read it and starts on 8080.

msg82 Author: [hidden] (richard) Date: 2001-12-10 00:25
Logged In: YES 
user_id=6405

Hrm. I'm not sure this can be fixed. The server can handle 
multiple instances, but only listen on one port. I think 
the port specification needs to be removed from the 
config. Or we could try to use it and raise an error if 
the port numbers differ? Take the first one of the lot? 
Try to figure how to listen on > 1 port? What's your 
opinion?
msg83 Author: [hidden] (grubert) Date: 2001-12-10 08:21
Logged In: YES 
user_id=147070

close the case as configuration will change and HTTP_PORT is only set never referenced.

discussion on configuration is continued on list.
msg84 Author: [hidden] (grubert) Date: 2001-12-10 08:28
Logged In: YES 
user_id=147070

close the case as configuration will change and HTTP_PORT is only set never referenced.

discussion on configuration is continued on list.
msg85 Author: [hidden] (richard) Date: 2001-12-11 03:20
Logged In: YES 
user_id=6405

Leaving this open, but pending, so that I don't forget it.
msg86 Author: [hidden] (richard) Date: 2001-12-18 22:05
Logged In: YES 
user_id=6405

This will be addressed with the config efforts currently 
underway.
msg87 Author: [hidden] (richard) Date: 2002-01-07 23:27
Logged In: YES 
user_id=6405

This has been replaced by the feature request:

  #498658 ] ConfigParser implementation.
History
Date User Action Args
2001-11-30 13:18:00grubertcreate