[JDEV] Separate configurations for virtual servers?
David Barth
dbarth at idealx.com
Wed Jan 31 07:44:10 CST 2001
Have you tried loading 2 separate jsm instances with a different <host>,
ie :
<service id='jsm_vhost_a'>
<host>vhost_a</host>
[...]
</service>
<service id='jsm_vhost_b'>
<host>vhost_b</host>
[...]
</service>
inside the same jabber.xml config file.
Be sure to have other instances like xdb listen for <host/> packets.
Also logs can be redirected to distinct files by using 2 log instances
as well.
I haven't tried it myself, but it's supposed to work. So, let us know
about your findings.
--
dbarth
More information about the JDev
mailing list