Re: MUC 0.8.0 and Subdomains
Grégoire Menuel <[email protected]> Sun, 15 May 2011 10:50:13 +0200
| Newsgroups | gmane.network.jabber.admin |
|---|---|
| Message-ID | <[email protected]> |
> -- jabberd.cfg -- > # > # jabberd config file > # > # > # =A0 This file tells the jabberd wrapper what programs to launch, > # and the config files to launch them with. =A0If the config file > # is left out, then the system default will be used. > # > # =A0 To run multiple Session Managers, just list them all seperatly > # and provide the path to the appropriate config files. > # > # program =A0 [ path to config file ] > # > router =A0/usr/local/jabberd-2.2.13/etc/router.xml > sm =A0 =A0 =A0/usr/local/jabberd-2.2.13/etc/sm.xml > s2s =A0 =A0 /usr/local/jabberd-2.2.13/etc/s2s.xml > c2s =A0 =A0 /usr/local/jabberd-2.2.13/etc/c2s.xml > mu-conference /usr/local/jabberd-2.2.13/etc/muc.xml This is your problem, mu-conference isn't design to be launched directly by jabberd2, it doesn't take the same arguments as the other jabberd2 processes (for example there is no -D flag in mu-conference). So the solution would be to run it appart from the jabberd2 launcher, for example by making a wrapper script which would launch jabberd2 and then mu-conference. Gr=E9goire _______________________________________________ JAdmin mailing list FAQ: http://www.jabber.org/discussion-lists/jadmin-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=3D19 Info: http://mail.jabber.org/mailman/listinfo/jadmin Unsubscribe: [email protected] _______________________________________________