Support Requests item #416413, was updated on 2001-04-16 03:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203152&aid=416413&group_id=3152
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: axel fleischer (axxel)
Assigned to: Nobody/Anonymous (nobody)
Summary: aolserver:cannot start 2 servers
Initial Comment:
version: aolserver3.2
problem: i try to start 2 servers via config.tcl
ns_section "ns/servers"
ns_param $servername0 $serverdesc0
ns_param $servername1 $serverdesc1
servers are properly configured...
now running the server with -f i got the error message
"no server specified..."
if i use
ns_section "ns/servers"
ns_param $servername0 $serverdesc0
#ns_param $servername1 $serverdesc1
or
ns_section "ns/servers"
#ns_param $servername0 $serverdesc0
ns_param $servername1 $serverdesc1
then i have no problems with these standalone
servers...
what happens 2 me??
thanx,
axxel
----------------------------------------------------------------------
>Comment By: Dossy Shiobara (dossy)
Date: 2001-05-30 08:04
Message:
Logged In: YES
user_id=21885
No, you run one nsd instance per server. In your case,
you've defined two servers, so you'll have two nsd
instances running.
Do you have any other questions? -- Dossy
----------------------------------------------------------------------
Comment By: axel fleischer (axxel)
Date: 2001-04-17 09:31
Message:
Logged In: YES
user_id=197172
that means, that i've 2 start on instance of nsd for each
server.
i thought, that i can start nsd once 2 run more than one
virtual servers...
thanx a lot and have a nice day
greetings
axxel
----------------------------------------------------------------------
Comment By: Dossy Shiobara (dossy)
Date: 2001-04-17 05:48
Message:
Logged In: YES
user_id=21885
You need to use the "-s <servername>" command line arg. as
well, to tell nsd which particular server to start.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=203152&aid=416413&group_id=3152