The folder should be "<123flashchat install path>/server/etc/deafult/groups/server.xml",I guess the admin has made it by mistake.
And regarding how to auto start 123flahshchat,there is an introduction in user manual:
"
7. How to auto start chat server after rebooting your server?
It can be done following the steps below:
Step 1:
Modify “fcserver.sh”, find the FCSERVER_HOME section, and configure the directory of “fcserver.sh”.
For example, if you uncompress the 123flashchatserver.tar.gz into /usr/local/123flashchat, make sure “fcserver.sh” is in the directory of /usr/local/123flashchat, then remove the “#” before the two rows below in “fcserver.sh”:
FCSERVER_HOME=/usr/local/123flashchat/server
export FCSERVER_HOME
Step 2:
Modify /etc/rc.local file, add one row:
/usr/local/123flashchat/server/fserver.sh
Just replace “/usr/local/123flashchat/ “ with your FCSERVER_HOME value.
"
And I don't quite understand your last question.
|