The apache2 configuration assumes that jwchat has its own your virtual server name. In the most simple test case change /etc/hosts in the following way: 127.0.0.1 localhost.localdomain localhost jabber That naturally works only on localhost. If you want to see all the configuration options, just run: dpkg-reconfigure -plow jwchat The default configuration assumes you have installed ejabberd locally. jwchat manages the following configuration files: * /etc/jwchat/config.js * /etc/apache2/sites-available/jwchat which can be changed as needed. Torsten Werner Sounds in jwchat The upstream version of jwchat ships multiple .swf files but they are not built from source. This is a policy and licence violation. So, we remove the swf files and comment the method "playSound" in src/jwchat.html file, for no longer play sounds. =/ -- Marcelo Jorge Vieira Fri, 17 Sep 2010 18:05:10 -0300 Need Support? For upstream questions, go to the forum in sf.net: https://sourceforge.net/forum/forum.php?forum_id=317560 For developers, there is a mailing list: https://lists.sourceforge.net/lists/listinfo/jwchat-devel For questions on the debian package use this mailing list: http://lists.alioth.debian.org/mailman/listinfo/pkg-xmpp-devel Martin Lohmeier